v1.6.0 - 2022-09-28

Added

  • UI New Administrative Shell configuration menus: Units, Languages and Datasources.

  • UI: New Data Preview accordion: gives the user the first “feeling” for the data. The data preview support the following data format: Scalar,2D Measurement, 3D Measurement and BLOB.

  • UI: New “Copy to clipboard” button to copy the query in “Data Access Documentation” section.

  • UI: Description language can be changed from the metadata view.

  • API/UI: New Information Kinds - ‘Constant’, ‘FreeText’, ‘Other’.

  • API: Changes are stored in a history table.

  • API: Endpoint /item/{item_id}/dataPreview to get data preview from source by item id.

  • API: Endpoint /item/{item_id}/dataPreview/blob/{global_product_id} to get preview of BLOB data.

  • API: Endpoint /item/{item_id}/technicalMetadata to expose only Technical Metadata of item.

  • API: Data source CRUD Endpoints:

    • GET /config/dataSources

    • POST /config/dataSources

    • GET /config/dataSources/{data_source_id}

    • PUT /config/dataSources/{data_source_id}

    • DELETE /config/dataSources/{data_source_id}

  • API: Endpoint /config/dataSources/{data_source_id}/connectionState to check connection state of the data source

  • API: Endpoints /dataSourceSynchronization/jobs/... to access replication job details

  • API: Endpoint POST /config/masterData/location to add location by path

  • API: Endpoint GET /config/masterData/location to get location by path

  • API: Endpoint GET /item/{item_id}/metadata/versions to access all item versions

Changed

  • UI: New Metadata detail view design. Attributes are structured in a more efficient way to improve readability.

  • UI: New designed edit vew. Moved from modal form to inline form.

  • UI: Improved legibility in Data Access Documentation.

  • API: Improve performance of /catalogue/search/locationTree endpoint

  • API: Units with default symbols ( , -, unknown) will now be removed during the import process. The matching is done by ignoring the case.

  • API: Item CREATE, UPDATE, DELETE now also create a version of item in the HistoryMetadata table

  • API: Endpoint GET /item/{item_id}/metadata now has as_of parameter for historical data selection.

Fixed

  • UI: Fixed bug, when loading the app take too long

  • UI: Fixed bug, when matched column in the data import are not reset for new uploaded files

  • API: Fixed bug, when empty value of information kind lead to error

  • API/UI: Fixed bug, when update of information kind property removed existing data

  • API: Fixed bug, when special characters like ä were shown in escape chars, not human-readable text

  • API: Fixed bug, when user could create duplicated unit or unit with empty symbol