Release Notes 2025.5

Version 2025.5.2.3862

FIX: Server cleans up valid tokens during bootup

Fixed a timezone issue in the token cleanup process that caused valid tokens to be mistakenly deleted during server startup due to a timezone mismatch.

FIX: Workflow error when using ForEach step

Fixed a bug where workflows containing ForEach steps fail with a “User not logged in” error. The issue was caused by the user context not being correctly propagated into each loop iteration. We reverted changes made in FIX: Workflow UI task was not working in ForEach block which solves the issues as a temporary solution. We will rework the code again to fix this permanently.