v0.0.57
Highlights
Upgraded to oasdiff v1.18.5
The breaking, changelog, diff, pr-comment, and validate actions now run oasdiff v1.18.5. For workflow authors this brings:
- No more crashes on certain spec changes. A change that dropped a single-valued sub-schema on one side (for example an array property removing its
items, or a removednot/if/then/else) previously crashed the action with a panic. The actions now handle these diffs cleanly. (oasdiff #998) notsub-schemas are now checked. Property changes nested inside anotschema (a removed property, a tightened constraint, a newly required field) are now reported by the breaking and changelog actions instead of being skipped. (oasdiff #994)
Full Changelog: v0.0.56...v0.0.57