requests v2.2.0 Release Notes

Release Date: 2014-01-09 // over 10 years ago
  • API Changes

    • ๐Ÿ‘ป New exception: ContentDecodingError. Raised instead of urllib3 DecodeError exceptions.

    ๐Ÿ›  Bugfixes

    • Avoid many many exceptions from the buggy implementation of proxy_bypass on OS X in Python 2.6.
    • Avoid crashing when attempting to get authentication credentials from ~/.netrc when running as a user without a home directory.
    • Use the correct pool size for pools of connections to proxies.
    • Fix iteration of CookieJar objects.
    • Ensure that cookies are persisted over redirect.
    • ๐Ÿ”€ Switch back to using chardet, since it has merged with charade.