All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.6.0 - 2025-01-03
- Add rails 7.1 support, drop rails 6.0-6.1 and rubies less than 3.0. [#129]
0.5.0 - 2024-05-13
- Support faraday 1.0 and 2.0 [#124]
- Upgrade faraday from 1.0 to 2.0 [#122]
- Revert "drop activesupport dependency" [#119]
- Raise exceptions on empty responses [#121]
0.4.1 - 2024-03-06
0.4.0 - 2023-10-16
- Add Bearer token support [#113]
0.3.7 - 2023-05-19
- Loosen faraday to 1.x. [#108]
0.3.6 - 2022-05-30
0.3.5 - 2020-05-07
- Loosen dependency and update the json gem to v2.3 [#92]
0.3.4 - 2020-04-30
0.3.3 - 2019-02-25
- Raise an error if not found when filtering by a single ID [#85]
0.3.2 - 2018-11-08
- Raise a ResourceNotFound error when response is a 404 [#84]
0.3.1 - 2018-08-06
- Raise a more specific error class [#82]
0.3.0 - 2018-03-14
- Adding support for Faraday's open_timeout and timeout options [#78]
- Loosen dependency on activesupport [#74]
- Updated JSON gem to 2.1.0 [#73]
- Loosen dependency on faraday to allow for upgrades [#71]
- Enhanced ServerInfo to support the new _href entries [#66]
- Improve query used when fetching collection actions [#77]
0.2.0 - 2017-02-24
- BREAKING Client's
settings
is renamed touser_settings
to avoid collision with API'ssettings
collection [#57] - Loosen ActiveSupport dependency [#64]
- Fix Client::Error to support Rails errors (routing, etc) [#58]
- When fetching the entrypoint a / is appended to the URL [#59]
- Add CHANGELOG.md
- Update README with simple instructions reflecting the query interface.