We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875daba commit 221754bCopy full SHA for 221754b
CHANGELOG.md
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
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
18
## 0.8.4 (May 11th, 2020)
19
20
### Added
httpcore/__init__.py
@@ -39,4 +39,4 @@
39
"WriteError",
40
"CloseError",
41
]
42
-__version__ = "0.8.4"
+__version__ = "0.9.0"
0 commit comments