requests v2.6.1 Release Notes

Release Date: 2015-04-22 // about 9 years ago
  • ๐Ÿ›  Bugfixes

    • ๐Ÿšš Remove VendorAlias import machinery introduced in v2.5.2.
    • Simplify the PreparedRequest.prepare API: We no longer require the user to pass an empty list to the hooks keyword argument. (c.f. #2552)
    • Resolve redirects now receives and forwards all of the original arguments to the adapter. (#2503)
    • Handle UnicodeDecodeErrors when trying to deal with a unicode URL that cannot be encoded in ASCII. (#2540)
    • ๐Ÿ“œ Populate the parsed path of the URI field when performing Digest Authentication. (#2426)
    • Copy a PreparedRequest's CookieJar more reliably when it is not an instance of RequestsCookieJar. (#2527)