You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.15.902 (2026-02-03)
=====================
- Fixed multiplexing mixing issue under specific concurrency condition.
(#309)
- Backported "GHSA-38jv-5279-wg99" security patch for
"decompression-bomb safeguards of the streaming API were bypassed when
HTTP redirects were followed" from upstream.
- Backported "Started treating Retry-After times greater than 6 hours as
6 hours by default" from upstream
(urllib3#3743).
Copy file name to clipboardExpand all lines: CHANGES.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
2.15.902 (2026-02-03)
2
+
=====================
3
+
4
+
- Fixed multiplexing mixing issue under specific concurrency condition. (#309)
5
+
- Backported "GHSA-38jv-5279-wg99" security patch for "decompression-bomb safeguards of the streaming API were bypassed when HTTP redirects were followed" from upstream.
6
+
- Backported "Started treating Retry-After times greater than 6 hours as 6 hours by default" from upstream (https://github.com/urllib3/urllib3/pull/3743).
0 commit comments