Releases: openconfig/ygot
Releases · openconfig/ygot
v0.25.6
What's Changed
- Add documentation on Shadow Paths by @wenovus in #758
- Adopt globally reserved field numbers for FieldOptions. by @robshakir in #762
Full Changelog: v0.25.5...v0.25.6
v0.25.5
What's Changed
- Add some extra tests to ygot by @wenovus in #739
- Separate util.Errors.ToString() errors by newline by @wenovus in #752
- Comments for TogNMINotifications. by @wenovus in #736
- Add authentication token for setup-protoc. by @robshakir in #759
- Disable CIFuzz being run on PRs. by @robshakir in #760
- Add support for mapping union YANG fields in protobufs. by @robshakir in #749
- Fix syntax error in CIFuzz workflow. by @robshakir in #761
- Add support for mapping leaf-lists to paths. by @robshakir in #756
Full Changelog: v0.25.4...v0.25.5
v0.25.4
What's Changed
- Add
ygot.GoKeyStructalongsideygot.GoStructby @wenovus in #741 DeleteNodeImprovement by @wenovus in #742- Add CIFuzz Github action to ci by @DavidKorczynski in #748
- Add Go generator option
-keep_deviate_notsupportedby @wenovus in #753
New Contributors
- @DavidKorczynski made their first contribution in #748
Full Changelog: v0.25.3...v0.25.4
v0.25.3
What's Changed
- Change demo code to use
Validateinstead ofΛValidateby @wenovus in #738 - ytypes.UnmarshalSetRequest does not panic at nil input. by @shichuzhu in #737
- Add json encoding opts to EncodeTypedValue by @DanG100 in #747
New Contributors
- @shichuzhu made their first contribution in #737
Full Changelog: v0.25.2...v0.25.3
v0.25.2
v0.25.1
v0.25.0
Breaking Changes
ytypes.UnmarshalSetRequestandytypes.UnmarshalNotificationshave 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
IgnoreExtraFieldsas aSetNodeOptby @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
v0.24.4
v0.24.3
What's Changed
- Run
gofmton the codebase. by @robshakir in #722 - Support PreferShadowPath for ygot.Diff. by @wenovus in #723
Full Changelog: v0.24.1...v0.24.3
v0.24.2
What's Changed
- Use [email protected]. by @wenovus in #718
- Add Go generation flag
ignore_unsupportedby @wenovus in #712
Full Changelog: v0.24.0...v0.24.2