Maverick Synergy 3.1.4 - 18 Nov, 2025
Features
o New Optional for setting the sudo password once.
o Renamed drain method in ShellProcess to waitFor and deprecated old name.
Bug Fixes
o Fixed race condition in AuthenticationProtocolClient with more aggressive synchronization.
o Moved CallbackSession isStopped to before retry interval to ensure it stops immediately after disconnect.
o Added connect timeout option to CallbackClient.
o Fix issues with authenticating with SHA-2 RSA certificates.
o Remote unix domain socket tunnels did not work (local was OK).
o If IdleConnectionTimeoutSeconds is set to zero (never timeout), and the ping message is never replied to, the connection would be dropped, but disconnection events would not be sent, and the disconnect future would not be released.
o Fixed connection timeout.
o Removed duplicate shutdown hook.
o Don't pass properties file parent to register to avoid a NullPointerException on /logging.properties
o Local filtering in SftpClient not activated if remote filtering extension not available.