Releases: noi-techpark/bdp-core
Releases · noi-techpark/bdp-core
v9.1.0 The Great Renamening
This release contains major breaking changes:
- renamed the
dc-interface
library toclient
- renamed all namespaces from
it.bz.idm.bdp
tocom.opendatahub.timeseries.bdp
- removed references to
Integreen
, e.g. renamedDataPusher.integreenTypology
tostationType
,IntegreenException
toOpendatahubException
pushRecords
now discards duplicate timestamps for (station/type/period) even when values are different
fixes:
- pushing records with heterogenous periods now handled correctly. Previously it would use the very first period it encountered to determine the previous latest record, now it does that for every period.
Spring cleaning
This release is mainly a dependency upgrade.
All dependencies have been brought up to date, or replaced in case they were deprecated.
- Spring 6+
- spring boot over WAR deployment
- replaced keycloak dependency with spring auth
- Java 17
- REUSE compliance
dc-interface: allow to sync single station states
Full Changelog: 7.2.0...7.4.0
dc-interface with less provenance pushes
Full Changelog: 7.0.0...7.1.0
dc-interface with provenance on each call
This SDK sends the provenance name and version, that is the name and version of the data collector with each call. It is mainly useful for logging, to find the culprit of errors, or to generate statistics in our ELK stack.
In addition, it no longer pushes and retrieves the provenance UUID from the database. This is now just done once per data collector execution and stored locally. This should reduce the DB calls during data pushes.