All Versions
124
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
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)
-
v1.10.1 Changes
✨ Enhancement:
- Nested objects now report their dirty/changed status up to the parent (thanks to Matthias Hähnel for the bug report)
-
v1.10.0 Changes
✨ Enhancement:
- ➕ Add specific exceptions for the most common 5xx server-side errors
-
v1.9.18 Changes
🔒 Security:
- ⬆️ Upgrade rest-client development dependency to a CVE-fixed version.
-
v1.9.17 Changes
🔋 Feature:
- Methods can be specified as a symbol for generating fake data (thanks to Niall Duggan for the feature request).