Skip to content

Releases: cisco-ie/cisco-gnmi-python

NX subscribe_xpath API fix

31 Mar 19:32
55ad7d9
Compare
Choose a tag to compare

Client super class expecting a prefix proto.Path parameter not passed in by NX subclass.

v1.0.13

18 Jul 02:51
5aa1aab
Compare
Choose a tag to compare

Re-release from tag. Decorates XPath to gNMI methods as classmethod for simpler usage. Adds Subscribe request Mode to CLI.

v1.0.11

08 Jul 22:11
04a656b
Compare
Choose a tag to compare

Adds Get/Set/convenience functions for NX-OS, as well as prefix arguments.

v1.0.10

27 May 23:49
227baf7
Compare
Choose a tag to compare

Exposes gRPC channel in Client and ClientBuilder.

v1.0.9

27 May 23:31
c09f40e
Compare
Choose a tag to compare

Add insecure connectivity support. This is not recommended for usage.

v1.0.8

01 May 00:01
9b09824
Compare
Choose a tag to compare

Adds better logging and fixes Set prefix handling.

v1.0.7

17 Apr 22:58
bb9dc4b
Compare
Choose a tag to compare

Adds several examples, and new aliases for Client/OS wrappers.

v1.0.6

16 Apr 23:07
de478bf
Compare
Choose a tag to compare

Adds subscribe_xpaths to the base Client class and includes various fixes and improvements regarding certificate generation, etc.

v1.0.5

01 Apr 17:09
fb94dd2
Compare
Choose a tag to compare

Adds cisco-gnmi command upon installation via cli.py.

v1.0.4

19 Dec 15:34
2de7510
Compare
Choose a tag to compare

Adds IOS XR CLI functionality.
XRClient.get_cli thanks to @cprecup.