openapi-diff icon indicating copy to clipboard operation
openapi-diff copied to clipboard

Utility for comparing two OpenAPI specifications.

Results 101 openapi-diff issues
Sort by recently updated
recently updated
newest added

First of all, thanks for your great work on openapi-diff! Markdown output does not contain information about the compatibility of a change. However, the HTML output contains the necessary compatibility...

Hi! As a part of our release process, we want to use this tool to detect any breaking changes between two releases including the changes in validation properties like adding...

Removing a security scheme should IMHO not be considered incompatible, as the API should still accept requests with the old security scheme applied. If this issue is accepted, I'm happy...

If the request body of an operation changes from required to optional, the change will be detected as an incompatible change. I argue that this is a false positive, because...

Adding a new possible response status to an endpoint is not flagged as a breaking change. Old OpenAPI document ~~~ json { "openapi": "3.0.0", "info": { "title": "API to manipulate...

See the specification here: https://swagger.io/docs/specification/using-ref/. This points to RFC3986 (https://tools.ietf.org/html/rfc3986) for the structure of JSON references. This RFC is not supported in openapi-diff. I made an example of a valid...

- https://graalvm.github.io/native-build-tools/ - https://blogs.oracle.com/developers/post/building-cross-platform-native-images-with-graalvm - https://www.graalvm.org/reference-manual/native-image/

enhancement

https://jreleaser.org/

enhancement

- Fix for #303 ## Summary Allows for enum properties to be appended and are treated as compatible. If any of the original values are changed, this is flagged as...

Bumps [fmt-maven-plugin](https://github.com/coveooss/fmt-maven-plugin) from 2.9.1 to 2.13. Commits 8171b5a Release version 2.13 1eab711 Correcting a typo in exception message (#111) c21b097 fix: upgrade org.apache.maven:maven-plugin-api from 3.8.1 to 3.8.3 (#113) 571cd52 Upgrade...

dependencies
java