Skip to content

Commit e16aa05

Browse files
authored
Merge pull request #11177 from mendix/ctl-9.24.43
SP 9.24.43 RNs
2 parents f095e4f + 831e990 commit e16aa05

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

  • content/en/docs/releasenotes/studio-pro/9

content/en/docs/releasenotes/studio-pro/9/9.24.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,36 @@ lts: true
1313
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
1414
{{% /alert %}}
1515

16+
## 9.24.43
17+
18+
**Release date: May 13, 2026**
19+
20+
{{% 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" %}}
21+
22+
### New Features
23+
24+
- We added a new runtime setting `FileStorage.S3.DisableChunkedEncoding` to allow disabling chunked encoding for S3 storage. (Tickets 274327, 272789)
25+
- When Studio Pro is uninstalled, residual files created by Studio Pro are now also removed during the uninstall process.
26+
27+
### Improvements
28+
29+
- We upgraded the BouncyCastle dependency to version 1.84. (Tickets 276629, 276631)
30+
31+
#### Widget and Module Marketplace Metadata {#widget-module-metadata}
32+
33+
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.
34+
35+
### Fixes
36+
37+
- 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)
38+
- We added Microsoft related MIME types. (Tickets 276471, 276598, 276604, 276958)
39+
40+
### Deprecations
41+
42+
- From July 6, 2026, we will drop support for the following database versions that are no longer supported by the vendors:
43+
- PostgreSQL 13
44+
- MariaDB 10.6
45+
1646
## 9.24.42
1747

1848
**Release date: March 20, 2026**

0 commit comments

Comments
 (0)