Faraday v0.16.0 Release Notes

Release Date: 2019-09-27 // over 4 years ago
  • ๐Ÿš€ This release also includes all the updates from RC-1.

    ๐Ÿ”‹ Features:

    • Create ParamPart class to allow multipart posts with JSON content and file upload at the same time #1017 (@jeremy-israel)
    • ๐Ÿ“‡ Rename UploadIO -> FilePart to be consistent with ParamPart class name. #1021 (@technoweenie)
      • UploadIO class name is preserved for backwards compatibility.
    • Enable response body streaming in Excon. #1026 (@technoweenie)

    ๐Ÿ› Bugs:

    • ๐Ÿ›  Fix Faraday::Options#inspect bug that appends to a frozen string. #995 (@technoweenie)
    • ๐Ÿ›  Fix Ruby 2.7 warnings about Proc.new without a block. #1009 (@tenderlove)

    Misc:

    • ๐Ÿ›  Fix website navigation links #995 (@iMacTia)
    • ๐Ÿณ Configure Jekyll plugin jekyll-remote-theme to support Docker usage. #999 (@Lewiscowles1986)
    • โœ… Include test/unit and rspec examples using the Faraday Test adapter. #1000 (@technoweenie)
    • โšก๏ธ Update multipart docs to mention ParamPart class #1018 (@technoweenie)