Skip to content

v0.10.0

Compare
Choose a tag to compare
@wenovus wenovus released this 09 Nov 01:20
· 20 commits to main since this release
af2a64f

Breaking Changes

  • Add hidden -typedef_enum_with_defmod flag by @wenovus in #119
    • All current users are likely to experience a breaking change due to the addition of the hidden flag -typedef_enum_with_defmod which is by default "true". If this broke your code, you can either 1) set this flag to false, or 2) convert existing code to the supported enumeration names, which is named using the defining module of each enum.
    • NOTE: This flag is planned to be removed by ygnmi@v1.0.0

What's Changed

Full Changelog: v0.9.0...v0.10.0