Releases: International-Data-Spaces-Association/metadata-broker-open-core
Releases · International-Data-Spaces-Association/metadata-broker-open-core
5.0.4
5.0.3
Added features:
- Added an update on the handling of a Fuseki server that is not reachable.
- Added an update of the dependencies due to information model changes
5.0.2
Updated "getResourceIDandAsJSON" in the RepositoryFacade to get the original Fuseki content. The "replace" function previously available is now executed inside the "refreshIndex" method.
5.0.1
Added
- Added a new method in the Abstract class for Elasticsearch Index called "addResourceAsJson". This method is used to improve the reindexing. With this method, reindexing can be done with the JSON-LD representation of the Resource.
- Added a new method called "getResourceIDandAsJSON" in the RepositoryFacade to get the JSON-LD representation and the ID of the Resource.
5.0.0
Added
- The display of Maintainer, Curator, Sovereign and Publisher can now be represented as URI or as an Object
- Use more efficient methods to fetch resource from connectors.
- Add parameters to control the index recreation behavior
- Externalize the parameter JWKS_TRUSTEDHOSTS to be in Dockerfile
- Add a restriction parameter to control the size of IDS Connectors when Reindexing
- Add deleteResource method signature to Indexing. Update resource handing to only use update-/deleteResource method. Connector updates work with given Connector instead of querying the triple store for now
- ResourcePersistenceAndIndexing uses full connector object instead of the reduced connector
Fixed
- Remove a breaking change introduced by Version 5.0.0-SNAPSHOT of the IDS Information Model Java Lib
- Add Loggers to count the deletion time at the ResourcePersistenceAndIndexing to eliminate deletion delays
- Reconstruct "Update" SPARQL query
- Upgrade JUnit to version 5
v4.2.8
4.0.2
FIrst release!