Faraday v0.17.1 Release Notes

Release Date: 2019-11-27 // over 4 years ago
  • ๐Ÿš€ Final release before Faraday v1.0, with important fixes for Ruby 2.7.

    ๐Ÿ›  Fixes:

    • ๐Ÿ‘€ RaiseError response middleware raises exception if HTTP client returns a nil
      status. (#1042)

    Misc:

    • ๐Ÿ›  Fix Ruby 2.7 warnings (#1009)
    • โž• Add Faraday::Deprecate to warn about upcoming v1.0 changes. (#1054, #1059,
      #1076, #1077)
    • โž• Add release notes up to current in CHANGELOG.md (#1066)
    • โœ… Port minimal rspec suite from main branch to run backported tests. (#1058)