Skip to content

Commit

Permalink
Version 0.17.3 (#744)
Browse files Browse the repository at this point in the history
* Version 0.17.3

* Remove release date

* Sort changes by importance

* Add release date

---------

Co-authored-by: Tom Christie <tom@tomchristie.com>
  • Loading branch information
karpetrosyan and tomchristie committed Jul 4, 2023
1 parent 31a4a56 commit 327e8bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## unreleased
## 0.17.3 (5th July 2023)

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

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def __init__(self, *args, **kwargs): # type: ignore
"WriteError",
]

__version__ = "0.17.2"
__version__ = "0.17.3"


__locals = locals()
Expand Down

0 comments on commit 327e8bd

Please sign in to comment.