Skip to content

Commit d94029b

Browse files
authored
Release 1.26.16
1 parent 18e9214 commit d94029b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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.16 (2023-05-23)
5+
--------------------
6+
7+
* Fixed thread-safety issue where accessing a ``PoolManager`` with many distinct origins
8+
would cause connection pools to be closed while requests are in progress (`#2954 <https://github.com/urllib3/urllib3/pull/2954>`_)
9+
10+
411
1.26.15 (2023-03-10)
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.15"
2+
__version__ = "1.26.16"

0 commit comments

Comments
 (0)