Faraday v0.17.0 Release Notes

Release Date: 2019-10-06 // over 4 years ago
  • ๐Ÿš€ ATTENTION: This is a ROLLBACK RELEASE!

    ๐Ÿš€ We apologise for the issues created by the v0.16.x release series, these were due to the Faraday team underestimating the latest changes applied to master since v0.15.4 (November 2018).
    ๐Ÿš€ The v0.16.0 -> v0.16.2 releases will be removed from Rubygems and all changes contained in master will be released as v1.0.

    v0.17.x will continue from where v0.15.4 left so it will not give any backwards-incompatible issues like the v0.16.x series did.

    Extra Note: some gems using Faraday may keep a cache of request/responses data. We suggest you to clear any cache related to Faraday requests after upgrading to v0.17.0 (e.g. github-changelog-generator/github-changelog-generator#738 (comment))

    Diff from v0.15.4

    • Include instructions for using custom middleware (#836)
    • ๐Ÿ‘ท Travis: add 2.6.0 to CI matrix, remove sudo: false (#839)
    • Explicitly require date for DateTime (#844)
    • ๐Ÿ— README: Travis build badge for branch master (#849)