Skip to content

Commit

Permalink
Version 0.17.0 (#661)
Browse files Browse the repository at this point in the history
* Add DEBUG level logging

* Add connection.close logging

* Update tests

* Add logging documentation

* Version 0.17.0

* Update CHANGELOG.md
  • Loading branch information
tomchristie committed Mar 16, 2023
1 parent 4af5e1c commit 21450a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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/).

## 0.17.0 (March 16th, 2023)

- Add DEBUG level logging. (#648)
- Respect HTTP/2 max concurrent streams when settings updates are sent by server. (#652)
- Increase the allowable HTTP header size to 100kB. (#647)
- Add `retries` option to SOCKS proxy classes. (#643)

## 0.16.3 (December 20th, 2022)

- Allow `ws` and `wss` schemes. Allows us to properly support websocket upgrade connections. (#625)
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.16.3"
__version__ = "0.17.0"


__locals = locals()
Expand Down

0 comments on commit 21450a7

Please sign in to comment.