You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ Change Log
7
7
Changes
8
8
--------
9
9
10
+
* Added ``scp_send`` and ``scp_recv`` functions to native clients for sending and receiving files via SCP respectively.
11
+
* Refactoring - clients moved to their own sub-package - ``pssh.clients`` - with backwards compatibility for imports from ``pssh.pssh_client`` and ``pssh.pssh2_client``.
12
+
* Show underlying exception from native client library when raising ``parallel-ssh`` exceptions.
13
+
* ``host`` parameter added to all exceptions raised by parallel clients - #116
14
+
* Deprecation warning for client imports.
15
+
* Deprecation warning for default client changing from paramiko to native client as of ``2.0.0``.
10
16
* Upgrade embedded ``libssh2`` in binary wheels to latest version plus enhancements.
11
17
* Adds support for ECDSA host keys for native client.
12
18
* Adds support for SHA-256 host key fingerprints for native client.
@@ -19,7 +25,7 @@ Fixes
19
25
20
26
* Windows native client could not connect to newer SSH servers - thanks Pavel.
21
27
22
-
Note - changes apply to binary wheels only. See building from source instructions to make system packages.
28
+
Note - libssh2 changes apply to binary wheels only. For building from source, `see documentation <http://parallel-ssh.readthedocs.io/en/latest/installation.html#building-from-source>`_.
0 commit comments