Skip to content

Releases: mlibrary/alma_rest_client

alma_rest_client: v2.2.0

12 May 20:13
f94276a

Choose a tag to compare

2.2.0 (2025-05-12)

Features

  • allow array of parameters to http_adapter (7f74689)

alma_rest_client: v2.1.0

07 Apr 17:50
47b9e9b

Choose a tag to compare

2.1.0 (2025-04-07)

Features

  • updates to active_support 8 (f3b3e6a)

alma_rest_client v2.0.0

26 Sep 20:44
9606225

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

Choose a tag to compare

Took out byebug requirement

1.3.0

02 Feb 14:07
844bb2e

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

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

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

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

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

Choose a tag to compare

Fixed a bug