Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions content/en/docs/releasenotes/studio-pro/11/11.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,39 @@ mts: true

{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.6](https://www.mendix.com/blog/release-11-6-zero-downtime-deployments-workflow-advances/) blog post.{{% /alert %}}

## 11.6.9 {#1169}

**Release date: August 4, 2026**

{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.9" text="Go to Marketplace" title="Download version 11.6.9 from the Marketplace" %}}

### Improvements

#### Performance

- We improved build performance and reduced memory usage of the React client when bundling with Rspack. (Ticket 282716, 282165, 282605)

#### Other Improvements

- 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.
- We fixed a bypass in the extraction-time path filter where non-canonical ZIP entry names (for example, paths containing `..` segments) could evade the protected-subtree check. Entry names are now canonicalized before filtering.
- We now close the App Selector before the Open App progress dialog when the Studio Pro main window is shown.
- We now delete the log files generated by Studio Pro that are older than 7 days.
- 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.
- We added new `BiConsumer<IContext, IMendixObject>` overloads to `ListenersRegistry`, `ActionListener`, and `EventActionInfo` so that event listener callbacks now receive the active `IContext` alongside the object.
- We added support for the following database versions:
- MariaDB 12.3
- MySQL 9.7

### Fixes

- 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)
- We fixed an issue where Studio Pro appeared to freeze briefly when opening an app. The progress dialog now covers the full loading process.
- We fixed the title widget so it updates its displayed text when navigating between pages in a native app.
- We fixed the orientation issue in the date picker widget for iOS so it correctly supports landscape orientation.
- We fixed an issue in Studio Pro where publishing a microflow in a new a REST service allowed adding that service to read-only modules, such as the system module.
- We fixed an issue where local file storage did not use optimal directory structure.

## 11.6.8 {#1168}

**Release date: July 22, 2026**
Expand Down