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 MeasurementandBLOB.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}/dataPreviewto 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}/technicalMetadatato expose only Technical Metadata of item.API: Data source CRUD Endpoints:
GET /config/dataSourcesPOST /config/dataSourcesGET /config/dataSources/{data_source_id}PUT /config/dataSources/{data_source_id}DELETE /config/dataSources/{data_source_id}
API: Endpoint
/config/dataSources/{data_source_id}/connectionStateto check connection state of the data sourceAPI: Endpoints
/dataSourceSynchronization/jobs/...to access replication job detailsAPI: Endpoint
POST /config/masterData/locationto add location by pathAPI: Endpoint
GET /config/masterData/locationto get location by pathAPI: Endpoint
GET /item/{item_id}/metadata/versionsto 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/locationTreeendpointAPI: 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
HistoryMetadatatableAPI: Endpoint
GET /item/{item_id}/metadatanow 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 textAPI: Fixed bug, when user could create duplicated unit or unit with empty symbol