Releases: indexdata/localindices
Releases · indexdata/localindices
v2.15.7
v2.15.6
v2.15.5
v2.15.4
v2.15.3
v2.15.2
v2.15.1
v2.15.0
- 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
- 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
- Introduces text column
JSON
on STORAGE for free form STORAGE configuration (GBV-56) - Moves Inventory storage configuration from
HARVESTABLE
toSTORAGE
(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