Skip to content

Releases: mlibrary/alma_rest_client

alma_rest_client v2.0.0

26 Sep 20:44
9606225
Compare
Choose a tag to compare

⚠ 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

04 Apr 15:17
Compare
Choose a tag to compare

Took out byebug requirement

1.3.0

02 Feb 14:07
844bb2e
Compare
Choose a tag to compare
  • Adds flag for increasing retries on a report
  • improved report response messages
  • support includes up to activesupport 7
  • README is updated
  • Updated gem development ruby to 3.1

1.2.2

07 Jan 15:28
Compare
Choose a tag to compare

Change to get_report. It now always includes all columns for each row.

1.2.1

03 Jan 15:20
60c86b4
Compare
Choose a tag to compare

This version fixes a bug where empty analytics reports wouldn't process properly.

1.2.0 get_report can take a block

09 Dec 19:30
Compare
Choose a tag to compare

Changes in this release

  • get_report can now take a block
  • get_report and get_all retries the http request per page instead of redoing all page requests

1.1.0 Uses activesupport instead of ox

21 Oct 16:52
1d41c63
Compare
Choose a tag to compare

So that this gem would work with JRuby, the xml parser has been switched to activesupport instead of ox.

1.0.1

19 Jul 18:38
39968fe
Compare
Choose a tag to compare

Fixed a bug

1.0.0

19 Jul 18:02
01122b9
Compare
Choose a tag to compare
Merge pull request #2 from mlibrary/post-with-body

Post with body

0.2.1

19 Jul 14:36
Compare
Choose a tag to compare

Version with old API