v0.9.0
Option
change
We have identified a safety issue with our previously "smart" stripping of Option's in favour of serde default annotations. The only sensible way to rectify this was to add back Option
wrapping of containers, which does make some of the code slightly less ergonomic. See #41
Changelog
- Handle optional Vec and BTreeMap as Option by @alex-hunt-materialize in #41
- treat x-kubernetes-int-or-string as IntOrString by @alex-hunt-materialize in #43
- use BTreeMap for empty objects with preserve-unknown-fields by @alex-hunt-materialize in #42
New Contributors
- @alex-hunt-materialize made their first contribution in #41
Full Changelog: v0.8.0...v0.9.0