All Versions
128
Latest Version
Avg Release Cycle
24 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v1.9.10 Changes
February 12, 2020🛠 Bugfix:
- Correctly handle errors in JSONAPI calls (thanks to François Ferrandis for the PR).
⚡️ Important: Note, because a gem was accidentally pushed as version 1.9.10 instead of 1.9.0, there will be no 1.9.0 to 1.9.9, to reduce the risk of someone having updated to the accidental high version increase. Sorry about that
-
v1.9.0
February 12, 2020 -
v1.8.9 Changes
February 03, 2020🔋 Feature:
- ➕ Adds proc support to api_auth credentials (thanks to David Underwood for the PR).
-
v1.8.8 Changes
January 30, 2020🛠 Fix:
- 👉 Use custom type and name for JSON-API fields (thanks to François Ferrandis for the PR).
- 🛠 Fix Faraday error classes to match current ones in Faraday (thanks to François Ferrandis for the PR).
-
v1.8.7 Changes
December 06, 2019🛠 Fix:
- URL parameters should be automatically required or you end up requesting incorrect URLs (thanks to Marko Kind, @m-kind for the issue).
-
v1.8.6 Changes
September 30, 2019🛠 Fix:
- Correct HTTP status code for too many requests (thanks to Tomohiko Mimura, @mito5525) for spotting this.
-
v1.8.5 Changes
🛠 Fix:
- 🚅 Array and Hash parameters should not have their fieldname CGI escaped, Rails doesn't like it and the RFC doesn't require it
-
v1.8.4 Changes
🛠 Fix:
- Array and Hash parameters should be accepted in
:form_multipart
- Array and Hash parameters should be accepted in
-
v1.8.3 Changes
🛠 Fix:
- Missed dependency that should have been specified.
-
v1.8.2 Changes
🔋 Features:
- Allowed use of
:form_multipart
as arequest_body_type
to allow uploading files to an API.
- Allowed use of