Skip to content

v0.0.57

Choose a tag to compare

@reuvenharrison reuvenharrison released this 08 Jun 13:03
· 29 commits to main since this release
3530478

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 removed not / if / then / else) previously crashed the action with a panic. The actions now handle these diffs cleanly. (oasdiff #998)
  • not sub-schemas are now checked. Property changes nested inside a not schema (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