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.900 (2025-12-16)
=====================
- Improved pre-check for socket liveness probe before connection reuse
from pool.
- Backported "HTTPHeaderDict bytes key handling" from upstream
urllib3#3653
- Backported "Expand environment variable of SSLKEYLOGFILE" from
upstream urllib3#3705
- Backported "Fix redirect handling when an integer is passed to a pool
manager" from upstream urllib3#3655
- Backported "Improved the performance of content decoding by optimizing
``BytesQueueBuffer`` class." from upstream
urllib3#3711
- Backported "GHSA-gm62-xv2j-4w53" security patch for "attacker could
compose an HTTP response with virtually unlimited links in the
``Content-Encoding`` header" from upstream
urllib3@24d7b67
Copy file name to clipboardExpand all lines: CHANGES.rst
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
2.15.900 (2025-12-16)
2
+
=====================
3
+
4
+
- Improved pre-check for socket liveness probe before connection reuse from pool.
5
+
- Backported "HTTPHeaderDict bytes key handling" from upstream https://github.com/urllib3/urllib3/pull/3653
6
+
- Backported "Expand environment variable of SSLKEYLOGFILE" from upstream https://github.com/urllib3/urllib3/pull/3705
7
+
- Backported "Fix redirect handling when an integer is passed to a pool manager" from upstream https://github.com/urllib3/urllib3/pull/3655
8
+
- Backported "Improved the performance of content decoding by optimizing ``BytesQueueBuffer`` class." from upstream https://github.com/urllib3/urllib3/pull/3711
9
+
- Backported "GHSA-gm62-xv2j-4w53" security patch for "attacker could compose an HTTP response with virtually unlimited links in the ``Content-Encoding`` header" from upstream https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8
0 commit comments