From 8bc8366d60b12f1d8086c68908f41b46908ca333 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Mon, 11 May 2026 13:35:45 +0200 Subject: [PATCH 1/3] Upload and edit RNs --- .../en/docs/releasenotes/studio-pro/9/9.24.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index d0bfac25b9b..ca664dc4f79 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -11,6 +11,32 @@ lts: true This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production. {{% /alert %}} +## 9.24.43 + +### 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** From 8b66b5b0f75f1ce6a9d86a9a1899644c99ab36b5 Mon Sep 17 00:00:00 2001 From: ConnorLand Date: Mon, 11 May 2026 13:36:32 +0200 Subject: [PATCH 2/3] Add button link --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index ca664dc4f79..418255921c4 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -13,6 +13,10 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ## 9.24.43 +**Release date: May ___, 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) From 831e99010bf5a63a018913940d9f21debaeea350 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Wed, 13 May 2026 10:51:27 +0200 Subject: [PATCH 3/3] add date --- content/en/docs/releasenotes/studio-pro/9/9.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/9/9.24.md b/content/en/docs/releasenotes/studio-pro/9/9.24.md index a51d7450271..33ae81d4a44 100644 --- a/content/en/docs/releasenotes/studio-pro/9/9.24.md +++ b/content/en/docs/releasenotes/studio-pro/9/9.24.md @@ -15,7 +15,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a ## 9.24.43 -**Release date: May ___, 2026** +**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" %}}