Skip to content

Releases: lostisland/faraday-net_http_persistent

v2.1.0

11 Aug 12:05
2eb9a23
Compare
Choose a tag to compare

What's Changed

  • Remove dependency from faraday-net_http adapter. by @iMacTia in #15

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

09 Aug 19:07
e19f0f6
Compare
Choose a tag to compare

Changes

  • Pin faraday-net_http version to '< 3'

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

v2.0.1

06 Jan 16:45
c659551
Compare
Choose a tag to compare

Changes

  • Re-add support for Faraday v1

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

v2.0.0

04 Jan 16:13
Compare
Choose a tag to compare

What's Changed

  • Switch to Faraday 2.0, Ruby 2.6 min requirement and test against 3.1
  • Prepare this adapter for Faraday 2.0 by @mattbrictson in #7
  • CI: Drop Ruby 2.5, add Ruby 3.0 by @olleolleolle in #10
  • chore: Move dev deps to Gemfile by @olleolleolle in #9
  • fix: Depend on net-http-persistent 4.x in gemspec by @olleolleolle in #11

New Contributors

Full Changelog: v1.2.0...v2.0.0

v1.2.0

12 Jul 07:53
5b06f0d
Compare
Choose a tag to compare

Features

Documentation

v1.1.0

18 Apr 15:46
Compare
Choose a tag to compare

Dependency fix release

This release only contains a dependency fix where net_http_persistent is made a development dependency.
This is to avoid having the client automatically pulled into Faraday's dependencies as well, and will be made a normal dependency in v2.0

v1.0.3

25 Mar 22:10
Compare
Choose a tag to compare

Same as v1.0.2, but correctly updating the version in the codebase 🤦‍♂️

This improves the support for Ruby 3.0.0, by moving the conditional net-http-persistent dependency source into this gems Gemfile.

v1.0.2

25 Mar 22:07
abd17e6
Compare
Choose a tag to compare

This minor release improves Ruby 3.0 support.

v1.0.1

19 Mar 22:45
Compare
Choose a tag to compare

This is a minor release which should make it possible to remove net_http_persistent from the main Faraday repository.

lostisland/faraday#1250 - Once this is released, this will be ready for merging.

v1.0.0

15 Mar 12:12
6f367c1
Compare
Choose a tag to compare

v1.0 Release 🎉

Thanks to @MikeRogers0 for working on this gem 👏