Version 0.13.0.dev2 (#941)
* Update __version__.py * Update CHANGELOG.md * Update setup.py * Update CHANGELOG.md
This commit is contained in:
parent
d568ecda53
commit
97d488a95c
14
CHANGELOG.md
14
CHANGELOG.md
@ -4,6 +4,20 @@ 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.13.0.dev2 (May 12th, 2020)
|
||||
|
||||
The 0.13.0.dev2 is a *pre-release* version. To install it, use `pip install httpx --pre`.
|
||||
|
||||
### Added
|
||||
|
||||
- Logging via HTTPCORE_LOG_LEVEL and HTTPX_LOG_LEVEL environment variables
|
||||
and TRACE level logging. (HTTPCore Pull #79)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Reuse of connections on HTTP/2 in close concurrency situations. (HTTPCore Pull #81)
|
||||
- When using an `app=<ASGI app>` observe neater disconnect behaviour instead of sending empty body messages. (Pull #919)
|
||||
|
||||
## 0.13.0.dev1 (May 6th, 2020)
|
||||
|
||||
The 0.13.0.dev1 is a *pre-release* version. To install it, use `pip install httpx --pre`.
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
__title__ = "httpx"
|
||||
__description__ = "A next generation HTTP client, for Python 3."
|
||||
__version__ = "0.13.0.dev1"
|
||||
__version__ = "0.13.0.dev2"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user