urllib3 v1.10 Release Notes

Release Date: 2014-12-14 // over 9 years ago
    • Disabled SSLv3. (Issue #473)

    • โž• Add Url.url property to return the composed url string. (Issue #394)

    • ๐Ÿ›  Fixed PyOpenSSL + gevent WantWriteError. (Issue #412)

    • ๐Ÿ‘ป MaxRetryError.reason will always be an exception, not string. (Issue #481)

    • ๐Ÿ›  Fixed SSL-related timeouts not being detected as timeouts. (Issue #492)

    • 0๏ธโƒฃ Py3: Use ssl.create_default_context() when available. (Issue #473)

    • Emit InsecureRequestWarning for every insecure HTTPS request. (Issue #496)

    • โš  Emit SecurityWarning when certificate has no subjectAltName. (Issue #499)

    • Close and discard sockets which experienced SSL-related errors. (Issue #501)

    • ๐Ÿ– Handle body param in .request(...). (Issue #513)

    • โฑ Respect timeout with HTTPS proxy. (Issue #505)

    • ๐Ÿ‘ป PyOpenSSL: Handle ZeroReturnError exception. (Issue #520)