Skip to content

Commit

Permalink
Release 1.25.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jul 22, 2020
1 parent 2e977dc commit 3c3fb02
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,25 @@
Changes
=======

1.25.10 (2020-07-22)
--------------------

* Added support for ``SSLKEYLOGFILE`` environment variable for
logging TLS session keys with use with programs like
Wireshark for decrypting captured web traffic (Pull #1867)

* Fixed loading of SecureTransport libraries on macOS Big Sur
due to the new dynamic linker cache (Pull #1905)

* Collapse chunked request bodies data and framing into one
call to ``send()`` to reduce the number of TCP packets by 2-4x (Pull #1906)

* Don't insert ``None`` into ``ConnectionPool`` if the pool
was empty when requesting a connection (Pull #1866)

* Avoid ``hasattr`` call in ``BrotliDecoder.decompress()`` (Pull #1858)


1.25.9 (2020-04-16)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion src/urllib3/_version.py
@@ -1,2 +1,2 @@
# This file is protected via CODEOWNERS
__version__ = "1.25.9"
__version__ = "1.25.10"

0 comments on commit 3c3fb02

Please sign in to comment.