Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jun 7, 2023
1 parent 52d2eb1 commit 92196a0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.rst
@@ -1,3 +1,12 @@
2.0.3 (2023-06-07)
==================

- Allowed alternative SSL libraries such as LibreSSL, while still issuing a warning as we cannot help users facing issues with implementations other than OpenSSL. (`#3020 <https://github.com/urllib3/urllib3/issues/3020>`__)
- Deprecated URLs which don't have an explicit scheme (`#2950 <https://github.com/urllib3/urllib3/pull/2950>`_)
- Fixed response decoding with Zstandard when compressed data is made of several frames. (`#3008 <https://github.com/urllib3/urllib3/issues/3008>`__)
- Fixed ``assert_hostname=False`` to correctly skip hostname check. (`#3051 <https://github.com/urllib3/urllib3/issues/3051>`__)


2.0.2 (2023-05-03)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/3008.bugfix.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/3051.bugfix.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.2"
__version__ = "2.0.3"

0 comments on commit 92196a0

Please sign in to comment.