From 3ff928d26433ae80228ea5fdec26e89e6c50febd Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:14:30 +0200 Subject: [PATCH 1/4] upload RNs --- .../docs/releasenotes/studio-pro/11/11.6.md | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index db690be4837..8a220a03826 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -8,6 +8,41 @@ 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 ___, 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 (e.g. paths containing `..` segments) could evade the protected-subtree check. Entry names are now canonicalized before filtering. +- We added support for the following database versions: + - MariaDB 12.3 + - MySQL 9.7 +- 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` overloads to `ListenersRegistry`, `ActionListener`, and `EventActionInfo` so that event listener callbacks now receive the active `IContext` alongside the object. + +### 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. +- Fixed Title widget to update its displayed text when navigating between pages in a native app. +- we fixed the orientation issue in datepicker widget for ios, supporting 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 does not use optimal directory structure. + + ## 11.6.8 {#1168} **Release date: July 22, 2026** From ade658b1bffff0c81635e5ed969ae0bf3076c074 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:15:13 +0200 Subject: [PATCH 2/4] edit --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index 8a220a03826..21543077790 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -24,7 +24,7 @@ mts: true #### 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 (e.g. paths containing `..` segments) could evade the protected-subtree check. Entry names are now canonicalized before filtering. +- 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 added support for the following database versions: - MariaDB 12.3 - MySQL 9.7 From bfd14c3a2dc6c91b07c15c8a34f6f3b150ec1044 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 3 Aug 2026 11:39:27 +0200 Subject: [PATCH 3/4] edit --- .../en/docs/releasenotes/studio-pro/11/11.6.md | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index 21543077790..a9e949bca3b 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -8,7 +8,6 @@ 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 ___, 2026** @@ -25,23 +24,22 @@ mts: true - 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 added support for the following database versions: - - MariaDB 12.3 - - MySQL 9.7 - 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` 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 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. -- Fixed Title widget to update its displayed text when navigating between pages in a native app. -- we fixed the orientation issue in datepicker widget for ios, supporting 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 does not use optimal directory structure. - +- 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} From a6d2decf02c63c8591ea9fbee2de621fa7657581 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:48:06 +0200 Subject: [PATCH 4/4] add date --- content/en/docs/releasenotes/studio-pro/11/11.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/11/11.6.md b/content/en/docs/releasenotes/studio-pro/11/11.6.md index a9e949bca3b..bc5f8afc4fd 100644 --- a/content/en/docs/releasenotes/studio-pro/11/11.6.md +++ b/content/en/docs/releasenotes/studio-pro/11/11.6.md @@ -10,7 +10,7 @@ mts: true ## 11.6.9 {#1169} -**Release date: August ___, 2026** +**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" %}}