Skip to content

v0.20.0

Compare
Choose a tag to compare
@wenovus wenovus released this 09 May 21:29
· 180 commits to master since this release
6f722a0

TLDR

  • ytypes.UnmarshalFunc and ytypes.MergeStructs now take in ygot.GoStruct instead of ygot.ValidatedGoStruct. This may break existing code.
  • All backwards-incompatible changes (except a minor change #658) made since v0.17.0 are now reverted or made compatible once again.

What's Changed

NOTE: This change is backwards-incompatible because of the following:

  • it reverts the definition of ygot.ValidatedGoStruct that was changed in v0.18.0. It further reverts the remaining backwards-incompatible changes made in v0.18.1 and v0.17.0.
  • ytypes.UnmarshalFunc and ytypes.MergeStructs now take in ygot.GoStruct instead of ygot.ValidatedGoStruct.

Full Changelog: v0.19.0...v0.20.0