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
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,59 @@ weight: 88
12
12
13
13
{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.12](https://www.mendix.com/blog/mendix-release-11-12/) blog post.{{% /alert %}}
14
14
15
+
## 11.12.2 {#11122}
16
+
17
+
**Release date: July ___, 2026**
18
+
19
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.12.2" text="Go to Marketplace" title="Download version 11.12.2 from the Marketplace" %}}
20
+
21
+
### New Features
22
+
23
+
- We added a **Location** setting to the General tab of the Module Settings dialog. It lets you choose whether a module is listed in the regular module list or under the **Marketplace modules** node in the App Explorer.
24
+
- We added a "Copy Path" button to the notification that shows when the App folder fails to be excluded by the antivirus.
25
+
- We added a new setting to enable or disable OQL generation with Maia. OQL generation always uses the Mendix Platform regardless of the provider.
26
+
* This setting takes effect immediately, with one exception: if you are using the Studio Pro MCP Server a restart of Studio Pro is required for the changes to take effect. OQL generation with Studio Pro MCP Server is only possible with both the Enable Maia and Enable oql tool settings enabled.
27
+
28
+
### Improvements
29
+
30
+
#### Performance
31
+
32
+
- We improved build performance and reduced memory usage of the React client when bundling with Rspack. (Ticket 282716, 282165, 282605)
33
+
- We improved the performance logging infrastructure by integrating OpenTelemetry tracing, enabling correlated trace data for better diagnostics and profiling of Studio Pro operations.
34
+
- We made local deployment faster by improving the performance of microflows model export.
35
+
36
+
#### Other Improvements
37
+
38
+
- We improved the security of the module import process by validating the file paths declared in an MPK package before extraction. Packages containing paths that traverse outside the app directory or target protected directories (such as `.git`, `deployment`, or `releases`) are now rejected with an error.
39
+
- We fixed a bypass in the extraction-time path filter where non-canonical ZIP entry names (e.g. paths containing `..` segments) could evade the protected-subtree check. Entry names are now canonicalized before filtering.
40
+
- We now close the App Selector before the Open App progress dialog when the Studio Pro main window is shown.
41
+
- We now delete the log files generated by Studio Pro that are older than 7 days.
42
+
- We now support the environment variables `MENDIX_TRACING_FILTER`, `MENDIX_TRACING_MAX_LOOP_ITERATION`, `MENDIX_TRACING_MAX_MICROFLOW_DEPTH` in addition to system properties for the Mendix OpenTelemetry Java agent extension.
43
+
44
+
### Fixes
45
+
46
+
- We resolved the issue that mxbuild would fail when compiling a project on macOS. (Ticket 278610)
47
+
- We fixed an issue that could cause an app to fail to bundle with Rspack enabled when a pluggable widget used certain Mendix modules, such as `mendix/parser` and `mendix/session`. (Ticket 282224)
48
+
- We fixed an issue where the content of the Microflow editor and Domain Model editor (Beta) canvas could appear blurry after scrolling or zooming. (Ticket 283927)
49
+
- We fixed an issue in the **Microflow Editor** where clearing the selection did not update the Properties pane, so it kept showing the previously selected element instead of the microflow's own properties. (Tickets 282855, 283242)
50
+
- We fixed an issue where the **History** pane would lose commit details (model changes and file changes) for unsynced local commits after a background Git refresh.
51
+
- We fixed an issue where using **Undo All** on multiple files created by Maia could show an unexpected error dialog in apps with online services enabled.
52
+
- We fixed an issue where using **Undo all** after deleting a file that was modified or created by Maia would cause an error.
53
+
- We fixed an issue where Change Data Capture AsyncAPI schemas were missing the `id` field in generated entity definitions.
54
+
- We fixed Title widget to update its displayed text when navigating between pages in a native app.
55
+
- We fixed an issue where renaming a document would not update its name in the Maia changes list.
56
+
- We fixed an issue where the Change Data Capture service was allowing the addition of inherited attributes and associations when this is not supported.
57
+
- We fixed an issue where Studio Pro appeared to freeze briefly when opening an app. The progress dialog now covers the full loading process.
58
+
- we fixed the orientation issue in native datepicker widget for ios, supporting landscape orientation.
59
+
- We changed the consistency check for offline Create and Change actions involving entities with AutoNumber or Calculated attributes from a hard error to a warning. The warning reminds you that AutoNumber values will default to `0` until the next synchronization, and Calculated attribute values will not be evaluated offline.
60
+
- We fixed an issue where local file storage does not use optimal directory structure.
61
+
- We fixed an issue where downloading a marketplace module with Maia resulted in the name of the module being displayed in the version field. This is now resolved.
62
+
- We fixed an issue where the Mendix Marketplace MCP server connection would repeatedly disconnect and reconnect every few seconds.
63
+
- We fixed an issue where MCP connections could briefly disconnect and reconnect right after Studio Pro started up.
64
+
- We fixed an issue where requests sent to MCP servers identified themselves with a generic browser user agent instead of Studio Pro.
65
+
- We fixed an issue where Studio Pro could show a "No user is signed in" error while using an MCP server that requires Mendix Platform sign-in, while signed out.
0 commit comments