Skip to content

3.9.0rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 16:45
· 2098 commits to master since this release
5d59d3d

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)