From 8f8dd1c9e652cce8361800611dd76d4a37a61181 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Fri, 31 Oct 2025 15:30:35 +0100 Subject: [PATCH 1/6] 10.24.11 Release Notes - original GitLab content --- .../docs/releasenotes/studio-pro/10/10.24.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 66b4fd80d38..f2d0a54df44 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -10,6 +10,30 @@ weight: 76 This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production. {{% /alert %}} +## 10.24.11 + +### Fixes + +- We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (ticket 263288) +- Fixed a migration issue from 10.24 to 11.x that attempted to recreate an already existing column in a table in the offline app database. +- We fixed a "no such column" error upon a "CREATE INDEX" query when upgrading an offline app that has an association added to an entity. (Ticket 261700). +- We fixed an issue in which incompatible React client widgets did not emit an error when they are nested inside a pluggable widget. (Ticket 253896) +- We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it. +- We reduced the size of the Studio Pro installer on Windows. +- We improved Studio Pro memory usage in operations that involve processing the project's structure (e.g. find usages, errors check, etc.). +- We fixed the following bugs in the version selector: + - When opening a widget .mpk the file was kept on hold even after closing the dialog, preventing it to be renamed or opened. + - Closing the "Version not found" dialog launched the selected Studio Pro version instead of just closing the dialog. + - The Studio Pro versions were not displayed with the correct format. +- We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) + +### Deprecations + +- We dropped support for the following database versions that are no longer supported by the vendors: + - MariaDB 10.5 + - Microsoft SQL Server 2019 + - MySQL 8.0 + ## 10.24.10 {#102410} **Release date: October 30, 2025** From 090a9234a22b6619d687ada665bf13b2daa91c17 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Fri, 31 Oct 2025 15:49:39 +0100 Subject: [PATCH 2/6] Proofread --- .../docs/releasenotes/studio-pro/10/10.24.md | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index f2d0a54df44..f04917a4883 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -10,29 +10,33 @@ weight: 76 This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production. {{% /alert %}} -## 10.24.11 +## 10.24.11 {#102411} + +**Release date: ____________, 2025** + +{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.11" text="Go to Marketplace" title="Download version 10.24.11 from the Marketplace" %}} ### Fixes -- We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (ticket 263288) -- Fixed a migration issue from 10.24 to 11.x that attempted to recreate an already existing column in a table in the offline app database. -- We fixed a "no such column" error upon a "CREATE INDEX" query when upgrading an offline app that has an association added to an entity. (Ticket 261700). -- We fixed an issue in which incompatible React client widgets did not emit an error when they are nested inside a pluggable widget. (Ticket 253896) -- We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it. -- We reduced the size of the Studio Pro installer on Windows. -- We improved Studio Pro memory usage in operations that involve processing the project's structure (e.g. find usages, errors check, etc.). -- We fixed the following bugs in the version selector: - - When opening a widget .mpk the file was kept on hold even after closing the dialog, preventing it to be renamed or opened. - - Closing the "Version not found" dialog launched the selected Studio Pro version instead of just closing the dialog. - - The Studio Pro versions were not displayed with the correct format. -- We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) +* We fixed an issue where incompatible React client widgets did not display an error when they were nested inside a pluggable widget. (Ticket 253896) +* We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) +* We fixed a "no such column" error from a "CREATE INDEX" query when upgrading an offline app that has an association added to an entity. (Ticket 261700) +* We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (Ticket 263288) +* We fixed a migration issue when going from 10.24 to 11.x that attempted to recreate an already existing column in a table in an offline app database. +* We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it. +* We improved Studio Pro memory usage in operations that involve processing the project's structure (for example find usages and errors check). +* We fixed the following bugs in the version selector: + * When opening a widget .mpk the file was kept on hold even after closing the dialog, preventing it to be renamed or opened. + * Closing the "Version not found" dialog launched the selected Studio Pro version instead of just closing the dialog. + * The Studio Pro versions were not displayed with the correct format. +* We reduced the size of the Studio Pro installer on Windows. ### Deprecations -- We dropped support for the following database versions that are no longer supported by the vendors: - - MariaDB 10.5 - - Microsoft SQL Server 2019 - - MySQL 8.0 +* We dropped support for the following database versions that are no longer supported by the vendors: + * MariaDB 10.5 + * Microsoft SQL Server 2019 + * MySQL 8.0 ## 10.24.10 {#102410} From df316849c864cc5ab7c956e853da7175ddf17358 Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Mon, 3 Nov 2025 11:05:05 +0100 Subject: [PATCH 3/6] Update Release date, assuming it goes ahead today. --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index f04917a4883..62fbae2e8c1 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -12,7 +12,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ## 10.24.11 {#102411} -**Release date: ____________, 2025** +**Release date: November 3, 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.11" text="Go to Marketplace" title="Download version 10.24.11 from the Marketplace" %}} From 8ea14391e9364d92d5fee0b2d7c19b3075b2adc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Mon, 3 Nov 2025 11:18:58 +0100 Subject: [PATCH 4/6] removed ticket 261700 entry from 10.24.11 to add to 10.24.10 --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 62fbae2e8c1..accb5b638ac 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -20,7 +20,6 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for * We fixed an issue where incompatible React client widgets did not display an error when they were nested inside a pluggable widget. (Ticket 253896) * We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507) -* We fixed a "no such column" error from a "CREATE INDEX" query when upgrading an offline app that has an association added to an entity. (Ticket 261700) * We fixed an issue where a wait-for-timer activity could get stuck when its workflow was upgraded while the activity was active. (Ticket 263288) * We fixed a migration issue when going from 10.24 to 11.x that attempted to recreate an already existing column in a table in an offline app database. * We fixed a bug where the JavaScript Action code editor would overlap with the errors pane after resizing it. From 98dbaaa592c6a96a0bdcabd7aedfc93d76587883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Furkan=20Arabac=C4=B1?= Date: Mon, 3 Nov 2025 11:36:35 +0100 Subject: [PATCH 5/6] Add the other ticket 261700 entry to 10.24.10 --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index accb5b638ac..22bdd3b98a2 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -65,6 +65,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for * We fixed an issue where the React client would not get bundled when deploying for Eclipse. (Ticket 258470) * We fixed an issue with Offline PWAs when using the React client where changes to the application would not be shown to the user without clearing the cache. (Ticket 260673) * We fixed a "no such column" error when synchronizing a file or image derived entity which itself is derived by another entity with an offline synchronization mode. (Ticket 261700) +* We fixed a "no such column" error from a "CREATE INDEX" query when upgrading an offline app that has an association added to an entity. (Ticket 261700) * We fixed an issue in the Studio Pro XPath constraint parser with the treatment of `true` and `false` . These are now treated the same as their function equivalents (`true()` and `false()` respectively). * We fixed a memory leak that occurred when editing an action of a Microflow. * We fixed an issue in offline apps that could result in data validations of microflow calls not being properly handled. From 28af5b50c7329b76079e523390f8b065a83df59b Mon Sep 17 00:00:00 2001 From: MarkvanMents Date: Tue, 4 Nov 2025 13:55:07 +0100 Subject: [PATCH 6/6] Update release date --- content/en/docs/releasenotes/studio-pro/10/10.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/studio-pro/10/10.24.md b/content/en/docs/releasenotes/studio-pro/10/10.24.md index 62fbae2e8c1..c537ad40d6d 100644 --- a/content/en/docs/releasenotes/studio-pro/10/10.24.md +++ b/content/en/docs/releasenotes/studio-pro/10/10.24.md @@ -12,7 +12,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for ## 10.24.11 {#102411} -**Release date: November 3, 2025** +**Release date: November 4, 2025** {{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.11" text="Go to Marketplace" title="Download version 10.24.11 from the Marketplace" %}}