Skip to content

Releases: akarneliuk/pygnmi

v0.2.5

09 Nov 23:04
Compare
Choose a tag to compare
  • Added typing hints

v0.2.4

08 Nov 22:19
Compare
Choose a tag to compare
  • Minor bugfixing

v0.2.3

07 Nov 16:59
Compare
Choose a tag to compare
  • Added support for IPv6 transport (now you can connect to the network function over IPv6).

v0.2.2

02 Nov 22:36
Compare
Choose a tag to compare
  • Adding conversion of the collected information over the gNMI into a Python dictionary for Set operation.

v0.2.1

22 Oct 19:04
Compare
Choose a tag to compare
  • Fixing the bugs with improper Protobuf paths generation
  • Now all Set operations (delete, replace, and update) are working properly.

v0.2.0

18 Oct 12:23
Compare
Choose a tag to compare
  • Adding the Set operation from gNMI specification.

v0.1.8

11 Oct 13:01
Compare
Choose a tag to compare
  • Adding conversion of the collected information over the gNMI into a Python dictionary

v0.1.7

07 Oct 23:02
Compare
Choose a tag to compare
  • Changing package's modules

v0.1.6

07 Oct 07:48
Compare
Choose a tag to compare
  • Restructuring internal context

v0.1.5

07 Oct 07:33
Compare
Choose a tag to compare
  • Minor bug fixing