Skip to content

Commit 21450a7

Browse files
Version 0.17.0 (#661)
* Add DEBUG level logging * Add connection.close logging * Update tests * Add logging documentation * Version 0.17.0 * Update CHANGELOG.md
1 parent 4af5e1c commit 21450a7

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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+
## 0.17.0 (March 16th, 2023)
8+
9+
- Add DEBUG level logging. (#648)
10+
- Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652)
11+
- Increase the allowable HTTP header size to 100kB. (#647)
12+
- Add `retries` option to SOCKS proxy classes. (#643)
13+
714
## 0.16.3 (December 20th, 2022)
815

916
- Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections. (#625)

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.16.3"
85+
__version__ = "0.17.0"
8686

8787

8888
__locals = locals()

0 commit comments

Comments
 (0)