Skip to content

Commit ba6d737

Browse files
Version 0.14.4 (#476)
1 parent 14e9162 commit ba6d737

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.14.4 (January 5th, 2021)
8+
9+
- Support HTTP/2 on HTTPS tunnelling proxies. (#468)
10+
- Fix proxy headers missing on HTTP forwarding. (#456)
11+
- Only instantiate SSL context if required. (#457)
12+
- More robust HTTP/2 handling. (#253, #439, #440, #441)
13+
714
## 0.14.3 (November 17th, 2021)
815

916
- Fix race condition when removing closed connections from the pool (#437)

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"WriteError",
7979
]
8080

81-
__version__ = "0.14.3"
81+
__version__ = "0.14.4"
8282

8383

8484
__locals = locals()

0 commit comments

Comments
 (0)