File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
55The 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
921The 0.18.x release series formalises our low-level Transport API, introducing the base classes ` httpx.BaseTransport ` and ` httpx.AsyncBaseTransport ` .
Original file line number Diff line number Diff line change 11__title__ = "httpx"
22__description__ = "A next generation HTTP client, for Python 3."
3- __version__ = "0.18.0 "
3+ __version__ = "0.18.1 "
You can’t perform that action at this time.
0 commit comments