Skip to content

Commit be4035d

Browse files
Version 0.17.2 (#697)
* Version 0.17.2 * Sorting changes by importance * Sort by importance, fix typo --------- Co-authored-by: Tom Christie <tom@tomchristie.com>
1 parent 93d7804 commit be4035d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +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-
## development
7+
## 0.17.2 (May 23th, 2023)
88

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

1515
## 0.17.1 (May 17th, 2023)
1616

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"WriteError",
8383
]
8484

85-
__version__ = "0.17.1"
85+
__version__ = "0.17.2"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)