Skip to content

Releases: akarneliuk/pygnmi

v0.4.5

20 Mar 23:22
Compare
Choose a tag to compare
  • Minor bug fix.

v0.4.4

20 Mar 23:16
Compare
Choose a tag to compare
  • Minor bug fix.

v0.4.3

20 Mar 23:12
Compare
Choose a tag to compare
  • Added possibility to modify the timeout (default value is 5 seconds) for the session using gnmi_timeout key for gNMIclient class.

v0.4.2

14 Mar 17:58
Compare
Choose a tag to compare
  • Modified the path generation to comply with gNMI Path encoding conventions <https://github.com/openconfig/reference/blob/master/rpc/gnmi/gnmi-path-conventions.md>_.
  • Fixed the problem debug output, where the requests where not printed in case of response failing.

v0.4.1

13 Mar 17:22
Compare
Choose a tag to compare
  • Minor bug fix

v0.4.0

13 Mar 17:17
Compare
Choose a tag to compare
  • Added support for Juniper JUNOS
  • Fixed the issue with override for PKI-based certificates

v0.3.12

24 Jan 20:17
Compare
Choose a tag to compare
  • Minor bug fix.

v0.3.11

24 Jan 20:08
Compare
Choose a tag to compare
  • Minor bug fix.

v0.3.10

24 Jan 18:20
Compare
Choose a tag to compare
  • Renamed the debug mode. Add argument debug=True upon object creation to see the Protobuf messages.

v0.3.9

23 Jan 21:07
Compare
Choose a tag to compare
  • Added functionality to list the full the device configuration in case the path is empty: get(path[]).