You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Issue **#2042** : Fixed an issue sorting search results that was making sorting very slow causing searches with large numbers of results to hang.
* Issue **#2043** : Removed an artificial limit on the number of data points that will be returned to a dashboard visualisation. The UI code had been written to only request a maximum of 1000 data points which meant that some visualisations were missing expected data. It may be necessary to add some limitation to avoid the UI being overloaded but the limitation has been removed for now as it was not configurable and did not warn the user when the limit had been reached.
* Migrated new UI to use Swagger generated endpoints and types.
* Issue **#1414** : A User Id can no longer be changed once a user is created.
* Issue **#1862** : Email and name fields are no longer required when creating users.
* Issue **#1765** : Added confirmation dialog when deleting users and API keys.
* Issue **#2036** : Autologger now delegates exception handling.
* Issue **#2039** : Limit the amount of text data output by autologger.
* Issue **#2037** : Add config prop to ensure every REST call is logged
* Issue **#2038** : Allow autologger action to be modified (search and process)
* Issue **#2027** : Fix autologger update operation
* Issue **#1764** : The create API key page now loads users to select on open.
* Issue **#1766** : Removed comment from token.
* Issue **#1763** : Improved column sizes on API keys dialog.
* Issue **#1767** : Improved column sizes on account management dialog.
* Improve exception alerts in the UI.
* Issue **#2023** : Enable autologger to output multiple path or query parameters
* Issue **#2022** : Simplify consistent event logging with POJOs
* Issue **#2021** : Fix typo when autologger encounters class names ending in 'y'
* Issue **#2020** : Prevent autologger redacting boolean properties