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
Documentation
- Some docs on EventMachine adapters. (#1232, @damau)
- CONTRIBUTING: Fix grammar and layout (#1261, @olleolleolle)
Misc
- Replacing Net::HTTP::Persistent with faraday-net_http_persistent (#1250, @MikeRogers0)
- CI: Configure the regenerated Coveralls token (#1256, @olleolleolle)
- Replace Excon adapter with Faraday::Excon gem, and fix autoloading issue with Faraday::NetHttpPersistent (#1257, @iMacTia)
- Drop CodeClimate (#1259, @olleolleolle)
- CI: Rename default branch to main (#1263, @olleolleolle)
- Drop RDoc support file .document (#1264, @olleolleolle, @iMacTia)
- CONTRIBUTING: add a policy on inclusive language (#1262, @olleolleolle)
- Add rubocop-inclusivity (#1267, @olleolleolle, @iMacTia)