Releases: openconfig/ygot
Releases · openconfig/ygot
v0.15.1
v0.15.0
NOTE: The minor version has been incremented due to this backwards-incompatible change (openconfig/goyang#139) made in goyang@v1.
What's Changed
- Fix doc typos in flag names by @wenovus in #620
- Support leaf-list defaults using latest version of goyang. by @wenovus in #618
- Now using [email protected].
Full Changelog: v0.14.0...v0.15.0
v0.14.0
What's Changed
- Fix BGP demo. by @robshakir in #616
- Update goyang dep to v0.4.0. by @wenovus in #617
- This change included a potentially disruptive goyang backwards-incompatible update, see openconfig/goyang#188 (comment).
Full Changelog: v0.13.2...v0.14.0
v0.13.2
v0.13.1
v0.13.0
v0.12.6
What's Changed
- Skip choice and case statements when searching leafref paths. by @wenovus in #586
- Improve generated doc comments for goPathChildConstructorTemplate. by @wenovus in #602
- Use reflect.DeepEqual instead of cmp.Equal. by @wenovus in #606
- Add check for empty origin special case by @DanG100 in #608
Full Changelog: v0.12.5...v0.12.6
v0.12.5
What's Changed
- [ypathgen]: Reduce code snippet size in
TestGenerateDirectorySnippet
. by @wenovus in #598 - Fix static analysis errors. by @robshakir in #603
- Replace IsConfig()'s implementation with goyang's ReadOnly(). by @wenovus in #604
- Add
ygot.PruneConfigFalse(*yang.Entry, GoStruct)
for pruning "config false" values. by @wenovus in #600 - Add util function
PathMatchesQuery
by @DanG100 in #601
Full Changelog: v0.12.4...v0.12.5