Skip to content

Commit

Permalink
Release version 2.0.4 (#3084)
Browse files Browse the repository at this point in the history
Co-authored-by: Illia Volochii <illia.volochii@gmail.com>
  • Loading branch information
Eutropios and illia-v committed Jul 19, 2023
1 parent d40d146 commit c9fa144
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,12 @@
2.0.4 (2023-07-19)
==================

- Added support for union operators to ``HTTPHeaderDict`` (`#2254 <https://github.com/urllib3/urllib3/issues/2254>`__)
- Added ``BaseHTTPResponse`` to ``urllib3.__all__`` (`#3078 <https://github.com/urllib3/urllib3/issues/3078>`__)
- Fixed ``urllib3.connection.HTTPConnection`` to raise the ``http.client.connect`` audit event to have the same behavior as the standard library HTTP client (`#2757 <https://github.com/urllib3/urllib3/issues/2757>`__)
- Relied on the standard library for checking hostnames in supported PyPy releases (`#3087 <https://github.com/urllib3/urllib3/issues/3087>`__)


2.0.3 (2023-06-07)
==================

Expand Down
3 changes: 0 additions & 3 deletions changelog/2254.feature.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3078.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3087.feature.rst

This file was deleted.

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

__version__ = "2.0.3"
__version__ = "2.0.4"

0 comments on commit c9fa144

Please sign in to comment.