urllib3 v1.21.1 Release Notes

Release Date: 2017-05-02 // about 7 years ago
    • ๐Ÿ›  Fixed SecureTransport issue that would cause long delays in response body delivery. (Pull #1154)

    • ๐Ÿ›  Fixed regression in 1.21 that threw exceptions when users passed the socket_options flag to the PoolManager. (Issue #1165)

    • ๐Ÿ›  Fixed regression in 1.21 that threw exceptions when users passed the assert_hostname or assert_fingerprint flag to the PoolManager. (Pull #1157)