Release 0.7.6 (#499)

This commit is contained in:
Florimond Manca 2019-11-02 12:09:26 +01:00 committed by GitHub
parent 1ce3cc3269
commit a62947826f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -4,6 +4,19 @@ 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.7.6 (November 2, 2019)
### Removed
- Drop `proxies` parameter from the high-level API. (Pull #485)
### Fixed
- Tweak multipart files: omit null filenames, add support for `str` file contents. (Pull #482)
- Cache NETRC authentication per-client. (Pull #400)
- Rely on `getproxies` for all proxy environment variables. (Pull #470)
- Wait for the `asyncio` stream to close when closing a connection. (Pull #494)
## 0.7.5 (October 10, 2019)
### Added

View File

@ -1,3 +1,3 @@
__title__ = "httpx"
__description__ = "A next generation HTTP client, for Python 3."
__version__ = "0.7.5"
__version__ = "0.7.6"