Skip to content

Commit 5baf209

Browse files
Version 0.13.4 (#355)
1 parent 98fb2a0 commit 5baf209

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.13.4 (June 9th, 2021)
8+
9+
### Added
10+
11+
- Improved error messaging when URL scheme is missing, or a non HTTP(S) scheme is used. (Pull ##354)
12+
13+
### Fixed
14+
15+
- Switched to `anyio` as the default backend implementation when running with `asyncio`. Resolves some awkward [TLS timeout issues](https://github.com/encode/httpx/discussions/1511).
16+
717
## 0.13.3 (May 6th, 2021)
818

919
### Added

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"WriteError",
5252
"WriteTimeout",
5353
]
54-
__version__ = "0.13.3"
54+
__version__ = "0.13.4"
5555

5656
__locals = locals()
5757

0 commit comments

Comments
 (0)