Skip to content

Releases: akarneliuk/pygnmi

v0.3.7

07 Jan 09:51
Compare
Choose a tag to compare
  • Added the argument encoding as an extra key to Set operation

v0.3.6

05 Jan 21:03
Compare
Choose a tag to compare
  • Added the argument encoding to Get operation

v0.3.5

02 Jan 18:12
Compare
Choose a tag to compare
  • Added the example for Nornir Integration
  • Added the topology diagram
  • Added links to the video tutorial

v0.3.4

13 Dec 17:14
Compare
Choose a tag to compare
  • Added the close method to gNMIClient class for those, who doesn't use with ... as ... context manager.

v0.3.3

06 Dec 20:20
Compare
Choose a tag to compare
  • Added the functionality to pass gRPC messages to the code execution

v0.3.2

29 Nov 20:19
Compare
Choose a tag to compare
  • Minor bugs fixed.

v0.3.1

18 Nov 23:39
Compare
Choose a tag to compare
  • Minor bugs fixed.
  • Added examples of gNMI operations.

v0.3.0

16 Nov 07:40
Compare
Choose a tag to compare
  • Added new function telemetryParser, which converts Protobuf messages in Python dictionary.
  • Fixed the errors with the telemetry parsing.

v0.2.7

15 Nov 23:39
Compare
Choose a tag to compare
  • Modified core so that telemetry is working in once and stream mode.

v0.2.6

10 Nov 23:00
Compare
Choose a tag to compare
  • Added alpha version of the Subscribe operation.