Skip to content

Commit 4efe212

Browse files
Version 0.14.1 (#430)
1 parent fd2d865 commit 4efe212

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ 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.1 (November 12th, 2021)
8+
9+
- `max_connections` becomes optional. (Pull #429)
10+
- `certifi` is now included in the install dependancies. (Pull #428)
11+
- `h2` is now strictly optional. (Pull #428)
12+
713
## 0.14.0 (November 11th, 2021)
814

915
The 0.14 release is a complete reworking of `httpcore`, comprehensively addressing some underlying issues in the connection pooling, as well as substantially redesigning the API to be more user friendly.

httpcore/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"WriteError",
7979
]
8080

81-
__version__ = "0.14.0"
81+
__version__ = "0.14.1"
8282

8383

8484
__locals = locals()

0 commit comments

Comments
 (0)