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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,27 @@ lts: true
11
11
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 9 release for apps in production.
12
12
{{% /alert %}}
13
13
14
+
## 9.24.42
15
+
16
+
**Release date: March ___ , 2026**
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" %}}
19
+
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.
26
+
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.
0 commit comments