v0.1.9
What's Changed
Updates the bundled oasdiff to v1.26.0, which adds breaking-change and changelog detection for response header schema changes: type, format, and nullability. A response header going from string/date-time to integer, for example, is now reported where it was previously silent.
See the oasdiff v1.26.0 release notes for the full list.
Note: specs with response-header type, format, or nullability changes may surface new findings on your PRs, including new breaking-change errors. Adjust per-check with .oasdiff.yaml severity settings if needed.
- bump: oasdiff v1.26.0 by @reuvenharrison in #191
Full Changelog: v0.1.8...v0.1.9