Skip to content

Releases: lostisland/faraday

v2.13.0

08 Apr 20:21
77204cc
Compare
Choose a tag to compare

What's Changed

  • feat(ssl options): support SNI hostname by @bf4 in #1615

New Contributors

  • @bf4 made their first contribution in #1615

Full Changelog: v2.12.3...v2.13.0

v2.12.3

08 Apr 13:06
064a54b
Compare
Choose a tag to compare

What's Changed

  • Remove ruby2_keywords by @tisba in #1616
  • Fix thread safety issue by avoiding mutation of proxy options hash by @QWYNG in #1617

New Contributors

Full Changelog: v2.12.2...v2.12.3

v2.12.2

09 Dec 10:51
a9cf004
Compare
Choose a tag to compare

What's Changed

  • Use generic argument forwarding + remove ruby2_keywords by @chaymaeBZ in #1601
  • [TEST] fix compatibility with ruby 3.4.0dev by @mtasaka in #1604
  • Formatting the log using parameter progname for the logger by @kodram in #1606

New Contributors

Full Changelog: v2.12.1...v2.12.2

v2.12.1

14 Nov 11:39
93ef9e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.12.0...v2.12.1

v1.10.4

20 Sep 14:39
41c990e
Compare
Choose a tag to compare

What's Changed

  • Make sure that Faraday::Request::Json and Faraday::Response::Json are correctly autoloaded by @iMacTia in #1595

Full Changelog: v1.10.3...v1.10.4

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