Skip to content

Commit 221754b

Browse files
Version 0.9.0 (#93)
1 parent 875daba commit 221754b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.9.0 (May 21th, 2020)
8+
9+
### Changed
10+
11+
- URL port becomes an `Optional[int]` instead of `int`. (Pull #92)
12+
13+
### Fixed
14+
15+
- Honor HTTP/2 max concurrent streams settings. (Pull #89, #90)
16+
- Remove incorrect debug log. (Pull #83)
17+
718
## 0.8.4 (May 11th, 2020)
819

920
### Added

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@
3939
"WriteError",
4040
"CloseError",
4141
]
42-
__version__ = "0.8.4"
42+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)