requests v2.4.2 Release Notes

Release Date: 2014-10-05 // over 9 years ago
  • ๐Ÿ‘Œ Improvements

    • FINALLY! Add json parameter for uploads! (#2258)
    • โœ… Support for bytestring URLs on Python 3.x (#2238)

    ๐Ÿ›  Bugfixes

    • Avoid getting stuck in a loop (#2244)
    • Multiple calls to iter* fail with unhelpful error. (#2240, #2241)

    ๐Ÿ“š Documentation

    • Correct redirection introduction (#2245)
    • Added example of how to send multiple files in one request. (#2227)
    • Clarify how to pass a custom set of CAs (#2248)