Releases: Juniper/py-junos-eznc
Releases · Juniper/py-junos-eznc
Release 2.6.1
Enhancement Added
- Flag for json.loads() for special character like newline was made false by default. #1029
Bugs Fixed
Release 2.6.0
Enhancement Added
- Python 2 support removed from this release.
- Session-id variable added to support telnet based persistent connection in Juniper supported ansible collections.
Release 2.5.4
Features Added
- cRPD model check to be added for on-box junos #1084
Bugs Fixed
- support use-fast-diff in diff/pdff function #1088
- Zeroize handling modified for scenario where only warning is returned in the rpc-reply #1087
- ntc_template and textfsm module's installation made optional and to be done explicitly if one want to use PyEZ table/view for other vendors cli o/p parsing. #1085
- Checksum algorithm argument to be passed during remote checksum in software installation. #1083
- docstring initialized with empty string as it becomes empty if optimization flag is added. #1081
Release 2.5.3
Bugs Fixed
vmhost single re based image upgrade is failing while reboot #1071
Release 2.5.2
v1.3.4-iAgent
- For healthbot
Release 2.5.1
v1.3.3-iAgent
Latest code for iAgent
Release 2.5.0
Features Added
- Black tool integrated and checked in Travis.
- Versioneer support added for the code.
- Changes for ansible actions of the reboot, shutdown to be handled in PyEZ
Bugs Fixed
- sax parser filter generation generic logic #1047
- Changes for the msg displayed in case of failure in software update #1030
- fix for default ssh_config path in windows #1043
- ntc_template latest version uses textfsm 1.1.0 #1042
- drop hard dependency on unittest2 #1040
Note:
Due to changes in software install functionality, the return type has changed for the function sw.install.
Now it will return tuple in place of Boolean, Tuple contains Success/Failure status and software install message (if any)
Before:
bool_ret = sw.install(...)
Now:
bool_ret, msg = sw.install(...)
Release 2.4.1
Features Added
- None