From: Tom Christie Date: Fri, 15 Nov 2019 21:56:02 +0000 (+0000) Subject: Version 0.7.7 (#532) X-Git-Tag: 0.7.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6045ee242fbe0308ce9d5faf654f5de68e1a3dd8;p=thirdparty%2Fhttpx.git Version 0.7.7 (#532) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cea6545..34d47ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/httpx/__version__.py b/httpx/__version__.py index 106c3454..5783d849 100644 --- a/httpx/__version__.py +++ b/httpx/__version__.py @@ -1,3 +1,3 @@ __title__ = "httpx" __description__ = "A next generation HTTP client, for Python 3." -__version__ = "0.7.6" +__version__ = "0.7.7"