Sourced from urllib3's releases.
1.26.17
- Added the
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
. (GHSA-v845-jxx5-vc9f)1.26.16
- Fixed thread-safety issue where accessing a
PoolManager
with many distinct origins would cause connection pools to be closed while requests are in progress (#2954)1.26.15
- Fix socket timeout value when HTTPConnection is reused (urllib3/urllib3#2645)
- Remove "!" character from the unreserved characters in IPv6 Zone ID parsing (urllib3/urllib3#2899)
- Fix IDNA handling of 'x80' byte (urllib3/urllib3#2901)
1.26.14
- Fixed parsing of port 0 (zero) returning None, instead of 0 (#2850)
- Removed deprecated
HTTPResponse.getheaders()
calls inurllib3.contrib
module.
Sourced from urllib3's changelog.
1.26.17 (2023-10-02)
- Added the
Cookie
header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set viaRetry.remove_headers_on_redirect
. ([#3139](https://github.com/urllib3/urllib3/issues/3139) <https://github.com/urllib3/urllib3/pull/3139>
_)1.26.16 (2023-05-23)
- Fixed thread-safety issue where accessing a
PoolManager
with many distinct origins would cause connection pools to be closed while requests are in progress ([#2954](https://github.com/urllib3/urllib3/issues/2954) <https://github.com/urllib3/urllib3/pull/2954>
_)1.26.15 (2023-03-10)
- Fix socket timeout value when
HTTPConnection
is reused ([#2645](https://github.com/urllib3/urllib3/issues/2645) <https://github.com/urllib3/urllib3/issues/2645>
__)- Remove "!" character from the unreserved characters in IPv6 Zone ID parsing (
[#2899](https://github.com/urllib3/urllib3/issues/2899) <https://github.com/urllib3/urllib3/issues/2899>
__)- Fix IDNA handling of '\x80' byte (
[#2901](https://github.com/urllib3/urllib3/issues/2901) <https://github.com/urllib3/urllib3/issues/2901>
__)1.26.14 (2023-01-11)
- Fixed parsing of port 0 (zero) returning None, instead of 0. (
[#2850](https://github.com/urllib3/urllib3/issues/2850) <https://github.com/urllib3/urllib3/issues/2850>
__)- Removed deprecated getheaders() calls in contrib module. Fixed the type hint of
PoolKey.key_retries
by addingbool
to the union. ([#2865](https://github.com/urllib3/urllib3/issues/2865) <https://github.com/urllib3/urllib3/issues/2865>
__)
c9016bf
Release 1.26.170122035
Backport GHSA-v845-jxx5-vc9f (#3139)e63989f
Fix installing brotli
extra on Python 2.72e7a24d
[1.26] Configure OS for RTD to fix building docs57181d6
[1.26] Improve error message when calling urllib3.request() (#3058)3c01480
[1.26] Run coverage even with failed jobsd94029b
Release 1.26.1618e9214
Use trusted publishing for PyPId25cf83
[1.26] Fix invalid test_ssl_failure_midway_through_conn25cca38
[1.26] Fix test_ssl_object_attributes