Skip to content

Commit bf4edce

Browse files
Release v3.9.3 (#8102)
1 parent 5637e8f commit bf4edce

File tree

5 files changed

+32
-5
lines changed

5 files changed

+32
-5
lines changed

Diff for: CHANGES.rst

+31
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,37 @@
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+
1344
3.9.2 (2024-01-28)
1445
==================
1546

Diff for: CHANGES/3957.misc

-1
This file was deleted.

Diff for: CHANGES/8097.bugfix.rst

-1
This file was deleted.

Diff for: CHANGES/8098.bugfix.rst

-2
This file was deleted.

Diff for: aiohttp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.9.2.dev0"
1+
__version__ = "3.9.3"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)