diff --git a/CHANGES.rst b/CHANGES.rst index 5ffbdde1313..cc99415b4f1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,43 @@ .. towncrier release notes start +3.12.4 (2025-05-28) +=================== + +Bug fixes +--------- + +- Fixed connector not waiting for connections to close before returning from :meth:`~aiohttp.BaseConnector.close` (partial backport of :pr:`3733`) -- by :user:`atemate` and :user:`bdraco`. + + + *Related issues and pull requests on GitHub:* + :issue:`1925`, :issue:`11074`. + + + + +---- + + +3.12.3 (2025-05-28) +=================== + +Bug fixes +--------- + +- Fixed memory leak in :py:meth:`~aiohttp.CookieJar.filter_cookies` that caused unbounded memory growth + when making requests to different URL paths -- by :user:`bdraco` and :user:`Cycloctane`. + + + *Related issues and pull requests on GitHub:* + :issue:`11052`, :issue:`11054`. + + + + +---- + + 3.12.2 (2025-05-26) =================== diff --git a/CHANGES/11052.bugfix.rst b/CHANGES/11052.bugfix.rst deleted file mode 100644 index 73e4ea216c8..00000000000 --- a/CHANGES/11052.bugfix.rst +++ /dev/null @@ -1,2 +0,0 @@ -Fixed memory leak in :py:meth:`~aiohttp.CookieJar.filter_cookies` that caused unbounded memory growth -when making requests to different URL paths -- by :user:`bdraco` and :user:`Cycloctane`. diff --git a/CHANGES/11054.bugfix.rst b/CHANGES/11054.bugfix.rst deleted file mode 120000 index 2d6e2428f3e..00000000000 --- a/CHANGES/11054.bugfix.rst +++ /dev/null @@ -1 +0,0 @@ -11052.bugfix.rst \ No newline at end of file