]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Release 0.7.6 (#499) 0.7.6
authorFlorimond Manca <florimond.manca@gmail.com>
Sat, 2 Nov 2019 11:09:26 +0000 (12:09 +0100)
committerGitHub <noreply@github.com>
Sat, 2 Nov 2019 11:09:26 +0000 (12:09 +0100)
CHANGELOG.md
httpx/__version__.py

index b051badf9346de27be0849c7bb44614769707c6e..1cea654510eebcd3524fda1889bd74d160e74bb5 100644 (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
index ddc6dff556c9d557e8926f432a9904f97ffa54a4..106c34540826e9414a056f3b44f1d4fbdca9a99d 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.7.5"
+__version__ = "0.7.6"