requests v2.15.0 Release Notes

Release Date: 2017-05-26 // almost 7 years ago
  • ๐Ÿ‘Œ Improvements

    • Introduction of the Response.next property, for getting the next PreparedResponse from a redirect chain (when allow_redirects=False).
    • ๐Ÿ”– Internal refactoring of __version__ module.

    ๐Ÿ›  Bugfixes

    • โช Restored once-optional parameter for requests.utils.get_environ_proxies().