Skip to content

Commit 33953f1

Browse files
Release v3.8.4 (aio-libs#7207)
1 parent 28854a4 commit 33953f1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGES.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@
1010

1111
.. towncrier release notes start
1212
13+
3.8.4 (2023-02-12)
14+
==================
15+
16+
Bugfixes
17+
--------
18+
19+
- Fixed incorrectly overwriting cookies with the same name and domain, but different path.
20+
`#6638 <https://github.com/aio-libs/aiohttp/issues/6638>`_
21+
- Fixed ``ConnectionResetError`` not being raised after client disconnection in SSL environments.
22+
`#7180 <https://github.com/aio-libs/aiohttp/issues/7180>`_
23+
24+
25+
----
26+
27+
1328
3.8.3 (2022-09-21)
1429
==================
1530

CHANGES/6638.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/7180.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.8.3.post0.dev0"
1+
__version__ = "3.8.4"
22

33
from typing import Tuple
44

0 commit comments

Comments
 (0)