Skip to content

Commit

Permalink
Release v3.9.0rc0 (#7838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer committed Nov 14, 2023
1 parent e07a1bd commit c806814
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 7 deletions.
44 changes: 44 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,50 @@

.. towncrier release notes start
3.9.0rc0 (2023-11-14)
=====================

Features
--------

- Performance: Skipped filtering ``CookieJar`` when the jar is empty or all cookies have expired.

`#7819 <https://github.com/aio-libs/aiohttp/issues/7819>`_

- Performance: Only check origin if insecure scheme and there are origins to treat as secure, in ``CookieJar.filter_cookies()``.

`#7821 <https://github.com/aio-libs/aiohttp/issues/7821>`_

- Performance: Used timestamp instead of ``datetime`` to achieve faster cookie expiration in ``CookieJar``.

`#7824 <https://github.com/aio-libs/aiohttp/issues/7824>`_



Bugfixes
--------

- Fixed an issue where the client could go into an infinite loop. -- by :user:`Dreamsorcerer`

`#7815 <https://github.com/aio-libs/aiohttp/issues/7815>`_

- Added HTTP method validation.

`#6533 <https://github.com/aio-libs/aiohttp/issues/6533>`_

- Fixed arbitrary sequence types being allowed to inject values via version parameter. -- by :user:`Dreamsorcerer`

`#7835 <https://github.com/aio-libs/aiohttp/issues/7835>`_

- Performance: Fixed increase in latency with small messages from websocket compression changes.

`#7797 <https://github.com/aio-libs/aiohttp/issues/7797>`_



----


3.9.0b1 (2023-11-03)
====================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/6533.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7797.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7815.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7819.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7821.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7824.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/7835.bugfix

This file was deleted.

1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ pytest
Pytest
Quickstart
quote’s
rc
readonly
readpayload
rebase
Expand Down

0 comments on commit c806814

Please sign in to comment.