Skip to content

Releases: lostisland/faraday-net_http

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

v2.0.2

10 Apr 18:37
09c3a4c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

05 Jan 21:29
f4ded8d
Compare
Choose a tag to compare

Fixes

  • Add back support for Faraday 1.0

v2.0.0

04 Jan 09:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v2.0.0

v2.0.0.alpha-2

02 Dec 15:03
3fafe08
Compare
Choose a tag to compare
v2.0.0.alpha-2 Pre-release
Pre-release

Features

  • Honor Content-Type charset by @xkwd (#13)

Misc