ChangeLog
Unreleased
Requires updates of:
piveau-hub-repo(>= 4.3.0)
Changed:
- Using pagination when getting the original identifier list
Added:
- Signaling via action notification that the pipe run finished
8.0.2 (2026-07-01)
Fixed:
- logback configuration xml file for new conditions
8.0.1 (2026-06-28)
Added:
- Support for update enforcement parameter
8.0.0 (2026-06-16)
Changed:
- Changed custom resources endpoint from /resources to /customresources
Added:
- Enforce update pipe configuration parameter
7.0.1 (2026-03-08)
Fixed:
- Log output (logback-core dependency)
7.0.0 (2026-03-07)
Removed:
- Support for dataset legacy API of hub-repo. Required minimum hub-repo version is ~3.5.0
6.0.7 (2026-03-01)
Added:
- Support for identifier in LDES events
Removed:
- Restricted API key
6.0.6 (2025-11-25)
Fixed:
- OpenAPI doc for pipe API endpoint
6.0.5 (2025-11-23)
Added:
- Introduce additional PIVEAU_HUB_RESTRICTED_APIKEY for accessing the new DCAT resources API (just temporarily)
- LDES support for general DCAT resources
6.0.4 (2025-11-10)
Added:
- Initial ping to hub repo and fetch build info
- Support for generic DCAT resource content and corresponding repo endpoint
6.0.3 (2025-11-03)
Changed:
- Default DCAT resource to content type metadata (temporarily)
Fixed:
- LDES content type detection (
ld-eventinstead ofldEvent)
6.0.2 (2025-10-14)
Fixed:
- Catalogue id query parameter name for exporting resources
6.0.1 (2025-10-13)
Added:
- Support for catalogue id from
dataInfoobject when exporting custom resources
6.0.0 (2025-06-27)
Changed:
- Upgrade to Vert.x 5
- Tracing code
5.0.4 (2025-04-23)
Changed:
- Resource content processing
- Delete sequentially
5.0.3 (2025-03-22)
Added:
- Support additional content data services and data series
- Auto-detection of content
- Support for exporting customized resource
5.0.2 (2024-06-07)
Changed:
- New connector with improved run API
5.0.1 (2024-05-03)
Fixed:
- Unnecessary config copy in SegmentConfig class
5.0.0 (2024-04-21)
Changed:
- Complete code refactoring
4.1.1 (2024-02-14)
Fixed:
- Disarm OpenTelemetry for now
4.1.0 (2024-02-14)
Added:
- Support for OpenTelemetry
Changed:
- Lib dependency updates
Fixed:
- Vert.x update (CVE-2024-1300)
4.0.6 (2023-11-07)
Changed:
- Dependencies update
4.0.5 (2023-09-22)
Changed:
- README.md update
4.0.4 (2023-08-25)
Added:
- Extra merge strategy for CHANGELOG.md (re-added)
4.0.3 (2023-08-25)
Removed:
- Extra merge strategy for CHANGELOG.md
4.0.2 (2023-07-20)
Changed:
- Another bump up of dependencies
4.0.1 (2023-02-01)
Fix:
- Bump up dependencies
4.0.0 (2023-02-01)
Changed:
- Use of metrics API
- Updated all repo API usages
3.1.12 (2022-11-25)
Added:
- Timeout for put requests (5min)
3.1.11 (2022-06-28)
Fixed:
- Connector and body handler
3.1.10 (2022-06-27)
Changed:
- Lib updates
3.1.9 (2022-04-24)
Changed:
- Log output of 'deleted' response for better filtering in kibana
3.1.8 (2022-04-20)
Changed:
- Lib updates
3.1.7 (2022-02-12)
Changed:
- Set default api key to
anyKey
3.1.6 (2021-10-20)
Changed:
- Important connector lib update
- Increased web client pool size
- Using event loop instead of worker verticle
3.1.5 (2021-06-23)
Changed:
- Connector pipe handling
3.1.4 (2021-06-05)
Changed:
- Lib dependencies
3.1.3 (2021-03-19)
Changed:
- CI/CD
3.1.2 (2021-03-19)
Fixed:
- Vert.x issues (updated to 4.0.3)
3.1.1 (2021-01-29)
Hotfix!
Fixed:
- Null content type in dataInfo
3.1.0 (2021-01-27)
Changed:
- Switched to Vert.x 4.0.0
- Passing to next segment removed. Consider it more an end segment for now
3.0.1 (2020-11-17)
Fixed:
- Accept also 204 responses
3.0.0 (2020-11-12)
Changed:
- Response failures logging
- Passing datasets in any case
Removed:
- Hash functionality
2.0.1 (2020-03-11)
Many minor fixes and lib updates!
2.0.0 (2020-03-11)
Added:
- Circuit breaker for exporting metrics
Changed:
- Use uriRef for exporting metrics
1.1.2 (2020-03-05)
Changed:
- Lib updates
1.1.1 (2020-02-28)
Changed:
- Use JsonObject for dataInfo
- Pass after hub transaction finished
1.1.0 (2019-12-18)
Changed:
- Pass id as query param in put and delete dataset or metrics
1.0.0 (2019-11-08)
Added:
PIVEAU_LOG_LEVELfor general log level configuration of theio.piveaupackage
PIVEAU_HUB_ADDRESS,PIVEAU_HUB_APIKEYin case of missing endpoint in pipe segment config
PIVEAU_HUB_ADD_HASHto add canonical hash if no hash is present
- Ability to export only the Datasets Metrics to the Hub
Changed:
- Requires now latest LTS Java 11
- Docker base image to openjdk:11-jre
Fixed:
- Update all dependencies
0.1.2 (2019-06-21)
Added:
- buildInfo.json for build info via
/healthpath
- config.schema.json
Changed:
PIVEAU_prefix to logstash configuration environment variables
Fixed:
- encode identifier when delete
0.1.1 (2019-05-17)
Fixed:
- Hub address structure reading in delete
0.1.0 (2019-05-17)
Changed:
- Configuration structure of pipe segment configuration
- Readme
0.0.1 (2019-05-03)
Initial release