CS
SCALE.sdm
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage
Confidential information

0.55.1

Release date: July 09, 2024

Service release for bug fixing

This is a service release. It fixes miscellaneous bugs and improves the overall system performance.


List of all changes

Improvement
API
Models can now be sorted by ID. [#6257]

During pagination, lists of models are sorted by a specific column. If it is not necessary to sort by a specific column, then sorting by ID is the best option. This improvement makes it possible sort all models by their ID.

Bug fixFix 'NoneType object is not subscriptable' when executing add-ons on a runner. ]
Bug fixSpecial characters are now correctly escaped when executing add-ons. [#6317]

In the past, it was not possible to execute an add-on if the description fields in meta.json contained special characters for shell such as ' or (. This behavior has been fixed.