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
22 changes: 22 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,28 @@ 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.11 {#11611}

**Release date: September ___, 2026**

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

### Improvements

* We upgraded the JDBC driver for SAP HANA to version 2.29.11. (Ticket 285369)
* We updated Rspack to version 2.2, which reduces bundle times by up to 25%.

### Fixes

* We fixed an issue where Eclipse showed `cannot be resolved to a type` errors for Java actions in protected modules. (Ticket 235055)
* We fixed an issue where passwords filled by a password manager were unexpectedly cleared. (Ticket 284395)
* We addressed some situations where the page editor did not use the correct font for an icon from an icon collection. (Ticket 284860)
* We fixed an issue where a progress bar remained visible when opening a page while the homepage was still loading.(Ticket 285253)
* We fixed an issue where widgets with a very large number of assets (more than 8000) did not work with Rspack. (Ticket 286207)
* We fixed an error that caused Studio Pro to crash when trying to edit properties on some images in the **Properties** pane.
* We fixed an issue that caused repeated log warnings `A MeterFilter is being configured...`, even when the metrics configuration had not changed.
* We fixed an issue where source maps were generated for production builds when the **Optimize bundle** option was disabled.

## 11.6.10 {#11610}

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