Version Information
New Features
TSM-5927 WebTSM Services: Deleting Time Series Quotations
To have the option to delete time series quotations that are no longer used, a new endpoint has been implemented:
DELETE repositories/{repo}/timeseries/quotations
It deletes all quotations with a quotation date prior to a specified date. The delete process runs in the background and is not returned as a response. A callback can be specified in the request body, which will be called upon successful deletion.
TSM-6048 Delete and Deactivate Attribute Archive
The attribute archive has been deactivated and deleted to improve performance and free up memory.
Please be aware that this truncates all data in FWA_ATTRIBUTEENTRYARCHIVE and FWA_ATTRIBUTEENTRYDATAARCHIVE.
TSM-6051 TSM App: Restoring Sessions for HTTP Connections
Sessions are now kept alive so there is no need to re-enter the password each time the app is opened. Users can still actively log out in order to switch user.
TSM-6095 TSM App: Refreshing Sessions for HTTP Connections
When a session expires, the app now attempts to sign-in automatically without having to prompt the user for credentials.
TSM-6099 TSM App: Meaningful Error Message When Not Connected to an HTTP Data Source
When not connected to an HTTP data source and the search form or the dropdown menu for time series is opened, a meaningful error message is now displayed.
TSM-6168 TSM App: Reading Audits With HTTP Connection As Data Source
By entering the audit date in line 12, you can now also read out audits for time series with an HTTP connection as a data source.
TSM-6169 TSM App: Reading Quotations With HTTP Connection As Data Source
By entering the quotation date in line 13, you can now also read out quotations for time series with an HTTP connection as a data source.
TSM-6170 TSM App: Reading Ad Hoc Formulas With HTTP Connection As Data Source
By entering an ad hoc formula in line 14, you can now also read formula time series with an HTTP connection as a data source.
TSM-6206 TSM App: Error When Saving Ad Hoc Formulas and Audits With HTTP Connection As Data Source
It is not possible to save ad hoc formulas and audits in general. If this happens, an error is now displayed.
TSM-6207 TSM App: Saving Quotations With HTTP Connection As Data Source
By entering the quotation date in line 13 and clicking on Save, you can now save quotations for time series with an HTTP connection as a data source.
Fixed Bugs
TSM-6042 WebTSM Services: System.InvalidOperationException on Timeseriescollections Delete Requests
Deleting requests on the timeseriescollections endpoint works as expected, but results in the following error in the log file: System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.
Now the request will return HTTP status 200 and the individual results will be returned in the body with HTTP status code 204 if there was no error.
TSM-6098 TSM App: “All Values Valid” and “All Sheets” Not Correctly Transferred to New Template
If a time series was saved with "All values valid", "All sheets" or "Roll out", the checkboxes were no longer displayed as checked after selecting a different time series and saving the data, but were still activated in the background.
Now the checkboxes remain activated.
TSM-6138 Report Functions Not Working With Version 3.10.1
Although correctly configured, report functions always returned #VALUE. This bug has been fixed.
An improvement has been implemented as part of this: Error messages are now displayed in the cells instead of just showing #VALUE.
TSM-6149 WebTSM Services: System.InvalidOperationException When Handling Webhooks
Under certain circumstances, processing webhooks resulted in the following error: System.InvalidOperationException: Synchronous operations are disallowed.
This error has been fixed.
TSM-6185 REORG Package Not Compiling
The REORG package was out of date and could not be compiled, causing an error. The package has now been updated to reflect the current data structure.