v1.2.0 - 2022-04-13

Added

  • API: Introducing the Technical metadata as part of DataElementMetaData. The model now also contains information about isNullable, isPrimaryKey and isForeignKey.

  • UI: Display Technical metadata in the metadata detail view.

  • UI: Show progress bar during processing of imported metadata.

  • UI: Quick link to access User Manual from the UI shell header.

Changed

  • API: /admin/metadataImport/processFile endpoint now returns StreamingResponse

  • API: Export now have more columns. Previous range replaced with four columns: range_min_is_open, range_min_value, range_max_is_open, range_max_value

  • UI: The Information Kind filter now shows the current active value.

  • UI: Now Browser download interface is used when exporting Metadata to communicate the progress of the export to the user.

  • UI: Several improvements in the UI of the step “Match data” in Metadata Import.

Fixed

  • API: Any HTTP 500 response will now contain the appropriate CORS headers to prevent CORS errors for the FE.

  • UI: Validations in Edit Metadata dialog.

  • UI: Fixed issue where metadata detail view was not updated after editing.