All Versions
49
Latest Version
Avg Release Cycle
45 days
Latest Release
810 days ago

Changelog History
Page 1

  • v2.2.0 Changes

    February 03, 2022
    • Reintroduce the possibility to register middleware with symbols, strings or procs in #1391
  • v2.1.0 Changes

    January 15, 2022
    • ๐Ÿ›  Fix test adapter thread safety by @iMacTia in #1380
    • โž• Add default adapter options by @hirasawayuki in #1382
    • ๐Ÿ’Ž CI: Add Ruby 3.1 to matrix by @petergoldstein in #1374
    • ๐Ÿ“„ docs: fix regex pattern in logger.md examples by @hirasawayuki in #1378
  • v2.0.1 Changes

    January 05, 2022
    • 0๏ธโƒฃ Re-add faraday-net_http as default adapter by @iMacTia in #1366
    • โšก๏ธ Updated sample format in UPGRADING.md by @vimutter in #1361
    • ๐Ÿ“„ docs: Make UPGRADING examples more copyable by @olleolleolle in #1363
  • v2.0.0 Changes

    January 04, 2022

    ๐Ÿš€ The next major release is here, and it comes almost 2 years after the release of v1.0!

    ๐Ÿš€ This release changes the way you use Faraday and embraces a new paradigm of Faraday as an ecosystem, rather than a library.

    ๐Ÿ— What does that mean? It means that Faraday is less of a bundled tool and more of a framework for the community to build on top of.

    ๐Ÿšš As a result, all adapters and some middleware have moved out and are now shipped as standalone gems ๐Ÿ™Œ!

    โฌ†๏ธ But this doesn't mean that upgrading from Faraday 1.x to Faraday 2.0 should be hard, in fact we've listed everything you need to do in the UPGRADING.md doc.

    Moreover, we've setup a new awesome-faraday repository that will showcase a curated list of adapters and middleware ๐Ÿ˜Ž.

    ๐Ÿš€ This release was the result of the efforts of the core team and all the contributors, new and old, that have helped achieve this milestone ๐Ÿ‘.

  • v1.9.3 Changes

    January 06, 2022
    • ๐Ÿ’Ž Re-add support for Ruby 2.4+ by @iMacTia in #1371
  • v1.9.2 Changes

    January 06, 2022
    • โž• Add alias with legacy name to gemified middleware by @iMacTia in #1372
  • v1.9.1 Changes

    January 06, 2022
    • โšก๏ธ Update adapter dependencies in Gemspec by @iMacTia in #1370
  • v1.9.0 Changes

    January 06, 2022
    • ๐Ÿ‘‰ Use external multipart and retry middleware by @iMacTia in #1367
  • v1.8.0 Changes

    September 18, 2021

    ๐Ÿ”‹ Features

    • Backport authorization procs (#1322, @jarl-dk)
  • v1.7.0 Changes

    August 09, 2021

    ๐Ÿ”‹ Features

    • โž• Add strict_mode to Test::Stubs (#1298, @yykamei)