Releases: balvig/spyke
Releases · balvig/spyke
v7.2.2
v7.2.1
v7.2.0
What's Changed
- Update Minitest class name by @amalagaura in #146
- Add params to DELETE by @amalagaura in #145
New Contributors
- @amalagaura made their first contribution in #146
Full Changelog: v7.1.1...v7.2.0
v7.1.1
v7.1.0
What's Changed
- Adds Ruby 3.2 to the CI matrix by @petergoldstein in #139
- Add optional block to associations find method by @barrerajl in #141
New Contributors
- @barrerajl made their first contribution in #141
Full Changelog: v7.0.0...v7.1.0
v7.0.0
Breaking changes
- For compatibility with newer Faraday versions, use
on_complete
in the JSON parsing middleware. - To allow handling file uploads, add
faraday.request :multipart
to the Faraday configuration.
What's Changed
- Support new Faraday version by @balvig in #135
- Add Ruby 3.1 to the CI matrix by @petergoldstein in #134
New Contributors
- @petergoldstein made their first contribution in #134
Full Changelog: v6.1.3...v7.0.0