Skip to content

Commit 61b8d2e

Browse files
committed
bring in RNs
1 parent 6690c9a commit 61b8d2e

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

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

content/en/docs/releasenotes/studio-pro/10/10.24.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,29 @@ weight: 76
1010
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
1111
{{% /alert %}}
1212

13+
## 10.24.8 {#10248}
14+
15+
**Release date: September ____, 2025**
16+
17+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.8" text="Go to Marketplace" title="Download version 10.24.8 from the Marketplace" %}}
18+
19+
### Improvements
20+
21+
- When tracing is enabled, the maximum depth of microflow calls and the maximum number of loops that are reported can be configured using the `mendix.tracing.max.microflow.depth` and `mendix.tracing.max.loop.iteration` JVM properties. The default value of these properties are `10`. The microflow call depth is calculated per runtime node and does not take into account calls made into other Mendix runtimes through REST/WebServices calls.
22+
23+
### Fixes
24+
25+
- **10.24.7 Fix** — We fixed a critical issue in 10.24.7 (only) where application startup would fail when upgrading a database originally created with a Mendix version before 10.17 and using foreign key constraints.
26+
27+
- We fixed an issue where changing MxAdmin user's name in Studio Pro does not result in changing MxAdmin user's name in database. (Ticket 255505)
28+
- We fixed an issue where SVG images would load with incorrect dimensions. (Ticket 258901)
29+
- When using Oracle, we no longer use `dbms.lob_substr` in the generated SQL for enumeration attributes with values shorter than 2000 characters. (Ticket 259283)
30+
- We fixed an issue where database synchronization could fail on SQL Server when a specialization of `System.User` was removed and there was still an `owner` or `changedBy` reference from an instance of `System.User` or a different specialization of it to an instance of the specialization being removed.
31+
- We fixed an issue when saving a file, so that the suggested name would show as untitled.
32+
- We fixed an issue in Create Object Activity which would fail when creating an instance of a remote non-persistable entity in a microflow.
33+
- We fixed an issue in consumed REST services where choosing an OpenAPI contract without any operations would result in an error.
34+
- We fixed an issue where a warning was logged on startup about an already registered Jetty gauge when multiple listening addresses are specified. The connection metrics for Jetty are added per listening address and they now contain a tag `port` with the port number and a tag `host` if a host is specified. This is applicable to the metrics `jetty.connections.bytes.in`, `jetty.connections.bytes.out`, `jetty.connections.current`, `jetty.connections.max`, `jetty.connections.messages.in`, `jetty.connections.messages.out`, and `jetty.connections.request`. Be aware of the fact that there are usually two listening addresses when you specify **Open to current machine** for Runtime port security, for example 127.0.0.1 and ::1.
35+
1336
## 10.24.7 {#10247}
1437

1538
**Release date: September 19, 2025**

0 commit comments

Comments
 (0)