File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 8282 "WriteError" ,
8383]
8484
85- __version__ = "0.17.1 "
85+ __version__ = "0.17.2 "
8686
8787
8888__locals = locals ()
You can’t perform that action at this time.
0 commit comments