@@ -104,6 +104,23 @@ Issue tracker: https://github.com/hierynomus/sshj/issues
104104Fork away!
105105
106106== Release history
107+ SSHJ 0.33.0 (2022-04-22)::
108+ * Upgraded dependencies BouncyCastle (1.70)
109+ * Merged https://github.com/hierynomus/sshj/pull/687[#687]: Correctly close connection when remote closes connection.
110+ * Merged https://github.com/hierynomus/sshj/pull/741[#741]: Add support for testcontainers in test setup to test more scenarios
111+ * Merged https://github.com/hierynomus/sshj/pull/733[#733]: Send correct key proposal if client knows CA key
112+ * Merged https://github.com/hierynomus/sshj/pull/746[#746]: Fix bug in reading Putty private key file with passphrase
113+ * Merged https://github.com/hierynomus/sshj/pull/742[#742]: Use Config.keyAlgorithms to determine rsa-sha2 support
114+ * Merged https://github.com/hierynomus/sshj/pull/754[#754]: Use SFTP protocol version to set FXP rename flags conditionally
115+ * Merged https://github.com/hierynomus/sshj/pull/752[#752]: Correctly start and terminate KeepAlive thread
116+ * Merged https://github.com/hierynomus/sshj/pull/753[#753]: Provide better thread names
117+ * Merged https://github.com/hierynomus/sshj/pull/724[#724]: Add parameter to limit read ahead length
118+ * Merged https://github.com/hierynomus/sshj/pull/763[#763]: Try all public key algorithms for a specific key type
119+ * Merged https://github.com/hierynomus/sshj/pull/756[#756]: Remove deprecated proxy connect methods
120+ * Merged https://github.com/hierynomus/sshj/pull/770[#770]: Add support for `ed25519` `aes-128-cbc` keys
121+ * Merged https://github.com/hierynomus/sshj/pull/773[#773]: Fix NPE when reading empty OpenSSHKeyV1KeyFile
122+ * Merged https://github.com/hierynomus/sshj/pull/777[#777]: Don't request too many read-ahead packets
123+
107124SSHJ 0.32.0 (2021-10-12)::
108125* Send EOF on channel close (Fixes https://github.com/hierynomus/sshj/issues/143[#143], https://github.com/hierynomus/sshj/issues/496[#496], https://github.com/hierynomus/sshj/issues/553[#553], https://github.com/hierynomus/sshj/issues/554[#554])
109126* Merged https://github.com/hierynomus/sshj/pull/726[#726]: Parse OpenSSH v1 keys with full CRT information present
0 commit comments