Skip to content

Releases: noi-techpark/bdp-core

Spring cleaning

28 Nov 08:07
Compare
Choose a tag to compare

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

14 Apr 10:31
Compare
Choose a tag to compare

dc-interface with less provenance pushes

07 Mar 19:08
Compare
Choose a tag to compare

dc-interface with provenance on each call

02 Mar 16:22
Compare
Choose a tag to compare

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.