Skip to content

v0.25.0

Compare
Choose a tag to compare
@wenovus wenovus released this 30 Sep 18:43
· 151 commits to master since this release
828caf0

Breaking Changes

  • ytypes.UnmarshalSetRequest and ytypes.UnmarshalNotifications have altered function signatures. Validation is removed.
  • ygot.ToGNMINotifications, ygot.Diff, as well as other marshalling functions now will marshal all float values as double_val per openconfig/reference#151

What's Changed

  • Remove ygot.GoStruct return from UnmarshalSetRequest since it's not a copy. by @wenovus in #727
  • Incorporate IgnoreExtraFields as a SetNodeOpt by @wenovus in #728
  • Update to latest version of gnmi dependency by @wenovus in #730
  • Have UnmarshalSetRequest work with IgnoreExtraFields by @wenovus in #729

Full Changelog: v0.24.4...v0.25.0