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 3a53583 commit d3ca620Copy full SHA for d3ca620
CHANGELOG.md
@@ -4,6 +4,11 @@ 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.16.2 (November 25th, 2022)
8
+
9
+- Revert 'Fix async cancellation behaviour', which introduced race conditions. (#627)
10
+- Raise `RuntimeError` if attempting to us UNIX domain sockets on Windows. (#619)
11
12
## 0.16.1 (November 17th, 2022)
13
14
- Fix HTTP/1.1 interim informational responses, such as "100 Continue". (#605)
httpcore/__init__.py
@@ -82,7 +82,7 @@
82
"WriteError",
83
]
84
85
-__version__ = "0.16.1"
+__version__ = "0.16.2"
86
87
88
__locals = locals()
0 commit comments