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
42 changes: 42 additions & 0 deletions content/en/docs/releasenotes/studio-pro/11/11.12.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,52 @@ weight: 88
# KI: "Maia Chat panel issue": MID-317
# KI: "BYO LLM": SPAM-435
# KI: "Maia Skills button": SPAM-434
# KI: "When opening, editing, or creating": Zendesk Problem 282636
---

{{% alert color="info" %}}For highlights of this release, see the [Mendix Release 11.12](https://www.mendix.com/blog/mendix-release-11-12/) blog post.{{% /alert %}}

## 11.12.1 {#11121}

**Release date: July __, 2026**

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

### New Features

- We added ability to see documents affected by Maia in the **Changes** pane.
- We added **Maia Explain** and **Solve problem with Maia Chat** context menu options to the error list to help you understand and resolve consistency errors directly with Maia.

### Improvements

- Maia now receives detailed information about errors inside microflow expressions it generates, so it can correct them more accurately.
- Embedded applications now support optional parameters for the home page and home microflow.

### Fixes

- <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. (Tickets 282617, 282634, 282668)
- We fixed an issue in React client mode where navigating between pages with the same layout left widgets unresponsive. (Ticket 276710)
- 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 extracting a sub-microflow from activities that referenced a predefined variable (such as `$currentUser`) created a parameter with the same reserved name on the new sub-microflow, resulting in a `Variable name is reserved` error. Predefined variables are now skipped when generating the parameters of the extracted sub-microflow, since they are already globally in scope. (Ticket 281319)
- We fixed an issue where building an application gave the following error: `System.FormatException: The input string '' was not in a correct format`. (Tickets 282176, 282223)
- We resolved the issue in Studio Pro that Java files do not get generated when deploying for Eclipse. (Ticket 282363)
- We fixed an issue with PWAs using Rspack where the service worker was not be created correctly. (Ticket 282616, 282601)
- We removed GuidMapping documents from the **Changes** pane.
- We fixed an issue where the **Extensions** setting was visible for all module types instead of only for add-ons.
- 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 resolved an issue where Studio Pro hung on the **Updating original app** step when opening an app.
- We fixed an issue in the modernized App Explorer where too many nodes could be selected at once.
- We fixed an issue when calling `mx.ui.openForm` in the Dojo client.
- We fixed an issue so that now, missing *progress message* on a blocking progress bar no longer causes a crash during deployment.
- We fixed an issue where **Settings** were not be correctly loaded when upgrading a app to 11.12.

### Deprecations

- We dropped support for the following database versions that are no longer supported by the vendors:
- PostgreSQL 13
- MariaDB 10.6

## 11.12.0 {#1112}

**Release date: June 30, 2026**
Expand Down
Loading