urllib3 v1.22 Release Notes

Release Date: 2017-07-20 // almost 7 years ago
    • ๐Ÿ›  Fixed missing brackets in HTTP CONNECT when connecting to IPv6 address via IPv6 proxy. (Issue #1222)

    • Made the connection pool retry on SSLError. The original SSLError is available on MaxRetryError.reason. (Issue #1112)

    • ๐Ÿš€ Drain and release connection before recursing on retry/redirect. Fixes deadlocks with a blocking connectionpool. (Issue #1167)

    • ๐Ÿ›  Fixed compatibility for cookiejar. (Issue #1229)

    • pyopenssl: Use vendored version of six. (Issue #1231)