Skip to content

Commit a291cd8

Browse files
committed
upload RNs
1 parent 15a74b4 commit a291cd8

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

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

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

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

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.
33+
34+
1435
## 9.24.41
1536

1637
**Release date: January 13, 2026**

0 commit comments

Comments
 (0)