Skip to content

Commit

Permalink
Add 1.26.17 to the current changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-v authored Oct 2, 2023
1 parent 262e3e3 commit f28deff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ Fixed
* Fixed a socket leak if ``HTTPConnection.connect()`` fails (`#2571 </~https://github.com/urllib3/urllib3/pull/2571>`__).
* Fixed ``urllib3.contrib.pyopenssl.WrappedSocket`` and ``urllib3.contrib.securetransport.WrappedSocket`` close methods (`#2970 </~https://github.com/urllib3/urllib3/issues/2970>`__)

1.26.17 (2023-10-02)
====================

* Added the ``Cookie`` 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``. (`#3139 </~https://github.com/urllib3/urllib3/pull/3139>`_)

1.26.16 (2023-05-23)
====================

Expand Down

0 comments on commit f28deff

Please sign in to comment.