Editing the generated code with a Module with a custom Git SSH sources now preserve existing the settings so you can remove or update parameters without unexpected resets.
Design area / diagram
Clicking a connector anchor point no longer creates “ghost” connectors, reducing accidental connections during editing.
Global
Environments indicators now use a clearer icon so they’re easier to distinguish from public visibility.
Node / Containers
Deleting a node from the context menu now only removes it from the diagram.
Resource configuration
Duplicating repeatable configuration blocks now works correctly without false “duplicate” conflicts.
Module fields (ie module's variable) without an explicit type now automatically the default value to infer the type (e.g., boolean, number, list, map). The type is used in our Resource configuration form and in the code generation as well.
Custom-typed module's field are now generated correctly in Terraform without unwanted quotes, preventing invalid true/false values in output.
Resource Configuration - Suggestion assistant
The depends_on field now stops at the resource level (no attribute selection), avoiding incorrect references and extra steps when defining dependencies.
The suggestion assistant dropdown no longer close unexpectedly when selecting resource/variable filters.
Projects and environments in the architecture selector now stay collapsed until you expand them, making navigation clearer and less cluttered.
The currently selected architecture is now highlighted more consistently in the selector.
Design area / diagram
Resource cards now use a virtualized list for smoother scrolling and better performance on large architectures.
Git credentials
Bitbucket connections now use an API token instead of a password for a more secure and modern authentication flow.
Module
The Modules Catalog and module import experience have been refreshed for a more consistent UI and smoother workflows (including custom icons and improved dialogs).
Introduced a unified, declarative node and resource menu with a global context menu, making right‑click actions consistent and easier to extend across the design area.
Node / Containers
Updated node selection so clicking a node always selects it and opens the right configuration panel when appropriate, avoiding confusing partial selections.
Improved multi‑node alignment tools to work reliably on large selections, keeping nodes neatly aligned without layout jumps.
Identity Card / Resource Configurator
Enhanced resource summaries with syntax‑highlighted tooltips for multiline or advanced values, helping users understand complex attributes without opening full editors.
Architecture
Ensured architectures always keep an accurate cloud provider icon when diagrams change or are cloned, improving filtering, reporting, and provider‑specific behaviors.
New architecture / Import from files / Restore
Replaced legacy file uploaders with a unified drag‑and‑drop component across variable imports, local file imports, and architecture restore, giving a consistent and more robust upload experience.
Relaxed overly strict invalid‑file handling so users can proceed as long as at least one valid file is present, reducing friction when importing from mixed folders.
Cloud provider credentials
Added the ability to regenerate and download new Azure client certificates directly from the connections page, simplifying certificate rotation.
Fixed a regression where the design area could feel sluggish when moving many nodes or connectors, especially in large architectures.
Corrected invisible hit‑areas on certain nodes so selection and dragging work reliably even when nodes have very thin strokes.
Resolved an issue where highlighted nodes and connectors were not always cleared correctly when closing the configurator, preventing “ghost” highlights.
Connectors
Fixed connector label and endpoint moves that sometimes produced duplicate or invalid points, which could cause jagged or broken connector paths.
Corrected hover detection around nodes when dragging connector endpoints, so nearby nodes are highlighted accurately without false positives.
Ensured Terraform‑linked connectors update or detach their references correctly when endpoints move between resources, avoiding stale or broken references.
Node / Containers
Fixed node option bar behavior so it no longer depends on the identity card state, ensuring options appear correctly whenever nodes are selected.
Addressed a bug where container toggling and icon‑only modes could leave nodes in inconsistent visual states.
Identity Card / Resource Configurator
Fixed a focus issue in availability zone fields so the cursor reliably moves into the correct input after switching modes, speeding up form editing.
Resolved missing or stale form data when switching between resources in the configurator by resetting and unregistering fields correctly.
Corrected collapsible section defaults and persistence per resource type, so sections open and close predictably across sessions.
Removed unnecessary re‑renders in the configurator that could cause flickering or slowdowns when editing complex resources.