Release 0.7.6 (#499)
This commit is contained in:
parent
1ce3cc3269
commit
a62947826f
13
CHANGELOG.md
13
CHANGELOG.md
@ -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
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.7.5"
|
||||
__version__ = "0.7.6"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user