File tree Expand file tree Collapse file tree 4 files changed +950
-2110
lines changed Expand file tree Collapse file tree 4 files changed +950
-2110
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,15 @@ Changes
8
8
---------
9
9
10
10
* Upgrade embedded ``libssh2 `` in binary wheels to latest version plus enhancements.
11
- * Adds support for ECDSA host and client keys.
11
+ * Adds support for ECDSA host keys.
12
12
* Adds support for SHA-256 host key fingerprints.
13
13
* Added SSH agent forwarding implementation.
14
14
* Windows wheels switched to OpenSSL back end.
15
15
* Windows wheels include zlib and have compression enabled.
16
16
* Windows wheels no MAC and no encryption options enabled, same as posix wheels.
17
17
* SCP functions now raise appropriate exception for all known libssh2 error codes.
18
+ * ``ssh2.session.Session.disconnect `` now returns ``0 `` on success and raises exceptions on errors.
19
+ * All session ``userauth_* `` functions now raise specific exceptions.
18
20
19
21
Fixes
20
22
-------
You can’t perform that action at this time.
0 commit comments