Skip to content

v0.10.10

Compare
Choose a tag to compare
@wenovus wenovus released this 19 May 01:09
· 264 commits to master since this release
172a0e6
  • Add new path generation flag -simplify_wildcard_paths.
    • When this flag is enabled, the keys from the generated paths are omitted if all keys are wildcarded for a list node. This is an equivalent representation for the path per the gNMI spec. e.g. map[string]interface{}{"key1": "*", "key2": "*", "union-key": "*"} is now map[string]interface{}{}.
  • Add new RFC7951JSONConfig option PreferShadowPath that allows JSON marshalling to prefer using the "shadow-path" name instead of the "path" name.