All Versions
128
Latest Version
Avg Release Cycle
24 days
Latest Release
-

Changelog History
Page 1

  • v1.10.11 Changes

    ๐Ÿ›  Bugfix:

    • HTTPClientException's instance body was return nil instead of the response. (thanks to @pinifloyd for the issue and PR)
  • v1.10.10 Changes

    ๐Ÿ›  Bugfix:

    • ๐Ÿ†“ Specifically requiring a 1.x Faraday. They changed the engine inclusion in 2.x and it's not necessary for Flexirest to need that. If anyone does need it, feel free to raise a PR.
  • v1.10.9 Changes

    ๐Ÿ›  Bugfix:

    • Correctly handle a 204 response to not wipe an instance's attributes (thanks to @couchbelag for the issue)
    • โž• Add an option to handle a 200 response with an empty body to not wipe an instance's attributes (thanks to @couchbelag for the issue)
    • ๐Ÿ›  Fixed a couple of typos in error messages (thanks to Sampat Badhe/@sampatbadhe for the PR)
  • v1.10.8 Changes

    ๐Ÿ›  Bugfix:

    • Flexirest didn't set DELETE params in the URL if send_request_body was false
  • v1.10.7 Changes

    ๐Ÿ›  Bugfix:

    • Flexirest didn't find the elements if the specified root wasn't found, e.g. in error conditions (thanks to Jolyon Pawlyn/@jpawlyn for the PR)
  • v1.10.6 Changes

    ๐Ÿ›  Bugfix:

    • ๐Ÿš… Flexirest was erroring if Rails.logger was defined but was nil (thanks to Alex Oxte for the PR)
  • v1.10.5 Changes

    โœจ Enhancement:

    • ๐Ÿ‘ Allow skipping of caching for single endpoints
  • v1.10.4 Changes

    โœจ Enhancement:

    • ๐Ÿ‘ Implement support for in-header Basic Auth (thanks to Franรงois Ferrandis for the PR)
  • v1.10.3 Changes

    โœจ Enhancement:

    • Ignore/wrap root functionality available for all routes, rather than just route specifically (thanks to Sampat Badhe for the PR)
  • v1.10.2 Changes

    ๐Ÿ›  Bugfix:

    • JSON-API calls do not include linked resources when no other parameter is passed (thanks to Stevo-S for the bug report and Franรงois Ferrandis for the PR)