Releases: ContainerSSH/sshserver
2.0.0-alpha.1: Metadata
This release adds the ability to return metadata from the authentication process.
1.0.0: First stable release
This is the first stable tag of this library for ContainerSSH 0.4.0.
0.9.26: Fixed race condition on close
This release fixes a potential race condition when closing connections.
0.9.25: Adding readRemaining to signal test
This release adds a readRemaining call to the signal test.
0.9.24: Use new agent feature to run tests
This release brings down the timeouts again and uses the new wait-signal
feature in the ContainerSSH guest agent to wait for signal.
0.9.23: Increased conformance test timeout
This release increases the timeouts on the conformance tests.
0.9.22: Changing ChannelRejection to log.Message
In this release the ChannelRejection
interface is changed to be a log.Message
type to afford better compatibility and avoid exposing information to users that shouldn't be exposed. It also adds the NewChannelRejection
method to make it easier to create rejection messages.
0.9.21: Exporting cipher and algo variables
This release exports cipher and algo variables for consumption in modules that need to interact with SSH.
0.9.20: Adding connectionId
This release adds the connectionId field to the log messages that were missing it.
0.9.19: Better logging of backend failures
This release adds an error to OnHandshakeSuccessful hooks to better log cases where the backend rejects the connection after the authentication was successful.