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 8d65ea1 commit a891304Copy full SHA for a891304
CHANGES.rst
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+1.26.4 (2021-03-15)
5
+-------------------
6
+
7
+* Changed behavior of the default ``SSLContext`` when connecting to HTTPS proxy
8
+ during HTTPS requests. The default ``SSLContext`` now sets ``check_hostname=True``.
9
10
11
1.26.3 (2021-01-26)
12
-------------------
13
src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
-__version__ = "1.26.3"
+__version__ = "1.26.4"
0 commit comments