mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +03:00
Updated Changelog (markdown)
@@ -8,7 +8,7 @@ version 0.9.0-SNAPSHOT
|
|||||||
+ We were missing a socket flush during the initial SSH banner exchange.
|
+ 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.
|
+ 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`.
|
+ Simplified the `UserAuth.authenticate(..)` interface by making it one-method-at-time, with the trial and error business happening in `SSHClient`.
|
||||||
+ Added `userAuth.getAllowedMethods()` (GH-106)
|
+ Added `UserAuth.getAllowedMethods()` (GH-106)
|
||||||
+ `StatefulSFTPClient.cd()` should not update internal cwd state if stat fails (GH-90)
|
+ `StatefulSFTPClient.cd()` should not update internal cwd state if stat fails (GH-90)
|
||||||
+ Potential visibility issue on some channel request info received from server like exit status (GH-114)
|
+ Potential visibility issue on some channel request info received from server like exit status (GH-114)
|
||||||
+ dependency version updates
|
+ dependency version updates
|
||||||
|
|||||||
Reference in New Issue
Block a user