-
Notifications
You must be signed in to change notification settings - Fork 792
Upload 11.6.8 SP RNs #11545
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
Upload 11.6.8 SP RNs #11545
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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) | ||
| - <a id="fix-t-is-not-a-function"></a>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) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You could also add the page editor to this list, but I think we also didn't mention it in the 11.12 RNs.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In that case: We fixed the |
||
| - 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** | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With 11.6.8, we now have a fix for this KI in this minor version. Currently all the links to the fix point to the fix in 11.12, but I should probably change all the fix links in 11.6 to the fix in 11.6.8, right @MariaShaposhnikova ?
Helps customers that want to stay on 11.6 do so.