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/10/10.24.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,43 @@ weight: 76
10
10
This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for apps in production.
11
11
{{% /alert %}}
12
12
13
+
14
+
## 10.24.10 {#102410}
15
+
16
+
**Release date: October ___, 2025**
17
+
18
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.10" text="Go to Marketplace" title="Download version 10.24.10 from the Marketplace" %}}
19
+
20
+
21
+
### Improvements
22
+
23
+
- We added support for Oracle 23.
24
+
- We increased the default size of popup dialogs that contain expression fields, to allow for easier editing of the expressions.
25
+
- We now avoid resetting failed login count during login when it is already zero. (Ticket 260858)
26
+
- We optimized the page exports for the React and Native clients. This can lead up to a 35% decrease in the exported page size making the resulting bundle a lot smaller.
27
+
28
+
### Fixes
29
+
30
+
- We fixed an issue in the Studio Pro XPath constraint parser that incorrectly allowed associations and associated objects to be compared to boolean values or empty, while that was not supported on the runtime. The following constructs will now lead to consistency errors (Tickets 254830 and 258029):
- We fixed an issue in the Studio Pro XPath constraint parser that not treated `true` and `false` the same as their function equivalents (`true()` and `false()` respectively).
36
+
- We fixed a memory leak that ocurred when editing an action of a Microflow.
37
+
- Fixed an issue in Offline apps that may result in that data validations of microflow calls are not properly handled.
38
+
- We fixed "no such column" error when synchronizing a file or image derived entity which itself is derived by another entity with an offline synchronization mode (Ticket 261700).
39
+
- We fixed an issue with Offline PWAs when using the React client where changes to the application would not be shown to the user without clearing the cache. (Ticket 260673)
40
+
- We fixed a non-fatal crash in the studio pro installer when the installer is checking if the dotnet version is already installed or not. (Ticket 253218)
41
+
- We fixed an issue in Domain Model Editor where navigating to a specific OQL view entity with a consistency error from the Error pane would result in an error if the "Show View Entity" option was disabled. (Ticket 256365)
42
+
- We fixed an issue preventing opening apps passed as startup arguments for Studio Pro in MacOS.
43
+
- We fixed an issue where the dropdown reopened automatically after closing.
44
+
- 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)
45
+
- We fixed an issue where duplicate responsive navigation profiles could not be removed.
46
+
- We fixed an issue with using a dash `-` in the *Organization Name* of a pluggable widget.
47
+
- We fixed an issue where the React client would not get bundled when deploying for Eclipse. (ticket 258470)
48
+
- Fixed an issue where building an app in different Culture would result in decimal numbers changing their decimal separator.
0 commit comments