
Dashboard: The Dashboard menu item can now be hidden for users whose role doesn't include the corresponding menu permission.
Environments: When creating a component, the available stack list can now be filtered to show only stacks compatible with the cloud provider(s) configured on the environment, with an option to view all stacks if needed.
Plugins: Added support for table-style plugin widgets, allowing plugin data to be displayed in a structured table on the widget page.
API – API Keys: Added a configurable jwt-ttl server setting that lets administrators control how long authentication (JWT) tokens remain valid before re-authentication is required — useful for aligning session duration with internal security policies.
Authentication: Added a menu:dashboard permission action, giving administrators control over which roles can see the Dashboard.
API – StackForms: Added support for repeatable fields in Stack Forms, allowing stack maintainers to let users add multiple entries of a group of related fields (e.g. multiple subnets or rules) within a single form.
Organizations: Fixed an issue where a misleading notification could appear alongside an error message when an organization deletion did not complete.
Pipeline view: Fixed a display issue where the pipeline graph on the component overview page appeared compressed when the component had pinned outputs.
Project: Fixed an issue where component statuses (e.g. Failed, Running) could fail to appear on the project and environment overview pages until manually navigating away and back.
Environments: Fixed an issue where using the search filter on the project overview page could display incorrect environment information, and improved search performance for projects with many environments.
Roles: Improved permission-based UI handling so organization-settings actions and pages are hidden for users whose role does not grant access to them.
StackForms: Fixed an issue where the "unsaved changes" warning could still appear briefly after changes had already been saved successfully.
StackForms: Fixed an issue where a field could be incorrectly required even though the field depending on it was hidden — required fields are now correctly enforced based on what's currently visible in the form.
StackForms: Fixed an issue causing keyboard and mouse input lag when editing stack forms with many conditional fields.
Plugins: Fixed an issue where a plugin's configured icon was not displayed, showing a default placeholder icon instead.
InfraImport: Removed the InfraImport feature and all related UI components.
API – Components: Fixed an issue where updating a pipeline that was not yet present in the underlying CI system would fail; the pipeline is now created automatically instead.
API – Organizations: Organizations with unused cloud or cost accounts can now be deleted successfully.
API – StackForms: Improved required-field validation in Stack Forms so that visibility conditions are correctly taken into account, complementing the related Console fix.
API – Plugin: Fixed an issue where plugin widget data requests could fail for environments with very short names.
API – Plugin: Fixed an issue where plugin widget data could fail to load or appear empty in certain configurations.
API – Plugin: Fixed an issue where a plugin's widget URLs could change after a plugin update, even when the widget configuration itself was unchanged. Plugin widget URLs now stay stable across version updates, keeping bookmarked and shared links valid.