Skip to content

Commit e785e1f

Browse files
committed
Changelog
1 parent 8826089 commit e785e1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +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+
## unreleased
8+
9+
- Drop Python 3.7 support. (#727)
10+
711
## 0.17.3 (5th July 2023)
812

913
- Support async cancellations, ensuring that the connection pool is left in a clean state when cancellations occur. (#726)
1014
- 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)
1115
- Graceful handling of HTTP/2 GoAway frames, with requests being transparently retried on a new connection. (#730)
1216
- 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)
13-
- Drop Python 3.7 support. (#727)
1417

1518
## 0.17.2 (May 23th, 2023)
1619

0 commit comments

Comments
 (0)