Releases: clarin-eric/oai-harvest-manager
Releases · clarin-eric/oai-harvest-manager
OAI Harvest Manager 1.2.1
Upgraded log4j to fix log4shell
OAI Harvest Manager 1.2.0
Changes compared to 1.1.0
- for XSLT SaxonUtils is used, so extension functions for, e.g., dynamic XPath evaluation can easily be used
- the Transform action now provides access to the configuration to the stylesheet, so records can be filtered, transformed on the basis of info from the configuration
- the JSON API of the Centre Registry is used instead of the deprecated XML one
- no external processing is needed any more to complete the mapping from directory names to endpoint and centre info
- now uses Java 11
- skip invalid characters encountered in the XML
- retry-delay is now in seconds instead of milliseconds
- extended documentation
OAI Harvest Manager 1.2.0 RC 1
Changes compared to 1.1.0
- for XSLT SaxonUtils is used, so extensionfunctions for dynamic XPat evaluation can easily be used
- the Transform action now provides access to the configuration to the stylesheet, so records can be filtered, transformed on the basis of info from the configuration
- the JSON API of the Centre Registry is used instead of the XML one
- no external processing is needed anymore to complete the mapping from directory names to endpoint and centre info
- now uses Java 11
- skip invalid characters encountered in the XML
- retry-delay is now in seconds instead of milliseconds
- extended documentation
OAI Harvest Manager 1.1.0
v1.1.0
OAI Harvest Manager - 0.5.5
Adds a map of directory names to endpoint, and an expansion of that map based on centre registry.
OAI Harvest Manager - 0.5.4
Patch release, which makes sure a file name stays within the size limit.
OAI Harvest Manager - 0.5.3
Patch release, which properly closes the temporary stream.
OAI Harvest Manager - 0.5.2
Patch release, which fixes some concurrency problems and names the Provider specific threads.
OAI Harvest Manager - 0.5.1
This release of the OAI Harvest Manager supports full harvests (not yet incremental). Its a patch release that removes a hardcoded garbage collection call.