Skip to content

Commit 38c32ba

Browse files
committed
add in late RNs
via Slack from Guido
1 parent 740da67 commit 38c32ba

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/11

content/en/docs/releasenotes/studio-pro/11/11.12.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
6565
- We reduced the time it takes to open an app in Studio Pro.
6666
- We reduced the time it takes for Studio Pro and MxBuild to check the app for consistency errors.
6767
- 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)
6869

6970
#### Other Improvements
7071
@@ -78,6 +79,7 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
7879
- We added the option to enable logs to be sent via OpenTelemetry in the OpenTelemetry configuration in Studio Pro.
7980
- 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.
8081
- 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
8183
- 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.
8284
- 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.
8385
- **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
9597
- We added the possibility to change the event type for boundary events in Workflows via context menu.
9698
- We added document type icons to the modernized Debugger pane, making it easier to identify the type of document at each call stack entry.
9799
- 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
98101

99102
### Fixes
100103

@@ -142,6 +145,8 @@ The **Module ID** and **checksum** are stored in a new *manifest.json* file insi
142145
- We fixed an issue where a renaming a user would cause the authtoken to become invalid.
143146
- We fixed a rare race condition related to authtokens.
144147
- 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.
149+
145150

146151
### Breaking Changes
147152

0 commit comments

Comments
 (0)