mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
0.7.0
10
Changelog.md
10
Changelog.md
@@ -1,7 +1,15 @@
|
||||
version 0.7.0
|
||||
--------------
|
||||
|
||||
+ TODO
|
||||
+ GH-41: `OpenSSHKnownHosts` re-implemented to better support the format seen in the wild, e.g. optional markers.
|
||||
+ `SocketClient` made public so that SSHClient can be mocked for testing.
|
||||
+ GH-37: Publish sources jar.
|
||||
+ Fixed typo on `SFTPClient.getFileTansfer()`
|
||||
+ Removed deprecated methods on `Session.Command`, `getOutputAsString()` and `getErrorAsString()`.
|
||||
+ Window adjustments were being logged incorrectly, fixed.
|
||||
+ GH-47: Fix a condition where `ChannelOutputStream` writes or flushes may wrongly block sitting around waiting for window adjustments where none was required. Issue was observed with non-OpenSSH servers like dropbear and WinSSHD.
|
||||
+ GH-50: Fix for using sshj in OSGi.
|
||||
+ GH-26: Local port forwarding - there was no way to cleanly close the server socket.
|
||||
|
||||
version 0.6.1
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user