Skip to content

Commit

Permalink
Release 2.2.2 (#3406)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Jun 17, 2024
1 parent accff72 commit 27e2a5c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
==================

- 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``.
- 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>`__)
- Fixed return types representing copying actions to use ``typing.Self``. (`#3363 <https://github.com/urllib3/urllib3/issues/3363>`__)

2.2.1 (2024-02-16)
==================
Expand Down
2 changes: 0 additions & 2 deletions changelog/3122.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3342.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3363.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/urllib3/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is protected via CODEOWNERS
from __future__ import annotations

__version__ = "2.2.1"
__version__ = "2.2.2"

0 comments on commit 27e2a5c

Please sign in to comment.