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.