forked from pool/python-urllib3
- update to 1.25.10:
* 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) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=101
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 16:09:35 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 1.25.10:
|
||||
* 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 2 17:19:23 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user