Skip to content

Releases: openconfig/ygot

v0.15.1

23 Feb 00:26
6cdb0cb
Compare
Choose a tag to compare

Remove the replace statement in the go.mod erroneously added in the last PR.

v0.15.0

22 Feb 18:33
606b2e7
Compare
Choose a tag to compare

NOTE: The minor version has been incremented due to this backwards-incompatible change (openconfig/goyang#139) made in goyang@v1.

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

24 Jan 16:02
2012775
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.2...v0.14.0

v0.13.2

14 Jan 18:12
57d8e7c
Compare
Choose a tag to compare

What's Changed

  • Field numbers for multi-key leafs pointing to the same field should be unique. by @wenovus in #610

Full Changelog: v0.13.1...v0.13.2

v0.13.1

06 Jan 22:19
426a1fd
Compare
Choose a tag to compare

What's Changed

  • Add Go generation flag generate_populate_defaults. by @wenovus in #607

Full Changelog: v0.13.0...v0.13.1

v0.13.0

23 Dec 15:42
3149021
Compare
Choose a tag to compare

What's Changed

  • Do not Clone PathElems when creating a map value's path. by @wenovus in #609

Full Changelog: v0.12.6...v0.13.0

v0.12.6

30 Nov 20:36
032d1f4
Compare
Choose a tag to compare

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

09 Nov 23:01
ef8f2a1
Compare
Choose a tag to compare

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

v0.12.4

14 Oct 00:03
3e1bf44
Compare
Choose a tag to compare
  • [bug]: SetNode: Don't Initialize Leaf Path if unmarshal fails when InitMissingElements is set.

v0.12.3

13 Oct 21:55
0cb8659
Compare
Choose a tag to compare
  • [ypathgen]: Add flag custom package suffix (@DanG100)