v2.7.2
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
- @kyoshidajp made their first contribution in #1466
- @dpep made their first contribution in #1465
Full Changelog: v2.7.1...v2.7.2