From 3911e57d674d769ea3f8ea5b6f385ef81beae34d Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Wed, 15 Jul 2026 16:09:38 +0200 Subject: [PATCH] Upload RNs Ordered the tickets and implemented the updated fix language for the t error fix --- .../docs/releasenotes/studio-pro/11/11.6.md | 33 +++++++++++++++++++ 1 file changed, 33 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 082223010e3..c45d7f64537 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,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.8 {#1168} + +**Release date: July ___, 2026** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/11.6.8" text="Go to Marketplace" title="Download version 11.6.8 from the Marketplace" %}} + +### Improvements + +- We fixed the issue in OData Exists queries where an XPath constraint with nested-associations would result in incorrect OData filter (Ticket 261698). + +### Fixes + +- We fixed an issue with the client where passing an empty string as a parameter to an on change microflow triggered an error. (Ticket 276118, 278248) +- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710) +- We fixed an issue where Studio Pro crashed when pasting content from the clipboard while another application was also accessing the clipboard. (Ticket 278333) +- On SQL Server, when a unique constraint or foreign key constraint is dropped, we now use `IF EXISTS`. This avoids an automatic rollback of the synchronization transaction in case the constraint does not exist. (Ticket 279545) +- We fixed an issue where runtime fails to finish executing a queued task started by a user if the user is deleted during task execution. (Ticket 279891) +- We fixed an issue where the native `Switch` widget did not render correctly on iOS. (Ticket 280839) +- We fixed the `t is not a function` crash in microflow and workflow editors, introduced by the recent Microsoft update for WebView. If you installed an older version of the Microsoft Edge WebView as a workaround and you have no other affected Studio Pro installations, we recommend uninstalling it to prevent future compatibility issues. (Ticket 282591, 282696) +- We fixed an issue with PWAs using Rspack where the service worker would sometimes not be created correctly. (Ticket 282616, 282601) +- We fixed an issue in the call web service activity and in consumed OData services that consume services using OData version 3. The XML parser now rejects DTD declarations and external entities, because a compromised server might exploit those features. +- We fixed an issue when calling `mx.ui.openForm` in the Dojo client + +### Deprecations + +- We dropped support for the following database versions that are no longer supported by the vendors: + - PostgreSQL 13 + - MariaDB 10.6 + +### Breaking Changes + +- Studio Pro on macOS now runs natively on Apple Silicon (arm64). Studio Pro, Version Selector, and command line tools are all built as native Apple Silicon binaries, so they no longer require Rosetta 2 translation layer, resulting in significantly improved performance. Intel-based Macs are no longer supported. + ## 11.6.7 {#1167} **Release date: June 17, 2026**