Skip to content

Releases: akarneliuk/pygnmi

v0.7.0

02 Jul 14:30
Compare
Choose a tag to compare
  • Added authentication with Token using Authorization: Bearer TOKEN, where TOKEN is a variable provided as gNMIclient(token=TOKEN) key (needed for Arista CVP).
  • Added functionality to change GRPC_SSL_CIPHER_SUITES dynamically to HIGH value (needed for Nokia SR OS).

v0.6.9

07 Apr 21:17
Compare
Choose a tag to compare
  • Adding new documentation for mutual TLS feature.

v0.6.8

25 Jan 21:22
Compare
Choose a tag to compare
  • Minor bug-fixing.

v0.6.7

12 Dec 23:04
Compare
Choose a tag to compare
  • Added new show_diff key to gNMIclient object (supported values print and get). When applied, it shows the changes happened to all keys following XPath from all arguments to Set() RPC at the network devices. It is so fair tailored to OpenConfig YANG modules as it uses some architectural principles of OpenConfig YANG module to re-construct XPath.
  • Added an optional timeout to connect() method.
  • Minor bug-fixing.

v0.6.6

14 Nov 13:17
Compare
Choose a tag to compare
  • Minor bug-fixing.

v0.6.5

14 Nov 12:48
Compare
Choose a tag to compare
  • Implemented prefix and timestamp in SetResponse message.
  • Implemented alias and atomic in Notification message.
  • Minor bug-fixing.

v0.6.4a

13 Nov 21:07
Compare
Choose a tag to compare
  • Minor modifications of pygnmcli.

v0.6.4

13 Nov 20:06
Compare
Choose a tag to compare
  • Minor bug-fixing.

v0.6.3

13 Nov 17:36
Compare
Choose a tag to compare
  • Implemented prefix key in the Update message.
  • Added possibility to provide password in STDIN rather than key.
  • Minor bug-fixing.

v0.6.2

09 Nov 22:34
Compare
Choose a tag to compare
  • Added support of keepalive timer for gRPC session to prevent automatic clousere each 2 hours.
  • Fixed issue with Subscribe RPC not sending delete notification in case of a path is removed from the node.
  • Added the CLI based tool.
  • Minor bug-fixing.