Skip to content

Commit 6139a92

Browse files
authored
Merge pull request #10429 from mendix/ctl-10.24.13
10.24.13 RNs
2 parents 4696723 + d0b4fa2 commit 6139a92

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

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

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

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,45 @@ 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.13 {#102413}
14+
15+
**Release date: December 1, 2025**
16+
17+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.24.13" text="Go to Marketplace" title="Download version 10.24.13 from the Marketplace" %}}
18+
19+
### Improvements
20+
21+
- We added support for the following database versions:
22+
- PostgreSQL 18
23+
- Microsoft SQL Server 2025
24+
- We introduced the [batch conversion](/refguide/mendix-client/batch-conversion/) capability in Studio Pro for converting the old widgets that are no longer supported by the [React client](/refguide/mendix-client/react/).
25+
- We now cleanup expired sessions in batches instead of all at once.
26+
27+
### Fixes
28+
29+
- We fixed an error in the studio pro installer when the installer is checking if the dotnet version is already installed or not. (Ticket 253218)
30+
- We fixed an issue where unsaved changes of the System Text editor would be committed when running the app locally. (Ticket 259664)
31+
- We fixed an issue that prevented some users to authenticate in Studio Pro. (Ticket 259700)
32+
- SQLite files are now included in the service worker’s pre-cache list to ensure they are available offline. (Ticket 264140, Ticket 264910)
33+
- We fixed an error when typing invalid values in the zoom combo box on the page editor in **Structure** mode.
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+
- We fixed the issue that invalid sessions without an associated user were never removed from the database.
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 would not be clickable when nested in a container.
38+
1339
## 10.24.12 {#102412}
1440

1541
**Release date: December 1, 2025**
1642

1743
{{% 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" %}}
1844

1945
### Improvements
20-
2146
- 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*.
2247
- 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.
2348
- We now log a warning when runtime operation parameters are missing during a database retrieval with an XPath constraint.
2449
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)
2550

2651
### Fixes
27-
2852
* 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).
2953
* 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.
3054
- 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

Comments
 (0)