Skip to content

Commit

Permalink
Version 0.17.2 (#697)
Browse files Browse the repository at this point in the history
* Version 0.17.2

* Sorting changes by importance

* Sort by importance, fix typo

---------

Co-authored-by: Tom Christie <[email protected]>
  • Loading branch information
karpetrosyan and tomchristie committed May 23, 2023
1 parent 93d7804 commit be4035d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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/).

## development
## 0.17.2 (May 23th, 2023)

- Add `socket_options` argument to `ConnectionPool` and `HTTProxy` classes. (#668)
- Improve logging with per-module logger names. (#690)
- Add `sni_hostname` request extension. (#696)
- Resolve race condition during import of `anyio` package. (#692)
- Add `socket_options` argument to `ConnectionPool` and `HTTProxy` classes classes. (#668)
- Enable TCP_NODELAY for all synchronous sockets. (#651)
- Add `sni_hostname` request extension. (#696)

## 0.17.1 (May 17th, 2023)

Expand Down
2 changes: 1 addition & 1 deletion httpcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"WriteError",
]

__version__ = "0.17.1"
__version__ = "0.17.2"


__locals = locals()
Expand Down

0 comments on commit be4035d

Please sign in to comment.