File: Changelog

package info (click to toggle)
python-ncclient 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 876 kB
  • sloc: python: 6,663; makefile: 83
file content (120 lines) | stat: -rw-r--r-- 2,467 bytes parent folder | download | duplicates (2)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
version 0.6.0
-------------

* Re-enabled Python 3.7 by changing "async" to "async_mode" in several locations


version 0.5.4
-------------

* No major functionality, accumulation of small fixes since 0.5.3 (see commit history)
* Disable Python 3.7 due to use of "async" (a new Python keyword) in some functions


version 0.5.3
-------------

Fixes/Enhancements
==================

* Add notifications support
* Add support for ecdsa keys
* Various bug fixes


version 0.5.2
-------------

Fixes/Enhancements
==================

* Add support for Python 3
* Improve Junos ioproc performance
* Performance improvements
* Updated test cases
* Many bug and performance fixes

version 0.4.7
-------------

Fixes/Enhancements
==================

* Add support for netconf 1.1


version 0.4.6
-------------

Fixes/Enhancements
==================

* Fix multiple RPC error handling
* Add support for cancel-commit and persist param
* Add more examples

version 0.4.5
-------------

Device Support
==============
* Add Huawei device support
* Add cli command support for hpcomware v7 devices
* Add H3C support, Support H3C CLI,Action,Get_bulk,Save,Rollback,etc.
* Add alcatel lucent support

Fixes
=====
* Rewrite multiple error handling
* Add coveralls support, with shield in README.md
* Set severity level to higher when multiple
* Simplify logging and multi-error reporting
* Keep stacktrace of errors
* Check for known hosts on hostkey_verify only
* Add check for device sending back null error_text
* Fix RPC.raise_mode
* Specifying hostkey_verify=False should not load_known_hosts
* Check the correct field on rpc-error element

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