File tree Expand file tree Collapse file tree 6 files changed +40
-12
lines changed Expand file tree Collapse file tree 6 files changed +40
-12
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,45 @@ Changelog
1414
1515.. towncrier release notes start
1616
17+ 6.6.4
18+ =====
19+
20+ *(2025-08-11) *
21+
22+
23+ Bug fixes
24+ ---------
25+
26+ - Fixed ``MutliDict `` & ``CIMultiDict `` memory leak when deleting values or clearing them
27+ -- by :user: `Vizonex `
28+
29+ *Related issues and pull requests on GitHub: *
30+ :issue: `1233 `.
31+
32+
33+ Contributor-facing changes
34+ --------------------------
35+
36+ - The type preciseness coverage report generated by `MyPy
37+ <https://mypy-lang.org> `__ is now uploaded to `Coveralls
38+ <https://coveralls.io/github/aio-libs/multidict> `__ and
39+ will not be included in the `Codecov views
40+ <https://app.codecov.io/gh/aio-libs/multidict> `__ going forward
41+ -- by :user: `webknjaz `.
42+
43+ *Related issues and pull requests on GitHub: *
44+ :issue: `1122 `, :issue: `1231 `.
45+
46+ - Added memory leak test for popping or deleting attributes from a multidict to prevent future issues or bogus claims.
47+ -- by :user: `Vizonex `
48+
49+ *Related issues and pull requests on GitHub: *
50+ :issue: `1233 `.
51+
52+
53+ ----
54+
55+
17566.6.3
1857=====
1958
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222 "getversion" ,
2323)
2424
25- __version__ = "6.6.3 "
25+ __version__ = "6.6.4 "
2626
2727
2828if TYPE_CHECKING or not USE_EXTENSIONS :
You can’t perform that action at this time.
0 commit comments