File tree Expand file tree Collapse file tree 5 files changed +32
-5
lines changed Expand file tree Collapse file tree 5 files changed +32
-5
lines changed Original file line number Diff line number Diff line change 1010
1111.. towncrier release notes start
1212
13+ 3.9.3 (2024-01-29)
14+ ==================
15+
16+ Bug fixes
17+ ---------
18+
19+ - Fixed backwards compatibility breakage (in 3.9.2) of ``ssl `` parameter when set outside
20+ of ``ClientSession `` (e.g. directly in ``TCPConnector ``) -- by :user: `Dreamsorcerer `.
21+
22+
23+ *Related issues and pull requests on GitHub: *
24+ :issue: `8097 `, :issue: `8098 `.
25+
26+
27+
28+
29+ Miscellaneous internal changes
30+ ------------------------------
31+
32+ - Improved test suite handling of paths and temp files to consistently use pathlib and pytest fixtures.
33+
34+
35+ *Related issues and pull requests on GitHub: *
36+ :issue: `3957 `.
37+
38+
39+
40+
41+ ----
42+
43+
13443.9.2 (2024-01-28)
1445==================
1546
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 1- __version__ = "3.9.2.dev0 "
1+ __version__ = "3.9.3 "
22
33from typing import TYPE_CHECKING , Tuple
44
You can’t perform that action at this time.
0 commit comments