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
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
34
34
- We fixed an issue where scheduled events with "On overlap" configured as "Delay next" would cause a lot of "Skipping the update of ScheduledEvent because it's running; retrying in 7 seconds." log messages, if the application was started with some time between the shutdown and the restart.
35
35
- We fixed the issue that invalid sessions without an associated user were never removed from the database.
36
36
- Only log 404 errors in development mode to reduce log noise in production environments. Server access logs should be used for 404 tracking in production.
37
-
- We fixed a bug where the File Uploader wouldn't be clickable when nested in a container.
37
+
- We fixed a bug where the File Uploader would not be clickable when nested in a container.
38
38
39
39
## 10.24.12 {#102412}
40
40
@@ -43,14 +43,12 @@ This is the [LTS](/releasenotes/studio-pro/lts-mts/#lts) version 10 release for
43
43
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.12" text="Go to Marketplace" title="Download version 10.24.12 from the Marketplace" %}}
44
44
45
45
### Improvements
46
-
47
46
- We implemented a feature that allows filtering out spans by their name. For more information, see the [Testing](/refguide/tracing-in-runtime/#testing) section of *Tracing*.
48
47
- The logout API in the new client `mx-api` now supports an optional params object with `reloadOnSuccess` flag. By default, `mx-api/logout` automatically reloads the page after a successful logout if you call it with no params object. If you pass a params object `{reloadOnSuccess: false}`, the automatic reload is disabled so you can implement your own custom logout flow and trigger reload yourself when needed.
49
48
- We now log a warning when runtime operation parameters are missing during a database retrieval with an XPath constraint.
50
49
This can happen, for example, when a nanoflow retrieve activity uses an XPath constraint that references an associated object that is not yet available in the nanoflow scope. In such cases, that would lead to unresolvable XPath. (Ticket 260339)
51
50
52
51
### Fixes
53
-
54
52
* We upgraded the JDBC driver for Microsoft SQL Server to version 12.8.2, because of [CVE-2025-59250](https://www.cve.org/CVERecord?id=CVE-2025-59250).
55
53
* If you connect to SQL Server using integrated security in a module such as [Database Connector](https://marketplace.mendix.com/link/component/2888), you may need to update the JDBC driver in `userlib` as well.
56
54
- We fixed an issue where OQL query parsing would fail if the query included a numeric WHEN clause without an accompanying ELSE condition. (Ticket 255719)
0 commit comments