urllib3 v1.25.9 Release Notes

Release Date: 2020-04-16 // about 4 years ago
    • โž• Added InvalidProxyConfigurationWarning which is raised when erroneously specifying an HTTPS proxy URL. urllib3 doesn't currently support connecting to HTTPS proxies but will soon be able to and we would like users to migrate properly without much breakage.

    See this GitHub issue <https://github.com/urllib3/urllib3/issues/1850>_ for more information on how to fix your proxy config. (Pull #1851)

    • Drain connection after PoolManager redirect (Pull #1817)

    • ๐Ÿ‘Œ Ensure load_verify_locations raises SSLError for all backends (Pull #1812)

    • ๐Ÿ“‡ Rename VerifiedHTTPSConnection to HTTPSConnection (Pull #1805)

    • ๐Ÿ‘ Allow the CA certificate data to be passed as a string (Pull #1804)

    • Raise ValueError if method contains control characters (Pull #1800)

    • Add __repr__ to Timeout (Pull #1795)