Skip to content

v0.12.0

Compare
Choose a tag to compare
@wenovus wenovus released this 16 Aug 19:26
· 232 commits to master since this release
816a0f6
  • Fix bug when JSON Marshalling augments when using compressed schemas where the augmented node is within config/state.
  • Improve testing coverage a little and minor refactoring.
  • Generate enumerated types in ΛEnumTypes in schema order to ensure that when unmarshalling string -> union type, that the enumerated types will be looped through in the right order (see #430).
  • Reject relative paths for leafref's path statement.
  • Update goyang dep to v0.2.9, which includes fix for openconfig/goyang#131.
  • Add go:generate directives for (u)exampleoc/... generated code.