Skip to content

Releases: akarneliuk/pygnmi

v0.7.1

10 Jul 08:27
Compare
Choose a tag to compare
  • Added new argument skip_verify to gNMIclient, which removes a need to set the override argument manually. However, the latter one still stays for the backward compatibility.
  • Changed default values for arguments username and password from None to "", as with token-based authentication they don't need to be specified.
  • Added new argument target to gNMIclient.get(), gNMIclient.set(), and gNMIclient.subscribe2() methods. If provided, it adds target key to Path() per GNMI Specification 2.2.2.1 <https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-specification.md#2221-path-target>

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.