Releases: akarneliuk/pygnmi
Releases · akarneliuk/pygnmi
v0.2.5
- Added typing hints
v0.2.4
- Minor bugfixing
v0.2.3
- Added support for IPv6 transport (now you can connect to the network function over IPv6).
v0.2.2
- Adding conversion of the collected information over the gNMI into a Python dictionary for Set operation.
v0.2.1
- Fixing the bugs with improper Protobuf paths generation
- Now all
Set
operations (delete
,replace
, andupdate
) are working properly.
v0.2.0
- Adding the
Set
operation from gNMI specification.
v0.1.8
- Adding conversion of the collected information over the gNMI into a Python dictionary
v0.1.7
- Changing package's modules
v0.1.6
- Restructuring internal context
v0.1.5
- Minor bug fixing