Skip to content

v0.2.3 - Graceful Exit for Candlepin

Latest
Compare
Choose a tag to compare
@Tomboyo Tomboyo released this 20 Jun 03:12
· 13 commits to main since this release
6bce565

This release implements graceful exit from code generation when certain unsupported schema keywords are used (such as oneOf, anyOf, allOf, or not). This also adds object inference (for when OAS authors imply type: object but do not write it explicitly) and fixes a defect whereby Lily could not deserialize List responses.

Our work on graceful exit concentrated on those issues encountered while generating the (Candlepin)[https://github.com/candlepin/candlepin] OpenAPI specification. We may revisit this issue in the future, but this release is a significant step towards better incremental development support.