Faraday v0.14.0 Release Notes

  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘ Allow overriding env proxy #754 (@iMacTia)
    • โœ‚ Remove legacy Typhoeus adapter #715 (@olleolleolle)
    • External Typhoeus Adapter Compatibility #748 (@iMacTia)
    • Warn about missing adapter when making a request #743 (@antstorm)
    • โœ… Faraday::Adapter::Test stubs now support entire urls (with host) #741 (@erik-escobedo)

    ๐Ÿ›  Fixes:

    • If proxy is manually provided, this takes priority over find_proxy #724 (@iMacTia)
    • โฑ Fixes the behaviour for Excon's open_timeout (not setting write_timeout anymore) #731 (@apachelogger)
    • โฑ Handle all connection timeout messages in Patron #687 (@stayhero)