3.9.0rc0
Pre-release
Pre-release
github-actions
released this
14 Nov 16:45
·
3602 commits
to master
since this release
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 inCookieJar
.(#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)