Skip to content

v2.7.2

Compare
Choose a tag to compare
@iMacTia iMacTia released this 14 Dec 09:59
· 94 commits to main since this release
20a5d57

What's Changed

  • Replace actions/setup-ruby with ruby/setup-ruby by @kyoshidajp in #1466
  • Enforce timeouts in Faraday's test adapter by @dpep in #1465
  • Rename Faraday::Logger::Formatter#error to #exception by @iMacTia in #1468

ATTENTION

Rename Faraday::Logger::Formatter#error (#1468) is potentially a breaking change IF you've created a custom Faraday::Logging::Formatter implementing the new error method introduced in v2.7.0.

We've decided to rollout this change in a fix version anyway because the name of the method was potentially causing infinite loop issues, and because the feature was very recently released.

This should not be impacting you otherwise and you can safely upgrade.

New Contributors

Full Changelog: v2.7.1...v2.7.2