v0.25.0
Breaking Changes
ytypes.UnmarshalSetRequest
andytypes.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 aSetNodeOpt
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