Skip to content
Open
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
20 changes: 20 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,26 @@ 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.10 {#11610}

**Release date: August ___, 2026**

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

### Improvements

* We improved the performance of the workflow editor for large workflows. Opening, scrolling, and editing workflows with many activities, outcomes, and boundary events are now noticeably faster.

### Fixes

* We fixed an issue where design properties from an excluded module could incorrectly trigger a rename error. (Ticket 281790)
* We fixed an issue where files with `%` in the filename could not be downloaded, which caused incorrect *File could not be found* errors. (Ticket 281292)
* We fixed an issue where session cleanup did not succeed and kept retrying indefinitely when an optimistic locking error occurred. (Ticket 282375)
* We fixed an issue where JavaScript actions with npm dependencies installed in their `actions/node_modules` folder failed to bundle in the React client for both the Rollup and Rspack bundlers. (Ticket 283840)
* We fixed an issue where text box values filled in by a password manager were not registered. (Ticket 283505, 284395)
* We fixed an application startup error that occurred when a direct association between an entity and one of its specializations was removed, and the parent of the association had also been removed or was no longer a generalization of the child entity. (Ticket 285998)
* We removed the `theme.compiled.css.map` from the deployment package due to privacy and security concerns.

## 11.6.9 {#1169}

**Release date: August 4, 2026**
Expand Down