Skip to content

Releases: indexdata/localindices

v2.15.7

17 Jun 08:23
Compare
Choose a tag to compare
  • FOLIO storage: support for login-with expiry (MODHAADM-91)

v2.15.6

28 May 10:20
Compare
Choose a tag to compare
  • Annul obsolete log statement (MODHAADM-86)
  • Include counts of skipped deletes in status message (MODHAADM-89)

v2.15.5

22 Jan 11:28
Compare
Choose a tag to compare
  • Maintenance release (non-functional)

v2.15.4

20 Jan 15:28
Compare
Choose a tag to compare
  • Bug fix with FOLIO batch update: preserve order of updates, deletes in incoming files (MKH-548, MODHAADM-83)

v2.15.3

14 Nov 19:26
Compare
Choose a tag to compare
  • Bug fix, add proper DTD to Jetty env XML config
  • Add Maven 'clean' step prior to 'package' in Dockerfile

v2.15.2

05 Nov 22:40
Compare
Choose a tag to compare
  • Fixes inventory delete URL when batch upsert is enabled (MKH-546, MODHAADM-75)
  • Increases column size for transformation scripts (STEP.SCRIPT) (MKH-547)

v2.15.1

11 Aug 13:25
Compare
Choose a tag to compare
  • Update classname of MySQL 8 connector in Docker Jetty config
  • Add new top-level Dockerfile which will build both harvester and harvester-admin Docker images
  • Add Docker README (README-Docker.md)

v2.15.0

06 Jul 19:33
Compare
Choose a tag to compare
  • FOLIO storage: XML-to-JSON transforms empty element to property with value null (MKH-543)
  • FOLIO storage: Supports Inventory batch upsert
  • FOLIO storage: adds option to save logs in FOLIO (MODHAADM-30)
  • Adds support for harvesting 7Zip files (MKH-535)
  • MARC-to-JSON: Handles (any or no) namespace on the 'record' field (DEVOPS-1198)
  • FOLIO storage: Adds option to filter XML bulk records by date (MKH-537)
  • Support queries for TSAS entities (step associations)
  • Properly encode query parameters.
  • Always convert MARC binary to UTF-8.
  • Workarounds to deal with FTP server timeouts for large files. PR-818.
  • Upgrades MySQL client to 8.0.32, Log4j to version 2 (MODHAADM-27)

v2.14.0

08 Oct 21:14
Compare
Choose a tag to compare
  • Adds support for raw MARC file import to FOLIO Inventory
  • Adds simple web service, serving up failed records and error information from the logging file system
  • Stores failed records in the logging file system, on errors encountered during FOLIO Inventory "upsert" jobs.
  • Reinstates option to ingest without FOLIO auth enabled
  • Adds support for new Inventory storage APIs: "upsert" APIs served by FOLIO module mod-inventory-update

v2.13.0

15 Apr 13:30
5210c72
Compare
Choose a tag to compare
  • Introduces text column JSON on STORAGE for free form STORAGE configuration (GBV-56)
  • Moves Inventory storage configuration from HARVESTABLE to STORAGE (GBV-56)
  • Adds documentation for the conventions for transformation to inventory records
  • Supports updates and deletes of MARC source records PR-582
  • Adds option for TRACE level logging
  • Adds delete signal detection
  • Adds query capability in web service / data access layer of the configuration database
  • Improves error-handling, -counting, and -reporting