Skip to content

v9.1.0 The Great Renamening

Compare
Choose a tag to compare
@clezag clezag released this 07 Mar 10:23

This release contains major breaking changes:

  • renamed the dc-interface library to client
  • renamed all namespaces from it.bz.idm.bdp to com.opendatahub.timeseries.bdp
  • removed references to Integreen, e.g. renamed DataPusher.integreenTypology to stationType, IntegreenException to OpendatahubException
  • 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.