diff --git a/Changelog.md b/Changelog.md index ef51ff1..98de1de 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ version 0.9.0-SNAPSHOT + Throw `IllegalStateException` for sanity-checking instead of assert statements inside `SSHClient` (GH-89) + Use debug rather than info logging when failing to load keys from a location in `sshClient.authPublickey(user, locations...)` (GH-84) + Possibility of `ArrayIndexOutOfBoundsException` on `channelOutputStream.write()` (GH-99, GH-104) ++ We were missing a socket flush during the initial SSH banner exchange. ++ Connection and transport layer timeout methods are now millisecond granularity. `getTimeout()`/`setTimeout()` are called `getTimeoutMs()`/`setTimeoutMs()` respectively. + .. TODO version 0.8.1