Faraday v1.2.0 Release Notes

Release Date: 2020-12-23 // over 3 years ago
  • ๐Ÿ”‹ Features

    • Introduces on_request and on_complete methods in Faraday::Middleware. (#1194, @iMacTia)

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ป Require 'date' to avoid retry exception (#1206, @rustygeldmacher)
    • ๐Ÿ›  Fix rdebug recursion issue (#1205, @native-api)
    • Update call to em_http_ssl_patch (#1202, @kylekeesling)
    • EmHttp adapter: drop superfluous loaded? check (#1213, @olleolleolle)
    • Avoid 1 use of keyword hackery (#1211, @grosser)
    • ๐Ÿ›  Fix #1219 Net::HTTP still uses env proxy (#1221, @iMacTia)

    ๐Ÿ“š Documentation

    • โž• Add comment in gemspec to explain exposure of examples and spec folders. (#1192, @iMacTia)
    • Adapters, how to create them (#1193, @olleolleolle)
    • ๐Ÿ“š Update documentation on using the logger (#1196, @tijmenb)
    • ๐Ÿ“š Adjust the retry documentation and spec to align with implementation (#1198, @nbeyer)

    Misc

    • โœ… Test against ruby head (#1208, @grosser)