This release enables Session Replay protection as a security measure to prevent session hijacking and replay attacks. This means any user with an active session will be automatically logged out after a configured length of time. The default is 600 minutes (10 hours), but this can be customized by setting maximum_session_duration_minutes to the desired session duration in minutes in your deployment configuration file.
To disable this feature, set session_replay_protection_enabled=false in the deployment configuration file.
Additionally this release includes additional resources and handling for the server.
Full Changelog: v3.24.0...v3.25.0