urllib3 v1.26.9 Release Notes

Release Date: 2022-03-16 // about 2 years ago
    • ๐Ÿ”„ Changed urllib3[brotli] extra to favor installing Brotli libraries that are still receiving updates like brotli and brotlicffi instead of brotlipy. This change does not impact behavior of urllib3, only which dependencies are installed.
    • ๐Ÿ›  Fixed a socket leaking when HTTPSConnection.connect() raises an exception.
    • ๐Ÿ›  Fixed server_hostname being forwarded from PoolManager to HTTPConnectionPool when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL.