v0.20.0
TLDR
ytypes.UnmarshalFunc
andytypes.MergeStructs
now take inygot.GoStruct
instead ofygot.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
- Un-deprecate
ygot.GoStruct
(pre-v0.17.0) and revert the definition ofygot.ValidatedGoStruct
to pre-v0.18.0 by @wenovus in #664
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
andytypes.MergeStructs
now take inygot.GoStruct
instead ofygot.ValidatedGoStruct
.
Full Changelog: v0.19.0...v0.20.0