v1.3.0
Highlights
Faraday v1.3.0 is the first release to officially support Ruby 3.0 in the CI pipeline 🎉 🍾!
This is also the first release with a previously "included" adapter (Net::HTTP) being isolated into a separate gem 🎊!
The new adapter is added to Faraday as a dependency for now, so that means full backwards-compatibility, but just to be safe be careful when upgrading!
This is a huge step towards are Faraday v2.0 objective of pushing adapters and middleware into separate gems.
Many thanks to the Faraday Team, @JanDintel and everyone who attended the ROSS Conf remote event
Features
Fixes
Documentation
- CHANGELOG: add releases after 1.0 (#1225, @olleolleolle)
- Improves retry middleware documentation. (#1228, @iMacTia)
Misc
- Move out Net::HTTP adapter (#1222, @JanDintel, @iMacTia)
- Adds Ruby 3.0 to CI Matrix (#1226, @iMacTia)