Releases: akarneliuk/pygnmi
Releases · akarneliuk/pygnmi
v0.3.8
- Merged the proposal how to implement TLS with override for Cisco IOS XR (tested for Cisco IOS XR, to be tested for other vendors yet)
- Merged examples with TLS
v0.3.7
- Added the argument
encoding
as an extra key toSet
operation
v0.3.6
- Added the argument
encoding
toGet
operation
v0.3.5
- Added the example for Nornir Integration
- Added the topology diagram
- Added links to the video tutorial
v0.3.4
- Added the
close
method togNMIClient
class for those, who doesn't usewith ... as ...
context manager.
v0.3.3
- Added the functionality to pass gRPC messages to the code execution
v0.3.2
- Minor bugs fixed.
v0.3.1
- Minor bugs fixed.
- Added examples of gNMI operations.
v0.3.0
- Added new function
telemetryParser
, which converts Protobuf messages in Python dictionary. - Fixed the errors with the telemetry parsing.
v0.2.7
- Modified core so that telemetry is working in
once
andstream
mode.