Skip to content

Commit ed76a30

Browse files
Version 0.12.3 (#251)
1 parent cf45ea7 commit ed76a30

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The 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

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"WriteError",
5252
"WriteTimeout",
5353
]
54-
__version__ = "0.12.2"
54+
__version__ = "0.12.3"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)