From eacf50c81a67c2aebe9f7d92d23a0373842a63c7 Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sun, 11 Aug 2013 16:34:01 -0700 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index da0937e..6cb15b8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,7 @@ 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) -+ Add 'unconfirmed writes' feature to `RemoteFileOutputStream`, allowing for major speedups in SFTP upload. (GH-97) ++ Add 'unconfirmed writes' feature to `RemoteFileOutputStream`, allowing for major speedups in SFTP upload (should be at least 2x, ymmv). (GH-97) + We were missing a socket flush during the initial SSH banner exchange. + Transport/Connection/SFTP layer timeout methods are now millisecond granularity. `getTimeout()`/`setTimeout()` are called `getTimeoutMs()`/`setTimeoutMs()` respectively. + Simplified the `UserAuth.authenticate(..)` interface by making it one-method-at-time, with the trial and error business happening in `SSHClient`.