mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-08 00:00:54 +03:00
Updated Changelog (markdown)
@@ -6,7 +6,8 @@ version 0.9.0-SNAPSHOT
|
|||||||
+ Possibility of `ArrayIndexOutOfBoundsException` on `channelOutputStream.write()` (GH-99, GH-104)
|
+ Possibility of `ArrayIndexOutOfBoundsException` on `channelOutputStream.write()` (GH-99, GH-104)
|
||||||
+ We were missing a socket flush during the initial SSH banner exchange.
|
+ 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.
|
+ Connection and transport layer timeout methods are now millisecond granularity. `getTimeout()`/`setTimeout()` are called `getTimeoutMs()`/`setTimeoutMs()` respectively.
|
||||||
+ .. TODO
|
+ Visibility issue on some channel request info received from server like exit status (GH-114)
|
||||||
|
|
||||||
|
|
||||||
version 0.8.1
|
version 0.8.1
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
Reference in New Issue
Block a user