Skip to content

Commit a891304

Browse files
authored
Release 1.26.4
1 parent 8d65ea1 commit a891304

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

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+
411
1.26.3 (2021-01-26)
512
-------------------
613

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.3"
2+
__version__ = "1.26.4"

0 commit comments

Comments
 (0)