Skip to content

Commit 54d6edf

Browse files
authored
Release 2.2.1
1 parent 49b2dda commit 54d6edf

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2.2.1 (2024-02-16)
2+
==================
3+
4+
- Fixed issue where ``InsecureRequestWarning`` was emitted for HTTPS connections when using Emscripten. (`#3331 <https://github.com/urllib3/urllib3/issues/3331>`__)
5+
- Fixed ``HTTPConnectionPool.urlopen`` to stop automatically casting non-proxy headers to ``HTTPHeaderDict``. This change was premature as it did not apply to proxy headers and ``HTTPHeaderDict`` does not handle byte header values correctly yet. (`#3343 <https://github.com/urllib3/urllib3/issues/3343>`__)
6+
- Changed ``ProtocolError`` to ``InvalidChunkLength`` when response terminates before the chunk length is sent. (`#2860 <https://github.com/urllib3/urllib3/issues/2860>`__)
7+
- Changed ``ProtocolError`` to be more verbose on incomplete reads with excess content. (`#3261 <https://github.com/urllib3/urllib3/issues/3261>`__)
8+
9+
110
2.2.0 (2024-01-30)
211
==================
312

changelog/2860.bugfix.rst

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

changelog/3261.misc.rst

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

changelog/3331.bugfix.rst

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

changelog/3343.bugfix.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.2.0"
4+
__version__ = "2.2.1"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy