Skip to content

Commit 27e2a5c

Browse files
authored
Release 2.2.2 (#3406)
1 parent accff72 commit 27e2a5c

5 files changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
==================
33

44
- Added the ``Proxy-Authorization`` header to the list of headers to strip from requests when redirecting to a different host. As before, different headers can be set via ``Retry.remove_headers_on_redirect``.
5+
- Allowed passing negative integers as ``amt`` to read methods of ``http.client.HTTPResponse`` as an alternative to ``None``. (`#3122 <https://github.com/urllib3/urllib3/issues/3122>`__)
6+
- Fixed return types representing copying actions to use ``typing.Self``. (`#3363 <https://github.com/urllib3/urllib3/issues/3363>`__)
57

68
2.2.1 (2024-02-16)
79
==================

changelog/3122.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelog/3342.doc.rst

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

changelog/3363.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.1"
4+
__version__ = "2.2.2"

0 commit comments

Comments
 (0)