Faraday v0.12.0 Release Notes

  • ๐Ÿ”‹ Features:

    • Proxy feature now relies on Ruby URI::Generic#find_proxy and can use no_proxy ENV variable (not compatible with ruby < 2.0)
    • โž• Adds support for context request option to pass arbitrary information to middlewares

    ๐Ÿ›  Fixes:

    • ๐Ÿ›  Fix an issue with options that was causing new options to override defaults ones unexpectedly
    • Rewind UploadIOs on retry to fix a compatibility issue
    • ๐Ÿ‘‰ Make multipart boundary unique
    • ๐Ÿ‘Œ Improvements in README.md