Skip to content

Commit 54f4194

Browse files
Version 0.18.1 (#1617)
* Version 0.18.1 * Update CHANGELOG.md
1 parent 589c5a0 commit 54f4194

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.18.1 (29th April, 2021)
8+
9+
### Changed
10+
11+
* Update brotli support to use the `brotlicffi` package (Pull #1605)
12+
* Ensure that `Request(..., stream=...)` does not auto-generate any headers on the request instance. (Pull #1607)
13+
14+
### Fixed
15+
16+
* Pass through `timeout=...` in top-level httpx.stream() function. (Pull #1613)
17+
* Map httpcore transport close exceptions to httpx exceptions. (Pull #1606)
18+
719
## 0.18.0 (27th April, 2021)
820

921
The 0.18.x release series formalises our low-level Transport API, introducing the base classes `httpx.BaseTransport` and `httpx.AsyncBaseTransport`.

httpx/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__title__ = "httpx"
22
__description__ = "A next generation HTTP client, for Python 3."
3-
__version__ = "0.18.0"
3+
__version__ = "0.18.1"

0 commit comments

Comments
 (0)