Releases: mlibrary/alma_rest_client
Releases · mlibrary/alma_rest_client
alma_rest_client v2.0.0
⚠ BREAKING CHANGES
- Removes httparty; Only uses Faraday
Features
- adds configuration and test helpers (dbcbcb6)
- allows input of Faraday connection (cf9d528)
- Removes httparty; Only uses Faraday (7d27e24)
- takes farday connection input; httpx default (11566e7)
Bug Fixes
- test helper can take leading slash (157f043)
1.3.1
1.3.0
1.2.2
1.2.1
1.2.0 get_report can take a block
Changes in this release
get_report
can now take a blockget_report
andget_all
retries the http request per page instead of redoing all page requests
1.1.0 Uses activesupport instead of ox
So that this gem would work with JRuby, the xml parser has been switched to activesupport instead of ox.