pypi aiohttp 3.9.0rc0

latest releases: 3.10.5, 3.10.4, 3.10.3...
10 months ago

Features

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

    (#7819)

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

    (#7821)

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

    (#7824)

Bugfixes

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

    (#7815)

  • Added HTTP method validation.

    (#6533)

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

    (#7835)

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

    (#7797)


Don't miss a new aiohttp release

NewReleases is sending notifications on new releases.