We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e8bc1f commit 8239813Copy full SHA for 8239813
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
+## 0.14.3 (November 17th, 2021)
8
+
9
+- Fix race condition when removing closed connections from the pool (#437)
10
11
## 0.14.2 (November 16th, 2021)
12
13
- Failed connections no longer remain in the pool. (Pull #433)
httpcore/__init__.py
@@ -78,7 +78,7 @@
78
"WriteError",
79
]
80
81
-__version__ = "0.14.2"
+__version__ = "0.14.3"
82
83
84
__locals = locals()
0 commit comments