Skip to content
Merged
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
16 changes: 16 additions & 0 deletions content/en/docs/releasenotes/studio-pro/10/10.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,22 @@ weight: 76
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
{{% /alert %}}

## 10.24.20 {#102420}

**Release date: May 7, 2026**

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

### Improvements

- We clarified the error message when upgrading solutions with files that have paths that are too long.

### Fixes

- We fixed an issue where import and export mappings incorrectly showed consistency errors for microflows with unmapped optional parameters. Optional parameters now use their default values when not provided in the payload. Converter microflows must have exactly one required parameter which receives the value to be converted and may have additional optional parameters. (Ticket 250969)
- We fixed an issue when an older offline client (from a Mendix version below 10.24.17) would fail to synchronize with an **HTTP 560 (Invalid JSONRequest)** error, preventing the offline app from loading. (Ticket 274811)
- We added Microsoft-related MIME types. (Tickets 276471, 276598, 276604, 276958)

## 10.24.19 {#102419}

**Release date: April 24, 2026**
Expand Down