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
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/11/11.12.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
65
65
- We reduced the time it takes to open an app in Studio Pro.
66
66
- We reduced the time it takes for Studio Pro and MxBuild to check the app for consistency errors.
67
67
- We fixed memory leaks that could cause increased memory consumption over time when using the App Explorer.
68
+
- We improved the performance of several editors (Page Editor, Workflow Editor, Microflow Editor and the new Domain Model Editor)
68
69
69
70
#### Other Improvements
70
71
@@ -78,6 +79,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
78
79
- We added the option to enable logs to be sent via OpenTelemetry in the OpenTelemetry configuration in Studio Pro.
79
80
- The endpoint in the OpenTelemetry configuration is now used for both traces and logs and should not end in "/v1/traces" anymore. It will be automatically updated during migration.
80
81
- We added **Compare** buttons to Maia's document changes list to quickly open the Changes pane and review differences for the selected or changed documents.
82
+
- Maia can now use system member properties of entities
81
83
- We reorganized AI preferences into separate tabs for better clarity. Maia settings and MCP Server settings are now displayed in their own dedicated tabs, making it easier to find and configure AI-related features.
82
84
- We improved the published REST service editor in Studio Pro. Form parameters cannot be a List, so Studio Pro no longer shows that as an option.
83
85
-**Find Advanced** now displays widgets grouped by platform type and ordered by name.
@@ -95,6 +97,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
95
97
- We added the possibility to change the event type for boundary events in Workflows via context menu.
96
98
- We added document type icons to the modernized Debugger pane, making it easier to identify the type of document at each call stack entry.
97
99
- When developers use `addBlankPage` for `studioPro.model.pages`, we now require they provide a layout name and page name when creating a page. We have also introduced an added method, `addWidgetsToPageRoot`, that makes it easier to add widgets to the arguments of the layout of a page.
100
+
- The new Domain Model Editor also shows recommendations
98
101
99
102
### Fixes
100
103
@@ -142,6 +145,8 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
142
145
- We fixed an issue where a renaming a user would cause the authtoken to become invalid.
143
146
- We fixed a rare race condition related to authtokens.
144
147
- We fixed an issue where a **"Stopping debugging session..."** progress dialog appeared when stopping debugging while not connected to a runtime.
148
+
- We fixed an issue where a runtime error would trigger when a **View Entities** query was open during app startup.
0 commit comments