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.18.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,27 @@ weight: 82
8
8
disable_usercentrics: true
9
9
---
10
10
11
+
## 10.18.13 {#101813}
12
+
13
+
**Release date: January 8, 2026**
14
+
15
+
{{% button color="info" href="https://marketplace.mendix.com/link/studiopro/10.18.13" text="Go to Marketplace" title="Download version 10.18.13 from the Marketplace" %}}
16
+
17
+
### Improvements
18
+
19
+
- We introduced a new log node named `SystemTask` for logging system management actions.
20
+
- We improved the performance of runtime statistics collection.
21
+
- We improved the scheduling of cluster node management actions.
22
+
- We added batching to the `session keep-alive` and `last action execution update` maintenance tasks. The batch size can be changed using the `SessionKeepAliveUpdateBatchSize` and `LastActionExecutionUpdateBatchSize` runtime settings.
23
+
- We now remove web service user sessions if they are expired.
24
+
- We now cleanup expired sessions in batches instead of all at once.
25
+
26
+
### Fixes
27
+
28
+
- We fixed an issue where trying to delete a huge number (millions) of anonymous sessions during startup would cause out of memory errors. We now delete sessions and anonymous users in batches to avoid this problem. (Ticket 257047)
29
+
- We now avoid resetting failed login count during login when it is already zero. (Ticket 260858)
30
+
- We fixed the issue that invalid sessions without an associated user were never removed from the database.
0 commit comments