Faraday v1.1.0 Release Notes

Release Date: 2020-10-17 // over 3 years ago
  • ๐Ÿ”‹ Features

    • ๐Ÿ”ง Makes parameters sorting configurable (#1162 @wishdev)
    • Introduces flat_encode option for multipart adapter. (#1163 @iMacTia)
    • ๐Ÿ‘€ Include request info in exceptions raised by RaiseError Middleware (#1181 @SandroDamilano)

    ๐Ÿ›  Fixes

    • ๐Ÿ— Avoid last arg as keyword param warning when building user middleware on Ruby 2.7 (#1153 @dgholz)
    • Limits net-http-persistent version to < 4.0 (#1156 @iMacTia)
    • โšก๏ธ Update typhoeus to new stable version (1.4) (#1159 @AlexWayfer)
    • โœ… Properly fix test failure with Rack 2.1+. (#1171 @voxik)

    ๐Ÿ“š Documentation

    • ๐Ÿ‘Œ Improves documentation on how to contribute to the site by using Docker. (#1175 @iMacTia)
    • ๐Ÿ”„ Remove retry_change_requests from documentation (#1185 @stim371)

    Misc