requests v2.9.2 Release Notes

Release Date: 2016-04-29 // about 8 years ago
  • ๐Ÿ‘Œ Improvements

    • Change built-in CaseInsensitiveDict (used for headers) to use OrderedDict as its underlying datastore.

    ๐Ÿ›  Bugfixes

    • Don't use redirect_cache if allow_redirects=False
    • When passed objects that throw exceptions from tell(), send them via chunked transfer encoding instead of failing.
    • Raise a ProxyError for proxy related connection issues.