Skip to content

Releases: lostisland/faraday

v2.7.3

16 Jan 16:08
cc7e7bc
Compare
Choose a tag to compare

What's Changed

Fixes:

Misc:

New Contributors

Full Changelog: v2.7.2...v2.7.3

v2.7.2

14 Dec 09:59
20a5d57
Compare
Choose a tag to compare

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

v2.7.1

18 Nov 11:09
c6668ef
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.0...v2.7.1

v2.7.0

15 Nov 10:30
8af0c87
Compare
Choose a tag to compare

What's Changed

  • GitHub Workflows security hardening by @sashashura in #1451
  • Remove unnecessary require 'pp' by @iMacTia in #1457
  • Convert self[key] to a String with #<< on #add_parsed by @yykamei in #1459
  • Allow logging of errors raised in adapters or other middleware by @epaew in #1460

New Contributors

Full Changelog: v2.6.0...v2.7.0

v0.17.6

04 Nov 17:21
f33bd37
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.5...v0.17.6

v2.6.0

03 Oct 16:29
4024f4d
Compare
Choose a tag to compare

What's Changed

New features

  • Forward the env to Request::Authorization#header_from by @swatosh in #1450

Documentation

New Contributors

Full Changelog: v2.5.2...v2.6.0

v1.10.2

23 Aug 12:47
e7bbb4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.10.1...v1.10.2

v2.5.2

11 Aug 15:01
b3b9229
Compare
Choose a tag to compare

What's Changed

  • Enables and fixes all new cops by @iMacTia in #1443
  • Explicitly pass reason_phrase to save_response in test adapter by @iMacTia in #1445

Full Changelog: v2.5.1...v2.5.2

v2.5.1

08 Aug 13:36
Compare
Choose a tag to compare

What's Changed

  • Add support for faraday-net_http adapter's latest version to make use of the new streaming API introduced in v2.5.0

Full Changelog: v2.5.0...v2.5.1

v2.5.0

08 Aug 11:29
591b58f
Compare
Choose a tag to compare

What's Changed

  • Improve streaming interface to provide response info by @iMacTia in #1439

Full Changelog: v2.4.0...v2.5.0