Releases: openconfig/ygot
Releases · openconfig/ygot
v0.29.10
v0.29.9
What's Changed
- Bump github.com/openconfig/gnmi from 0.9.1 to 0.10.0 by @dependabot in #901
- Allow DeleteNode on root element if it is settable/error out otherwise by @wenovus in #904
Full Changelog: v0.29.8...v0.29.9
v0.29.8
v0.29.7
v0.29.6
v0.29.5
Fixes
This release fixes a build error due to not pinning the experimental slices package. The Go team made a backwards-incompatible change to this package in the last 24 hours presumably in preparation for making it as part of the standard library in Go 1.21. The version has now been pinned in go.mod
to avoid this issue.
What's Changed
New Contributors
Full Changelog: v0.29.4...v0.29.5
v0.29.4
Compatibility Notice
- This release fixed an issue whereby
ordered by user
lists for Internal JSON format was generating non-backwards-compatible JSON.
What's Changed
- Bump google.golang.org/grpc from 1.55.0-dev to 1.58.0-dev by @dependabot in #892
- Fix BuildEmptyTree for ordered maps by @wenovus in #893
- Change internal JSON Generation for OrderedMaps to be backwards-compatible by @wenovus in #894
Full Changelog: v0.29.3...v0.29.4
v0.29.3
What's Changed
- Fix generated protobuf for derived enum value being used as list key. by @wenovus in #861
- Update dependencies in line with dependabot. by @robshakir in #886
- Support marshalling YANG empty values for TogNMINotifications. by @wenovus in #836
Full Changelog: v0.29.2...v0.29.3
v0.29.2
v0.29.1
What's Changed
- Add an ast.Walk style iterator of GoStructs. by @shichuzhu in #890
Full Changelog: v0.29.0...v0.29.1