You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/9/9.24.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,21 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
15
15
16
16
**Release date: March ___ , 2026**
17
17
18
-
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.42" text="Go to Marketplace" title="Download version 9.24.41 from the Marketplace" %}}
18
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/9.24.42" text="Go to Marketplace" title="Download version 9.24.42 from the Marketplace" %}}
19
19
20
20
### Improvements
21
-
22
-
- Studio Pro has been updated to run on .NET 10 instead of .NET 8. As a result, .NET 10 is now a required prerequisite for the application.
23
-
-Update the .NET runtime version installed with Studio Pro to .NET 10.0.3.
24
-
- We have improved the performance of session cleanup.
25
-
- We have changed the level of log messages on the SystemTask log node to debug. For non-development deployments this log node was set to info, which was causing too many messages.
21
+
22
+
- Studio Pro has been updated to run on .NET 10 instead of .NET 8. As a result, .NET 10 is now a [required prerequisite](/refguide9/system-requirements/#software-specifications) for the application.
23
+
-We updated the .NET runtime version installed with Studio Pro to .NET 10.0.3.
24
+
- We improved the performance of session cleanup.
25
+
- We changed the level of log messages on the **SystemTask** log node to debug. For non-development deployments this log node was set to info, which was causing too many messages.
26
26
27
27
### Fixes
28
-
29
-
- We fixed an issue where an Import Mapping would not read JSON attribute values when a JSON attribute was preceded by another attribute with an attribute name that is a prefix. For example `StatusId` and `Status`. We also improved how JSON objects were read when one object name was a prefix of another object name. (Ticket 266571)
30
-
- We fixed an issue where a long-running after startup microflow causes the node to be assumed crashed by other nodes. (Ticket 269993)
31
-
- We fixed an issue where changing the queue parallelism through a microflow constant was not working correctly for cluster-wide queues. (Ticket 267097)
32
-
- We fixed an issue in Import/Export mapping in Studio Pro where elements except first of the child array in JSON were omitted.
33
28
29
+
- We fixed an issue where an import mapping would not read JSON attribute values when a JSON attribute was preceded by another attribute with an attribute name that is a prefix. For example `StatusId` and `Status`. We also improved how JSON objects were read when one object name was a prefix of another object name. (Ticket 266571)
30
+
- We fixed an issue where changing the queue parallelism through a microflow constant was not working correctly for cluster-wide queues. (Ticket 267097)
31
+
- We fixed an issue where a long-running after startup microflow causes the node to be assumed crashed by other nodes. (Ticket 269993)
32
+
- We fixed an issue in import/export mapping in Studio Pro where elements except first of the child array in JSON were omitted.
34
33
35
34
## 9.24.41
36
35
@@ -57,7 +56,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
57
56
* We fixed an issue that caused slow serialization of Mendix objects in microflow responses when entity access was not applied during retrieval. Serialization speed is now comparable as when entity access is applied. (Ticket 226097)
58
57
* We fixed an error in the Studio Pro installer when the installer is checking if the .NET version is already installed or not. (Ticket 253218)
59
58
* We fixed an issue where trying to delete a huge amount (millions) of anonymous sessions during startup would cause OOM errors. We now delete sessions and anonymous users in batches to avoid this problem. (Ticket 257047)
60
-
* We fixed an issue where JSON Import mappings stopped finding objects. (Ticket 258507)
59
+
* We fixed an issue where JSON import mappings stopped finding objects. (Ticket 258507)
61
60
* In the logic editors, we fixed a performance issue that affected locally running projects containing several microflows. (Ticket 259254)
62
61
* We fixed an issue where unsaved changes of the **System Text** editor would be committed when running the app locally. (Ticket 259664)
63
62
* We fixed an issue that prevented some users to authenticate in Studio Pro. (Ticket 259700)
@@ -95,7 +94,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
95
94
96
95
### Fixes
97
96
98
-
* We fixed an issue where **Import Mappings** using **Find an object (by key)** or **Call a microflow** did not create an object for valid input. (Tickets 255130, 260462)
97
+
* We fixed an issue where import mappings using **Find an object (by key)** or **Call a microflow** did not create an object for valid input. (Tickets 255130, 260462)
99
98
100
99
## 9.24.39
101
100
@@ -123,7 +122,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for a
123
122
### Fixes
124
123
125
124
* Dependencies for a portable version of Studio Pro (WebView2, OpenJDK, and Gradle) are now placed inside the application's installation folder. Installing or removing a specific version of portable Studio Pro no longer affects the dependencies of other installed versions. (Ticket 244240)
126
-
* We fixed an issue in Import Mappings where object properties were not connected correctly to mapped attributes, resulting in empty import values. (Tickets 254351, 256716, 256726)
125
+
* We fixed an issue in import mappings where object properties were not connected correctly to mapped attributes, resulting in empty import values. (Tickets 254351, 256716, 256726)
127
126
* We fixed an issue where keyboard shortcuts could not be used when editing JSON or SCSS files. (Ticket 256301)
128
127
* We fixed an issue in the interactive documentation (Swagger UI) page for published OData services which indicated it did not support OpenAPI version 3.0.4. (Tickets 256982 and 257611)
129
128
* We fixed an issue in offline synchronization (using the **Synchronize unsynchronized objects** and **Synchronize all** actions) that could result in error log statements and `System.SynchronizationError` objects containing a text *"Changing member failed for security reasons, no write access for changed member"*. That was caused by the offline client trying to synchronize a change for a member that was inaccessible by that user.
0 commit comments