Skip to content

Releases: lostisland/faraday

v1.7.0

09 Aug 07:51
83a97b7
Compare
Choose a tag to compare

Features

v1.6.0

01 Aug 08:04
a089fb8
Compare
Choose a tag to compare

Misc

v1.5.1

11 Jul 10:04
66d5dae
Compare
Choose a tag to compare

Fixes

  • Fix JRuby incompatibility after moving out EM adapters (#1294, @ahorek)

Documentation

v1.5.0

04 Jul 18:59
0e8bfa5
Compare
Choose a tag to compare

Misc

v1.4.3

24 Jun 15:12
8ca6a7e
Compare
Choose a tag to compare

Fixes

v1.4.2

22 May 08:33
63c33d2
Compare
Choose a tag to compare

Fixes

  • Add proxy setting when url_prefix is changed (#1276, @ci)
  • Default proxy scheme to http:// if necessary, fixes #1282 (#1283, @gurgeous)

Documentation

Misc

  • Use external em_http and em_synchrony adapters (#1274, @iMacTia)

v1.4.1

18 Apr 18:23
048718f
Compare
Choose a tag to compare

Fixes

v1.4.0

16 Apr 10:36
41d87d6
Compare
Choose a tag to compare

Highlights

With this release, we continue the work of gradually moving out adapters into their own gems 🎉
Thanks to @MikeRogers0 for helping the Faraday team in progressing with this quest 👏

And thanks to @olleolleolle efforts, Faraday is becoming more inclusive than ever 🤗
Faraday's master branch has been renamed into main, we have an official policy on inclusive language and even a rubocop plugin to check for non-inclusive words ❤️!
Checkout the "Misc" section below for more details 🙌 !

Fixes

  • Fix NoMethodError undefined method 'coverage' (#1255, @Maroo-b)

Documentation

Misc

v1.3.1

16 Apr 10:26
e52f7b3
Compare
Choose a tag to compare

Fixes

Documentation

Misc

v0.17.4

06 Feb 09:32
2f3a7da
Compare
Choose a tag to compare

Fixes

  • NetHttp adapter: wrap Errno::EADDRNOTAVAIL (#1114, @embs)
  • Fix === for subclasses of deprecated classes (#1243, @mervync)