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

1.259

Release date: April 07, 2026

New featureAccess to the LLM server configuration via app interface. [ #24 ]

External application scripts can now send authenticated HTTPS requests to the AI-proxy API (liteLLM) using a dedicated wrapper around Python’s requests library. This wrapper automatically sets the URL, the default model, and the authentication header before forwarding the HTTPS request to the AI-proxy API. Note: The credentials used for these requests are the ones configured on the server side.

New featureOption to display the history of related pool versions. [ #811 ]

A new context menu entry was added to the nodes of components, component groups, and parameter groups. The entry is called Show history of related pool versions. It opens a new history graph tab that displays the history of pool versions, filtered by pool versions containing the selected component, component group, or parameter group.

This new filter option can be combined with Show history of related assembled runs to filter for pool versions in which a specific component is contained and was also assembled in at least one run configuration.

image
Show history of related pool versions

New featureSCALE.search: Extract and visualize license data on the dashboard. [ #11573 ]

The SCALE.search dashboard now shows the usage of each license. It visualizes how many users have used a specific license per day, week, month, and year.

ImprovementA warning is now shown if an assembly includes a locked component. [ #498 ]

This improvement affects the Properties view. Now when a user selects a run configuration for assembly, all locked components are shown as “problematic entries”. The assembly buttons are also disabled by default until the user explicitly checks the ignore warnings option. This informs the user in a better way when run configurations with locked components are assembled.

Bug fixError raised if "AuxiliaryContentLoader().request_preview_image()" is called without OpenGL. [ #173 ]

Previously, the process could hang if AuxiliaryContentLoader().request_preview_image() was called on a machine without OpenGL. Now a corresponding error message is shown if no OpenGL is present.

Bug fixRetrieving the filename of an assembled run no longer fails due to a validation error in the auxiliary assignment attributes. [ #11579 ]
Bug fixThe "Password lost" option now works correctly during new setup. [ #11593 ]

Previously, it was not possible to change the password from the “Fallback passphrase” during setup. The client requested the previous password even if the “Password lost” option was selected. This has been fixed.