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
30 changes: 30 additions & 0 deletions content/en/docs/releasenotes/studio-pro/9/9.24.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,36 @@ lts: true
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
{{% /alert %}}

## 9.24.43

**Release date: May 13, 2026**

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

### New Features

- We added a new runtime setting `FileStorage.S3.DisableChunkedEncoding` to allow disabling chunked encoding for S3 storage. (Tickets 274327, 272789)
- When Studio Pro is uninstalled, residual files created by Studio Pro are now also removed during the uninstall process.

### Improvements

- We upgraded the BouncyCastle dependency to version 1.84. (Tickets 276629, 276631)

#### Widget and Module Marketplace Metadata {#widget-module-metadata}

We changed how Studio Pro stores Marketplace identity data for widgets. This data is now stored in a single shared file, `widgets-appstore-metadata.json`, located in the root of your app project, instead of inside each individual widget's *.mpk* file. Additionally, some Marketplace modules could have an incorrect version string in the app model, these are now corrected automatically. When you open your app, all widget files are updated, the new `widgets-appstore-metadata.json` file is created, and any module version strings are corrected. These will appear as changes in your version control, commit them as part of your upgrade.

### Fixes

- We fixed an issue where tasks scheduled from a microflow would execute before the microflow ends. Activities that are meant to be executed in a taskqueue should always be picked up and executed after the microflow has fully completed. (Ticket 222845)
- We added Microsoft related MIME types. (Tickets 276471, 276598, 276604, 276958)

### Deprecations

- From July 6, 2026, we will drop support for the following database versions that are no longer supported by the vendors:
- PostgreSQL 13
- MariaDB 10.6

## 9.24.42

**Release date: March 20, 2026**
Expand Down