v0.10.0
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
- All current users are likely to experience a breaking change due to the addition of the hidden flag
What's Changed
Full Changelog: v0.9.0...v0.10.0