]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Version 0.7.7 (#532) 0.7.7
authorTom Christie <tom@tomchristie.com>
Fri, 15 Nov 2019 21:56:02 +0000 (21:56 +0000)
committerGitHub <noreply@github.com>
Fri, 15 Nov 2019 21:56:02 +0000 (21:56 +0000)
CHANGELOG.md
httpx/__version__.py

index 1cea654510eebcd3524fda1889bd74d160e74bb5..34d47ecd29758cfa62ec8be36b919ea8384052d4 100644 (file)
@@ -4,6 +4,17 @@ 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.7 (November 15, 2019)
+
+### Fixed
+
+- Resolve an issue with cookies behavior on redirect requests. (Pull #529)
+
+### Added
+
+- Add request/response DEBUG logs. (Pull #502)
+- Use TRACE log level for low level info. (Pull #500)
+
 ## 0.7.6 (November 2, 2019)
 
 ### Removed
index 106c34540826e9414a056f3b44f1d4fbdca9a99d..5783d84921b8a206751e420cd60586b28ca735f3 100644 (file)
@@ -1,3 +1,3 @@
 __title__ = "httpx"
 __description__ = "A next generation HTTP client, for Python 3."
-__version__ = "0.7.6"
+__version__ = "0.7.7"