Skip to content

Commit f4d4f2a

Browse files
authored
Release 3.10.4 (#8731)
1 parent 0f1a008 commit f4d4f2a

File tree

7 files changed

+70
-10
lines changed

7 files changed

+70
-10
lines changed

CHANGES.rst

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

1111
.. towncrier release notes start
1212
13+
3.10.4 (2024-08-17)
14+
===================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed decoding base64 chunk in BodyPartReader -- by :user:`hyzyla`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`3867`.
24+
25+
26+
27+
- Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:`bdraco`.
28+
29+
30+
*Related issues and pull requests on GitHub:*
31+
:issue:`8680`.
32+
33+
34+
35+
- Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:`bdraco`.
36+
37+
If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.
38+
39+
40+
*Related issues and pull requests on GitHub:*
41+
:issue:`8685`.
42+
43+
44+
45+
- Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:`Dreamsorcerer`.
46+
47+
48+
*Related issues and pull requests on GitHub:*
49+
:issue:`8720`.
50+
51+
52+
53+
54+
Improved documentation
55+
----------------------
56+
57+
- Added ``aiohttp-apischema`` to supported libraries -- by :user:`Dreamsorcerer`.
58+
59+
60+
*Related issues and pull requests on GitHub:*
61+
:issue:`8700`.
62+
63+
64+
65+
66+
Miscellaneous internal changes
67+
------------------------------
68+
69+
- Improved performance of starting request handlers with Python 3.12+ -- by :user:`bdraco`.
70+
71+
This change is a followup to :issue:`8661` to make the same optimization for Python 3.12+ where the request is connected.
72+
73+
74+
*Related issues and pull requests on GitHub:*
75+
:issue:`8681`.
76+
77+
78+
79+
80+
----
81+
82+
1383
3.10.3 (2024-08-10)
1484
========================
1585

CHANGES/3867.bugfix.rst

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

CHANGES/8680.bugfix.rst

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

CHANGES/8681.misc.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES/8685.bugfix.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGES/8700.doc.rst

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

CHANGES/8720.bugfix.rst

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

0 commit comments

Comments
 (0)