v0.7.3
Bug fix for ytypes.Validate
and other minor improvements.
- Changed
json.Unmarshal
tofmt.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.