urllib3 v1.8.3 Release Notes

Release Date: 2014-06-23 // almost 10 years ago
    • ๐Ÿ›  Fix TLS verification when using a proxy in Python 3.4.1. (Issue #385)

    • Add disable_cache option to urllib3.util.make_headers. (Issue #393)

    • ๐Ÿ‘ป Wrap socket.timeout exception with urllib3.exceptions.ReadTimeoutError. (Issue #399)

    • ๐Ÿ›  Fixed proxy-related bug where connections were being reused incorrectly. (Issues #366, #369)

    • โž• Added socket_options keyword parameter which allows to define setsockopt configuration of new sockets. (Issue #397)

    • โœ‚ Removed HTTPConnection.tcp_nodelay in favor of HTTPConnection.default_socket_options. (Issue #397)

    • ๐Ÿ›  Fixed TypeError bug in Python 2.6.4. (Issue #411)