Skip to content

Releases: akarneliuk/pygnmi

v0.6.1

09 Oct 16:52
Compare
Choose a tag to compare
  • Added support of origin per RFC7951.
  • Added timeout to the initial setup useful for long-living connections.
  • Minor bug-fixing.

v0.6.0

04 Sep 11:09
Compare
Choose a tag to compare
  • Significant improvements in telemetry capabilities of the pygnmi. Now you can use subscribe2 method by simply providing the a corredponding dictionary at input and all modes (STREA, ONCE, POLL) are working correctly.
  • Function telemetryParser is now automatically used inside subscribe2.
  • Telemetry is now implemeted using threading.
  • Added new unit tests with pytest and added code coverage with coverage.py.

v0.5.3

18 Jul 21:40
Compare
Choose a tag to compare
  • Minor improvements and bug fixing.
  • Full coverage of unit tests for all operations (Capabilities, Get, Set(Update, Replace, Delete), Subscribe) and all notations of GNMI Path

v0.5.2

18 Jul 19:37
Compare
Choose a tag to compare
  • Minor bug fixing.
  • First release with unit tests.

v0.5.1

23 Jun 21:25
Compare
Choose a tag to compare
  • Added example for non-blocking iterator for telemetry.
  • Added the extra support for Juniper TLS certificates.
  • Fixed regexp warnings.
  • Changed the logging functionality.
  • Enabled Unix domain socket.
  • Added close()
  • Many thanks for all contributors to make this release happen.

v0.5.0

18 May 20:16
Compare
Choose a tag to compare
  • Added possibility to extract certificate from the destination network function.

v0.4.8

04 May 07:14
Compare
Choose a tag to compare
  • Added documentation in module regading supported the different paths naming conventions. Supported options: yang-module:container/container[key=value], /yang-module:container/container[key=value], /yang-module:/container/container[key=value], /container/container[key=value]

v0.4.7

27 Apr 17:55
Compare
Choose a tag to compare
  • Fixed gNMI Path issue <https://github.com/akarneliuk/pygnmi/issues/13>_.

v.0.4.6

25 Apr 23:16
Compare
Choose a tag to compare
  • Replaced the sys.exit with raising exceptions.
  • Minor bug fix.
  • Brought the gNMI path to the canonical format: /origin:element1/element2....
  • Added possibility to omit the YANG module name, as some vendors doesn't include that in the request per their gNMI implementation: /element1/element2....

v0.4.5

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