requests v2.0.1 Release Notes

Release Date: 2013-10-24 // over 10 years ago
    • ⚡️ Updated included CA Bundle with new mistrusts and automated process for the future
    • Added MD5-sess to Digest Auth
    • Accept per-file headers in multipart file POST messages.
    • 🛠 Fixed: Don't send the full URL on CONNECT messages.
    • 🛠 Fixed: Correctly lowercase a redirect scheme.
    • 🛠 Fixed: Cookies not persisted when set via functional API.
    • 🛠 Fixed: Translate urllib3 ProxyError into a requests ProxyError derived from ConnectionError.
    • ⚡️ Updated internal urllib3 and chardet.