Skip to content

v0.7.3

Compare
Choose a tag to compare
@wenovus wenovus released this 23 Apr 19:20
· 355 commits to master since this release
d841da9

Bug fix for ytypes.Validate and other minor improvements.

  • Changed json.Unmarshal to fmt.Sprint for consistent enum-key presentation during schema validation (ytypes.Validate).
  • Force an error during JSON marshalling if an unset or otherwise out-of-range enum value is encountered as an enum key of a list.
  • Use new protobuf library for testcmp and testutils
  • Updated to latest versions for gnmi & goyang libraries.