8000 Release 2.0.5 · urllib3/urllib3@d9f85a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9f85a7

Browse files
authored
Release 2.0.5
1 parent d41f412 commit d9f85a7

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2.0.5 (2023-09-20)
2+
==================
3+
4+
- Allowed pyOpenSSL third-party module without any deprecation warning. (`#3126 <https://github.com/urllib3/urllib3/issues/3126>`__)
5+
- Fixed default ``blocksize`` of ``HTTPConnection`` classes to match high-level classes. Previously was 8KiB, now 16KiB. (`#3066 <https://github.com/urllib3/urllib3/issues/3066>`__)
6+
7+
18
2.0.4 (2023-07-19)
29
==================
310

changelog/3066.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3126.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/urllib3/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# This file is protected via CODEOWNERS
22
from __future__ import annotations
33

4-
__version__ = "2.0.4"
4+
__version__ = "2.0.5"

0 commit comments

Comments
 (0)
0