8000 Release 1.26.19 · urllib3/urllib3@d9d85c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9d85c8

Browse files
authored
Release 1.26.19
1 parent 8528b63 commit d9d85c8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ Changes
22
=======
33

44
1.26.19 (2024-06-17)
5-
==================
5+
--------------------
66

77
- Added the ``Proxy-Authorization`` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via ``Retry.remove_headers_on_redirect``.
8+
- Fixed handling of OpenSSL 3.2.0 new error message for misconfiguring an HTTP proxy as HTTPS. (`#3405 <https://github.com/urllib3/urllib3/issues/3405>`__)
9+
810

911
1.26.18 (2023-10-17)
1012
--------------------

changelog/3268.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/urllib3/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is protected via CODEOWNERS
2-
__version__ = "1.26.18"
2+
__version__ = "1.26.19"

0 commit comments

Comments
 (0)
0