File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## 0.12.3 (December 7th, 2020)
8+
9+ ### Fixed
10+
11+ - Abort SSL connections on close rather than waiting for remote EOF when using ` asyncio ` . (Pull #167 )
12+ - Fix exception raised in case of connect timeouts when using the ` anyio ` backend. (Pull #236 )
13+ - Fix ` Host ` header precedence for ` :authority ` in HTTP/2. (Pull #241 , #243 )
14+ - Handle extra edge case when detecting for socket readability when using ` asyncio ` . (Pull #242 , #244 )
15+ - Fix ` asyncio ` SSL warning when using proxy tunneling. (Pull #249 )
16+
717## 0.12.2 (November 20th, 2020)
818
919### Fixed
Original file line number Diff line number Diff line change 5151 "WriteError" ,
5252 "WriteTimeout" ,
5353]
54- __version__ = "0.12.2 "
54+ __version__ = "0.12.3 "
5555
5656__locals = locals ()
5757
You can’t perform that action at this time.
0 commit comments