Skip to content

Releases: cisco-ie/cisco-gnmi-python

NX subscribe_xpath API fix

Choose a tag to compare

@miott miott released this 31 Mar 19:32
55ad7d9

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

v1.0.13

Choose a tag to compare

@remingtonc remingtonc released this 18 Jul 02:51
5aa1aab

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

v1.0.11

Choose a tag to compare

@remingtonc remingtonc released this 08 Jul 22:11
04a656b

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

v1.0.10

Choose a tag to compare

@remingtonc remingtonc released this 27 May 23:49
227baf7

Exposes gRPC channel in Client and ClientBuilder.

v1.0.9

Choose a tag to compare

@remingtonc remingtonc released this 27 May 23:31
c09f40e

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

v1.0.8

Choose a tag to compare

@remingtonc remingtonc released this 01 May 00:01
9b09824

Adds better logging and fixes Set prefix handling.

v1.0.7

Choose a tag to compare

@remingtonc remingtonc released this 17 Apr 22:58
bb9dc4b

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

v1.0.6

Choose a tag to compare

@remingtonc remingtonc released this 16 Apr 23:07
de478bf

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

v1.0.5

Choose a tag to compare

@remingtonc remingtonc released this 01 Apr 17:09
fb94dd2

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

v1.0.4

Choose a tag to compare

@remingtonc remingtonc released this 19 Dec 15:34
2de7510

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