You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,16 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
+
## unreleased
8
+
9
+
- Drop Python 3.7 support. (#727)
10
+
7
11
## 0.17.3 (5th July 2023)
8
12
9
13
- Support async cancellations, ensuring that the connection pool is left in a clean state when cancellations occur. (#726)
10
14
- The networking backend interface has [been added to the public API](https://www.encode.io/httpcore/network-backends). Some classes which were previously private implementation detail are now part of the top-level public API. (#699)
11
15
- Graceful handling of HTTP/2 GoAway frames, with requests being transparently retried on a new connection. (#730)
12
16
- Add exceptions when a synchronous `trace callback` is passed to an asynchronous request or an asynchronous `trace callback` is passed to a synchronous request. (#717)
0 commit comments