diff options
| author | Seth Michael Larson <sethmichaellarson@gmail.com> | 2023-03-10 18:07:03 -0600 |
|---|---|---|
| committer | Seth Michael Larson <sethmichaellarson@gmail.com> | 2023-03-10 23:56:57 -0600 |
| commit | a03a0bfc3f58c138c591d57e23433286e23f7f5d (patch) | |
| tree | 184cbabd03e28913e8e22f0740d68c3b6863b91c | |
| parent | bc0138062da330a17996e1188bba133d4fdb30d6 (diff) | |
| download | urllib3-a03a0bfc3f58c138c591d57e23433286e23f7f5d.tar.gz | |
Add 1.26.15 release to main
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 08e8e910..ea438480 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -122,6 +122,14 @@ Read the `v2.0 migration guide <https://urllib3.readthedocs.io/en/latest/v2-migr * Fixed a reference cycle bug in ``urllib3.util.connection.create_connection()`` (`#2277 <https://github.com/urllib3/urllib3/issues/2277>`__). * Fixed a socket leak if ``HTTPConnection.connect()`` fails (`#2571 <https://github.com/urllib3/urllib3/pull/2571>`__). +1.26.15 (2023-03-10) +-------------------- + +* Fix socket timeout value when ``HTTPConnection`` is reused (`#2645 <https://github.com/urllib3/urllib3/issues/2645>`__) +* Remove "!" character from the unreserved characters in IPv6 Zone ID parsing + (`#2899 <https://github.com/urllib3/urllib3/issues/2899>`__) +* Fix IDNA handling of '\x80' byte (`#2901 <https://github.com/urllib3/urllib3/issues/2901>`__) + 1.26.14 (2023-01-11) -------------------- |
