File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ Change Log
2
+ =============
3
+
4
+ 0.4.0
5
+ ------
6
+
7
+ Changes
8
+ ________
9
+
10
+ * Implemented SCP send and recv methods, all versions.
11
+ * Conditional compilation of features requiring newer versions of libssh2.
12
+ * Implemented channel receive window adjust, x11_*, poll and handle extended data methods.
13
+ * Implemented session get/set blocking, get/set timeout.
14
+ * Updated agent connection error exception name.
15
+ * Renamed session method name to match libssh2.
16
+ * Info extension classes for SCP file stat structure.
17
+
18
+
19
+ 0.3.1
20
+ ------
21
+
22
+ Changes
23
+ _________
24
+
25
+ * Added context manager to SFTP handle
26
+ * Implemented SFTP write, seek, stat, fstat and last_error methods.
27
+ * Implemented SFTPAttribute object creation and de-allocation - added unit test.
28
+
29
+
30
+ 0.3.0
31
+ --------
32
+
33
+ Changes
34
+ ________
35
+
36
+ * Updated API
37
+ * Updated session, channel, agent and pkey to accept any string type arguments.
38
+ * Added get_exit_signal implementation for channel.
You can’t perform that action at this time.
0 commit comments