Skip to content

Commit c806814

Browse files
Release v3.9.0rc0 (#7838)
1 parent e07a1bd commit c806814

9 files changed

+45
-7
lines changed

CHANGES.rst

+44
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,50 @@
1010

1111
.. towncrier release notes start
1212
13+
3.9.0rc0 (2023-11-14)
14+
=====================
15+
16+
Features
17+
--------
18+
19+
- Performance: Skipped filtering ``CookieJar`` when the jar is empty or all cookies have expired.
20+
21+
`#7819 <https://github.com/aio-libs/aiohttp/issues/7819>`_
22+
23+
- Performance: Only check origin if insecure scheme and there are origins to treat as secure, in ``CookieJar.filter_cookies()``.
24+
25+
`#7821 <https://github.com/aio-libs/aiohttp/issues/7821>`_
26+
27+
- Performance: Used timestamp instead of ``datetime`` to achieve faster cookie expiration in ``CookieJar``.
28+
29+
`#7824 <https://github.com/aio-libs/aiohttp/issues/7824>`_
30+
31+
32+
33+
Bugfixes
34+
--------
35+
36+
- Fixed an issue where the client could go into an infinite loop. -- by :user:`Dreamsorcerer`
37+
38+
`#7815 <https://github.com/aio-libs/aiohttp/issues/7815>`_
39+
40+
- Added HTTP method validation.
41+
42+
`#6533 <https://github.com/aio-libs/aiohttp/issues/6533>`_
43+
44+
- Fixed arbitrary sequence types being allowed to inject values via version parameter. -- by :user:`Dreamsorcerer`
45+
46+
`#7835 <https://github.com/aio-libs/aiohttp/issues/7835>`_
47+
48+
- Performance: Fixed increase in latency with small messages from websocket compression changes.
49+
50+
`#7797 <https://github.com/aio-libs/aiohttp/issues/7797>`_
51+
52+
53+
54+
----
55+
56+
1357
3.9.0b1 (2023-11-03)
1458
====================
1559

CHANGES/6533.feature

-1
This file was deleted.

CHANGES/7797.bugfix

-1
This file was deleted.

CHANGES/7815.bugfix

-1
This file was deleted.

CHANGES/7819.feature

-1
This file was deleted.

CHANGES/7821.feature

-1
This file was deleted.

CHANGES/7824.feature

-1
This file was deleted.

CHANGES/7835.bugfix

-1
This file was deleted.

docs/spelling_wordlist.txt

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ pytest
243243
Pytest
244244
Quickstart
245245
quote’s
246+
rc
246247
readonly
247248
readpayload
248249
rebase

0 commit comments

Comments
 (0)