Faraday v1.0.1 Release Notes

Release Date: 2020-03-29 // about 4 years ago
  • ๐Ÿ›  Fixes:

    • ๐Ÿ‘‰ Use Net::HTTP#start(&block) to ensure closed TCP connections (#1117)
    • Fully qualify constants to be checked (#1122)
    • ๐Ÿ‘ Allows parse method to be private/protected in response middleware (#1123)
    • Encode Spaces in Query Strings as '%20' Instead of '+' (#1125)
    • Limits rack to v2.0.x (#1127)
    • Adapter Registry reads also use mutex (#1136)

    ๐Ÿ“š Documentation:

    • ๐Ÿ“š Retry middleware documentation fix (#1109)
    • ๐Ÿ“„ Docs(retry): precise usage of retry-after (#1111)
    • README: Link the logo to the website (#1112)
    • Website: add search bar (#1116)
    • ๐Ÿ›  Fix request/response mix-up in docs text (#1132)