Skip to content

Releases: DigitalNZ/supplejack_api

v4.2.10

18 Nov 21:54

Choose a tag to compare

Improved the metrics processing

v4.2.9

15 Oct 01:28
3e590fe

Choose a tag to compare

Upgrade to Rails 7.2

v4.2.8

03 Sep 04:54
8ea6006

Choose a tag to compare

What's Changed

Full Changelog: v4.2.7...v4.2.8

v4.2.7

08 Aug 00:51
8e9f2fc

Choose a tag to compare

  • Reduce paging limits overall and for anonymous API users

v4.2.6

25 Jun 21:20
0ac741d

Choose a tag to compare

Upgraded gems and ruby to 3.4.4

v4.2.5

16 Apr 22:24
fd14972

Choose a tag to compare

What's Changed

v4.2.4

18 Mar 02:20
ab27314

Choose a tag to compare

What's Changed

  • feat: Allow multiple job_ids to be passed to harvest endpoint by @motizuki in #382

Full Changelog: v4.2.3...v4.2.4

v4.2.3

13 Feb 03:30
68f9b39

Choose a tag to compare

What's Changed

Full Changelog: v4.2.2...v4.2.3

v4.2.2

12 Feb 00:35
076db72

Choose a tag to compare

Facet Missing

Allow the ability to ask for blank facets in the response:

&facet_missing=true

    "facets": {
      "facet_name": {
        "Existing Facet": 11,
        "": 42
      }

v4.2.1

20 Jan 23:14
fe76567

Choose a tag to compare

This release fixes an issue with the index processor where if the process was running for a long time it would stop finding new records to be indexed as the database was caching the query. It's mainly affecting DocumentDB.