For go developers: this enhancement is based on a fork of the go-yaml package which adds line and column location information for YAML elements during unmarshalling: https://t.co/uPOgYllQd6
Yesterday we merged a major enhancement to the “flatten” feature which merges schemas with “allOf” to reduce false positives in breaking changes. It should now be able to handle circular schema references properly.
Please try it and share your feedback.
https://t.co/Qc3KLi7HOY
You can now set exceptions to ignore breaking changes in the Components section of OpenAPI spec as well as the previously-supported endpoint changes: https://t.co/Ex92PdKQGL
We just submitted a PR to merge allOf subschemas: https://t.co/91HDgZtHND
oasdiff will leverage this to detect breaking changes in schemas with allOf more accurately.