v0.4.0 - 2021-09-16

  • Reduced deployment container size by factor 10x [DAFA-1031]

Added

  • Implemented validator to check provided range (min and max) values are valid or not [DAFA-1041] / [DAFA-1043]

  • Add new endpoint GET /license/usedRuntimePackages which exposes all used python packages in the runtime deployment [DAFA-1091]

  • User is now able to request localized description via Accept-Language HTTP header [DAFA-1017]

Changed

  • NumericThreshold & InformationKindPropertiesLimit response model:

    isExclusive has been renamed to isOpen.

    Background here is that it should be easier to understand and is closer to the mathematical definition of an open interval. [DAFA-1041]

  • Request body of PUT catalogue/item/{item_id} no longer requires any field. User may now specify the changed attributes only to update the metadata [DAFA-1074]

  • /health endpoint now also serves build and app information

Fixed

  • Fixed a bug where the user was not able to search for measurements based on their description [DAFA-1013]

  • Fixed a bug where metadata (description, location, informationKind) got duplicated of via _dc_metadata extended properties [DAFA-1084]

  • Fixed a bug where the user was not able to set Planned and Target InformationKindProperties [DAFA-1049]

  • Fixed a bug where the informationKindProperties where not reset when switching the informationKind [DAFA-1047]