Skip to content

Commit ec06ba2

Browse files
Version 0.14.3 (#1247)
1 parent de502a4 commit ec06ba2

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.14.3 (September 2nd, 2020)
8+
9+
### Added
10+
11+
* `http.Response()` may now be instantiated without a `request=...` parameter. Useful for some unit testing cases. (Pull #1238)
12+
* Add `103 Early Hints` and `425 Too Early` status codes. (Pull #1244)
13+
14+
### Fixed
15+
16+
* `DigestAuth` now handles responses that include multiple 'WWW-Authenticate' headers. (Pull #1240)
17+
* Call into transport `__enter__`/`__exit__` or `__aenter__`/`__aexit__` when client is used in a context manager style. (Pull #1218)
18+
719
## 0.14.2 (August 24th, 2020)
820

921
### Added

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.14.2"
3+
__version__ = "0.14.3"

0 commit comments

Comments
 (0)