Releases: Informatievlaanderen/VSDS-Linked-Data-Interactions
v1.10.0 alpha
What's Changed
LDES Client Connector integration
Wrapper around the LDES client to allow data to flow over the connector from server to client
Full Changelog: v1.9.0-alpha...v1.10.0-alpha
v1.9.0 alpha
Features
SPARQL Geo Functions
Included new built-in geofunctions for the SPARQL Construct Component.
More details can be found at the LDI SPARQL Construct Documentation
Changed Version Object Creator Behaviour
Previously, when the date-observed property could not be found, an exception was thrown, blocking the whole pipeline.
We however now replaced this with loggin a warning and returning the Model as is.
For the NiFi Solution, a new relation was created to catch these events.
Improved Logging for LDI Components
More logging is added to give a clearer insight on the progress of the LDIO Workflow.
What's Changed
Full Changelog: v1.8.0-alpha...v1.9.0-alpha
v1.8.0 alpha
Features
JSON-LD Framing
Allows users to correctly ouput a Linked Data Model as framed JSON-LD.
More details can be found in the docs of LDIO Output components.
LDIO Http Enricher
A transformer which allows to send a GET or POST HTTP request to a dynamic URL provided by the model. The response is converted to linked data and added to the incoming model.
More details in the docs.
What's Changed
Full Changelog: v1.7.0-alpha...v1.8.0-alpha
v1.7.0 alpha
v1.6.0
v1.6.0 alpha
What's Changed
- build(deps): bump gt-main from 29.1 to 29.2 by @dependabot in #277
- build(deps): bump maven-gpg-plugin from 3.0.1 to 3.1.0 by @dependabot in #235
- build(deps): bump maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #197
- build(deps): bump spring-boot.version from 3.1.1 to 3.1.2 by @dependabot in #278
- build(deps): bump postgresql from 1.17.3 to 1.18.3 by @dependabot in #273
- build(deps): bump junit-jupiter.version from 5.9.3 to 5.10.0 by @dependabot in #279
- build(deps): bump com.azure:azure-sdk-bom from 1.2.14 to 1.2.15 by @dependabot in #280
- Feat: ldio repository materialiser by @pj-cegeka in #284
- feat: add documentation rdf4j repository materialiser by @pj-cegeka in #285
- Feat/performance test by @Tomvbe in #288
- build(deps-dev): bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 by @dependabot in #290
- build(deps): bump net.bytebuddy:byte-buddy-dep from 1.14.5 to 1.14.6 by @dependabot in #289
- Feat: rdf4j repository materialiser by @pj-cegeka in #292
- Feat: LDIO component debug logger by @Yalz in #287
- Fix repository materialiser jar by @Tomvbe in #303
- Fix failed nquads parsing and add support for different rdf types by @Tomvbe in #307
- ci: 1.4.0-SNAPSHOT finalisation by @Yalz in #308
- build(deps): bump org.testcontainers:postgresql from 1.18.3 to 1.19.0 by @dependabot in #299
- build(deps): bump com.azure:azure-sdk-bom from 1.2.15 to 1.2.16 by @dependabot in #311
- Fix/#297/version object creator by @Yalz in #306
- Feat/860/multi ldes client by @Yalz in #309
- build(deps): bump nifi.version from 1.22.0 to 1.23.2 by @dependabot in #310
- build(deps): bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0 by @dependabot in #312
- build(deps): bump rdf4j.version from 4.3.3 to 4.3.6 by @dependabot in #313
- build(deps): bump spring-boot.version from 3.1.2 to 3.1.3 by @dependabot in #315
- build(deps): bump org.xerial:sqlite-jdbc from 3.42.0.0 to 3.43.0.0 by @dependabot in #316
- Feat: Create modelsplitter by @Tomvbe in #314
- Feat: End LDES client gracefully by @Tomvbe in #318
- Feat/modelsplit as transformer by @Tomvbe in #321
- Feat: Add support for multiple urls in the http poller by @Tomvbe in #317
- Feat: Support model split in sparql construct by @Tomvbe in #322
- build(deps-dev): bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.1 by @dependabot in #325
- Feat/use property path for versionobjectcreator by @Tomvbe in #326
- build(deps): bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by @dependabot in #319
- build(deps): bump net.bytebuddy:byte-buddy-dep from 1.14.6 to 1.14.7 by @dependabot in #320
- Fix: make timestamp in archive out component optional and use ttl by @Tomvbe in #328
- feat: Finalise 1.6.0 version by @Yalz in #329
- Ci/approve snapshot by @Yalz in #339
- ci: finalise 1.6.0 sprint by @Yalz in #346
Full Changelog: v1.4.0-alpha...v1.6.0-alpha
v1.4.0 alpha
What's Changed
- build(deps): bump rdf4j-bom from 4.3.2 to 4.3.3 by @dependabot in #243
- build(deps): bump resilience4j-retry from 2.0.2 to 2.1.0 by @dependabot in #240
- build(deps): bump cucumber.version from 7.12.1 to 7.13.0 by @dependabot in #248
- Feat: Add LDIO File out module by @Tomvbe in #249
- Feat: archive out nifi by @Tomvbe in #252
- fix: redirect issue for nifi by @Tomvbe in #241
- Feature: sqlite db in separate directory by @WLefever-Cegeka in #253
- Fix: Client -> Folder may already exist by @WLefever-Cegeka in #254
- fix: Use leading 0 for months and days by @Tomvbe in #255
- Feat/vsdspub 803/file based state by @WLefever-Cegeka in #256
- Feat: archive in by @Tomvbe in #257
- fix: use absolute path in FileManager by @WLefever-Cegeka in #260
- Implement nifi processor by @Tomvbe in #259
- fix: create state in Docker by @WLefever-Cegeka in #263
- build(deps): bump spring-test from 6.0.9 to 6.0.11 by @dependabot in #258
- Remove debug code by @Tomvbe in #264
- temp: run as root user by @WLefever-Cegeka in #267
- Revert "temp: run as root user" by @WLefever-Cegeka in #268
- Add run skipper to nifi processor by @Tomvbe in #265
- Fix test that fail because of weird windows paths by @Tomvbe in #271
- feat: Postgres Implementation client state by @WLefever-Cegeka in #270
- fix: LDES client persistence in NiFi by @WLefever-Cegeka in #272
- ci: 1.4.0 prerelease by @Yalz in #294
Full Changelog: v1.2.0-alpha...v1.4.0-alpha
1.2.0
What's Changed
- Docs: Documentation for LDIO Azure Blob Out by @WLefever-Cegeka in #234
- fix: add json to json ld profile + docker by @pj-cegeka in #236
- feat: 1.2.0 release by @Yalz in #233
- Revert "feat: 1.2.0 release" by @Yalz in #237
- feat: 1.2.0 release by @Yalz in #238
Full Changelog: v1.1.0...1.2.0
v1.2.0 alpha
What's Changed
- build(deps-dev): bump byte-buddy from 1.14.4 to 1.14.5
- build(deps): bump spring-boot.version from 3.1.0 to 3.1.1
- build(deps): bump mockito-junit-jupiter from 5.3.1 to 5.4.0
- build(deps): bump mockito-core from 5.3.1 to 5.4.0
- fix: LDES Client: Use HikariConnectionProvider for database connections
- fix: LDES Client: In case of an interruption, the client gracefully exits
- feat: Introduction of RML adapter
- feat: Introduction of JSON to LD Adapter
- fix: LDES Client only determines the starting node if no other nodes have been processed
- feat: VSDSPUB-750: Introduction of LDIO output connector for Azure Blob Storage
Full Changelog: v1.1.0...v1.2.0-alpha
v1.1.0
What's Changed
- build(deps): bump cucumber.version from 7.12.0 to 7.12.1 by @dependabot in #201
- build(deps): bump byte-buddy-dep from 1.14.4 to 1.14.5 by @dependabot in #202
- build(deps): bump formatter-maven-plugin from 2.22.0 to 2.23.0 by @dependabot in #200
- build(deps): bump jackson-dataformat-xml from 2.15.1 to 2.15.2 by @dependabot in #199
- build(deps): bump maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #207
- build(deps): bump rdf4j-bom from 4.3.1 to 4.3.2 by @dependabot in #206
- build(deps): bump maven-surefire-plugin.version from 3.1.0 to 3.1.2 by @dependabot in #205
- build(deps): bump nifi.version from 1.21.0 to 1.22.0 by @dependabot in #204
Full Changelog: v1.0.0-alpha...v1.1.0