Releases: akarneliuk/pygnmi
Releases · akarneliuk/pygnmi
v0.4.5
- Minor bug fix.
v0.4.4
- Minor bug fix.
v0.4.3
- Added possibility to modify the timeout (default value is 5 seconds) for the session using
gnmi_timeout
key forgNMIclient
class.
v0.4.2
- Modified the path generation to comply with
gNMI Path encoding conventions <https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-path-conventions.md>
_. - Fixed the problem
debug
output, where the requests where not printed in case of response failing.
v0.4.1
- Minor bug fix
v0.4.0
- Added support for Juniper JUNOS
- Fixed the issue with
override
for PKI-based certificates
v0.3.12
- Minor bug fix.
v0.3.11
- Minor bug fix.
v0.3.10
- Renamed the debug mode. Add argument
debug=True
upon object creation to see the Protobuf messages.
v0.3.9
- Added functionality to list the full the device configuration in case the path is empty:
get(path[])
.