Skip to content

Commit 80be3e9

Browse files
authored
Merge pull request #10130 from mendix/ctl-10.24.8
10.24.8 Studio Pro RNs
2 parents 367925e + 3af11c0 commit 80be3e9

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

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

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

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,34 @@ 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 24, 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+
- We fixed an issue where changing a MxAdmin user's name in Studio Pro does not result in changing MxAdmin user's name in database. (Ticket 255505)
27+
- We fixed an issue where SVG images would load with incorrect dimensions. (Ticket 258901)
28+
- 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)
29+
- We fixed an issue where database synchronization failed 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.
30+
* We fixed an issue affecting file saving which made named files appear untitled. Previewed file names now work as intended.
31+
- We fixed an issue in the Create object activity which would fail when creating an instance of a remote non-persistable entity in a microflow.
32+
- We fixed an issue in consumed REST services where choosing an OpenAPI contract without any operations would result in an error.
33+
- 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.
34+
1335
## 10.24.7 {#10247}
1436

1537
**Release date: September 19, 2025**
1638

1739
{{% alert color="warning" %}}
18-
We have retracted version 10.24.7 due to an issue in database schema migration. We advise customers not to deploy applications with this version, and to upgrade their apps to versions 10.24.8 (which will soon be out) and above.
40+
We have retracted version 10.24.7 due to an issue in database schema migration. We advise customers not to deploy applications with this version, and to upgrade their apps to versions [10.24.8](#10248) and above.
1941
{{% /alert %}}
2042

2143
### Improvements

0 commit comments

Comments
 (0)