forked from ncclient/ncclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
42 lines (33 loc) · 839 Bytes
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
version 0.4.3
-------------
Features
========
* Nexus exec_command operation
* Allow specifying multiple cmd elements in Cisco Nexus
* Update rpc for nested rpc-errors
Fixes
=====
* Prevent race condition in threading
* Prevent hanging in session close
version 0.4.2
-------------
Features
========
* Support for paramiko ProxyCommand via ~/.ssh/config parsing
* Add Juniper-specific commit operations
* Add Huawei devices support
* Tests/Travis support
* ioproc transport support for Juniper devices
* Update Cisco CSR device handler
Fixes
=====
* Fix issue with locked method missing device handler
* Fix for namespace definition with lxml
* Add missing SessionError exception
* Update docs for Nexus device handler
* Docstring fixes
* Typos
* Minor bugfixes
Other
=====
* Add an example for Cisco CSR1000v