Skip to content

Commit

Permalink
Release v3.9.0rc0 (aio-libs#7838)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored and Xiang Li committed Dec 4, 2023
1 parent e324b26 commit d6676c7
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 11 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.

6 changes: 2 additions & 4 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Arsenic
async
asyncio
asyncpg
asynctest
auth
autocalculated
autodetection
Expand Down Expand Up @@ -54,7 +53,6 @@ canonicalize
cchardet
cChardet
ceil
changelog
Changelog
chardet
Chardet
Expand Down Expand Up @@ -90,7 +88,7 @@ Cythonize
cythonized
de
deduplicate
Dependabot
# de-facto:
deprecations
DER
dev
Expand Down Expand Up @@ -185,6 +183,7 @@ miltidict
misbehaviors
Mixcloud
Mongo
Mongo
msg
MsgType
multi
Expand Down Expand Up @@ -245,7 +244,6 @@ Pytest
Quickstart
quote’s
rc
readline
readonly
readpayload
rebase
Expand Down

0 comments on commit d6676c7

Please sign in to comment.