Version 0.11.1 (#773)
* Version 0.11.1 * Update changelog * Update CHANGELOG.md Co-Authored-By: Florimond Manca <florimond.manca@gmail.com> Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
This commit is contained in:
parent
1f8fb28d93
commit
b128bfaf21
@ -4,6 +4,15 @@ 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.11.1 (January 17th, 2020)
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed usage of `proxies=...` on `Client()`. (Pull #763)
|
||||
* Support both `zlib` and `deflate` style encodings on `Content-Encoding: deflate`. (Pull #758)
|
||||
* Fix for streaming a redirect response body with `allow_redirects=False`. (Pull #766)
|
||||
* Handle redirect with malformed Location headers missing host. (Pull #774)
|
||||
|
||||
## 0.11.0 (January 9th, 2020)
|
||||
|
||||
The 0.11 release reintroduces our sync support, so that `httpx` now supports both a standard thread-concurrency API, and an async API.
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.11.0"
|
||||
__version__ = "0.11.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user