Faraday v1.4.0 Release Notes

Release Date: 2021-04-16 // about 3 years ago
  • 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

    • ๐Ÿ“„ 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)
    • 0๏ธโƒฃ 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)