v2.10.0-alpha
What's Changed
👀 LDES Client now fetches the required event stream properties
From now on, the config properties timestamp-path
and materialisation.version-of-path
can be omitted, since the
client will now fetch those properties self from the event stream.
✍️ New Components: Ldio:HttpSparqlOut and Ldio:SkolemisationTransformer
There has been a property added to send members to a triple store: Ldio:HttpSparqlOut
. This component will post a
SPARQL insert query, combined with a delete query if enabled, so that the triples will be replaced instead of appended
in the triples store. Ldio:SkolemisationTransformer
will skolemize all blank nodes in the RDF model. In addition, this
component is also built in into the Ldio:HttpSparqlOut
component.
🩹 Fixes
- The LDES client statuses used a different mime-type than the statuses of the LDIO pipelines. This has been fixed
in #686 - When the LDES client reached the end of an LDES, the pipeline was already down before all the data was processed. This
has been fixed in #687
📈 Dependencies
- build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.1 by @dependabot
in #574 - chore(deps): bump org.testcontainers:postgresql from 1.19.0 to 1.20.2 by @dependabot
in #690 - chore(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.12 by @dependabot
in #694 - chore(deps): bump org.apache.maven.plugins:maven-jar-plugin from 3.3.0 to 3.4.2 by @dependabot
in #695
➡️ Full Changelog: v2.9.0...v2.10.0-alpha