We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8864ac4 commit 0248277Copy full SHA for 0248277
3 files changed
CHANGES.rst
@@ -1,14 +1,13 @@
1
-2.6.3 (TBD)
+2.6.3 (2026-01-07)
2
==================
3
4
-Bugfixes
5
---------
6
-
7
- Fixed a high-severity security issue where decompression-bomb safeguards of
8
the streaming API were bypassed when HTTP redirects were followed.
9
(`GHSA-38jv-5279-wg99 <https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99>`__)
10
11
-TODO: add other entries.
+- Started treating ``Retry-After`` times greater than 6 hours as 6 hours by
+ default. (`#3743 <https://github.com/urllib3/urllib3/issues/3743>`__)
+- Fixed ``urllib3.connection.VerifiedHTTPSConnection`` on Emscripten.
+ (`#3752 <https://github.com/urllib3/urllib3/issues/3752>`__)
12
13
14
2.6.2 (2025-12-11)
changelog/3743.bugfix.rst
changelog/3752.bugfix.rst
0 commit comments