Skip to content

Releases: lostisland/faraday

v2.12.0

18 Sep 09:05
59c5003
Compare
Choose a tag to compare

What's Changed

New features ✨

  • Make RaiseError middleware configurable to not raise error on certain status codes (e.g. 404) by @clemens in #1590

Fixes 🐞

Misc/Docs 📄

New Contributors

Full Changelog: v2.11.0...v2.12.0

v2.11.0

26 Aug 08:53
3170e7d
Compare
Choose a tag to compare

What's Changed

This release adds support for the ciphers SSL option (currently supported by the net_http adapter in v3.3+), as well as taking advantage of the support of chained certificates introduced in the net_http adapter in v3.2.
Also, it adds a new ParallelManager#execute interface that improves on the existing one and makes it easier for adapters to support parallel requests. This is currently used by the async-http adapter.

New features ✨

  • Add support for a new ParallelManager#execute method. by @iMacTia in #1584
  • Add ciphers attribute to SSLOptions by @womblep in #1582

Misc/Docs 📄

New Contributors

Full Changelog: v2.10.1...v2.11.0

v2.10.1

31 Jul 12:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.10.0...v2.10.1

v2.10.0

08 Jul 09:41
18524c6
Compare
Choose a tag to compare

What's Changed

This release introduces support for middleware-level default_options 🎉
You can read more about it in the docs.

New features ✨

  • Introduce Middleware DEFAULT_OPTIONS with Application and Instance Configurability by @ryan-mcneil in #1572

Bug Fixes 🐞

Misc/Docs 📄

  • Configure "npm" package-ecosystem for Dependabot by @yykamei in #1571

New Contributors

Full Changelog: v2.9.2...v2.10.0

v2.9.2

18 Jun 08:53
5996054
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐞

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

05 Jun 15:32
Compare
Choose a tag to compare

What's Changed

New features ✨

Bug Fixes 🐞

  • Fix compatibility with Ruby 3.4.0-preview1 by @m-nakamura145 in #1560
  • Support default json decoder even when nil responds to :load by @gtmax in #1563

Misc/Docs 📄

New Contributors

Full Changelog: v2.9.0...v2.9.1

v2.9.0

09 Jan 10:58
cc5d607
Compare
Choose a tag to compare

What's Changed

NOTE: This release removes support for Ruby 2.6 and 2.7, making Ruby 3.0 the minimum version.

New Contributors

Full Changelog: v2.8.1...v2.9.0

v2.8.1

21 Dec 08:12
7e12133
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

20 Dec 09:39
25da081
Compare
Choose a tag to compare

What's Changed

New features ✨

  • Configurable JSON encoders and decoders by @ne006 in #1539

Misc/Docs 📄

New Contributors

Full Changelog: v2.7.12...v2.8.0

v2.7.12

21 Nov 13:56
3e27447
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @k0i made their first contribution in #1528

Full Changelog: v2.7.11...v2.7.12