Skip to content

Releases: lostisland/faraday-net_http

v3.3.0

26 Aug 08:47
046f0cc
Compare
Choose a tag to compare

What's Changed

  • Opt-in for MFA requirement explicitly by @tagliala in #43
  • Run CI against main branch of Faraday by @iMacTia in #46
  • Add support for ciphers SSLOptions by @womblep in #45

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.2.0

01 Aug 07:22
Compare
Choose a tag to compare

What's Changed

  • Added: Support setting SSL client cert as a an array, to configure extra_chain_cert by @larkro and @kaspth in #42
  • Developer experience: Unlock simplecov by @olleolleolle in #40

Full Changelog: v3.1.1...v3.2.0

v3.1.1

24 Jul 09:19
Compare
Choose a tag to compare

What's Changed

  • net_http adapter: Fix to avoid calling configure_ssl for HTTP connections by @ma2gedev in #38

Full Changelog: v3.1.0...v3.1.1

v1.0.2

24 Jul 08:43
Compare
Choose a tag to compare

What's Changed

  • net_http adapter: Backport #38 "net_http adapter: Fix to avoid calling configure_ssl for HTTP connections" to version 1.x by @ma2gedev in #39

Full Changelog: v1.0.1...v1.0.2

v3.1.0

09 Jan 10:19
1195316
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.2...v3.1.0

v3.0.2

11 Nov 17:11
0f9970b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1

08 Oct 10:17
3b84326
Compare
Choose a tag to compare

What's Changed

  • Fix ReDos/performance when receiving crafted response headers by @ooooooo-q in #27

New Contributors

Full Changelog: v3.0.0...v3.0.1

v3.0.0

08 Aug 13:16
Compare
Choose a tag to compare

What's Changed

  • Add support for the new Faraday streaming API by @iMacTia in #26

Why a 3.0 release? What's the breaking change?

Faraday 2.5 introduces a new streaming API and other changes that we want to take advantage on. However, releasing a new 2.x version of the gem would cause it to be pulled in projects where Faraday has not been updated to v2.5+ yet, causing errors.

For this reason, we're instead releasing this as v3.0, which only the next (compatible) version of faraday will allow to use.

Full Changelog: v2.1.0...v3.0.0

v2.1.0

28 Jul 09:06
9a1c9b0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

17 May 09:45
89f1eea
Compare
Choose a tag to compare

What's Changed

  • Add Errno::EALREADY to list of Net::HTTP exceptions by @iMacTia in #21

Full Changelog: v2.0.2...v2.0.3