We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf15ef commit aed635aCopy full SHA for aed635a
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.2 (November 16th, 2021)
8
+
9
+- Failed connections no longer remain in the pool. (Pull #433)
10
11
## 0.14.1 (November 12th, 2021)
12
13
- `max_connections` becomes optional. (Pull #429)
httpcore/__init__.py
@@ -78,7 +78,7 @@
78
"WriteError",
79
]
80
81
-__version__ = "0.14.1"
+__version__ = "0.14.2"
82
83
84
__locals = locals()
0 commit comments