urllib3 v1.26.6 Release Notes

Release Date: 2021-06-25 // almost 3 years ago
    • ๐Ÿ—„ Deprecated the urllib3.contrib.ntlmpool module. urllib3 is not able to support it properly due to reasons listed in this issue <https://github.com/urllib3/urllib3/issues/2282>_. If you are a user of this module please leave a comment.
    • ๐Ÿ”„ Changed HTTPConnection.request_chunked() to not erroneously emit multiple Transfer-Encoding headers in the case that one is already specified.
    • ๐Ÿ‘ Fixed typo in deprecation message to recommend Retry.DEFAULT_ALLOWED_METHODS.