openapi-diff
Utility for comparing two OpenAPI specifications. (by OpenAPITools)
oasdiff
OpenAPI Diff and Breaking Changes (by oasdiff)
| openapi-diff | oasdiff | |
|---|---|---|
| 5 | 16 | |
| 1,085 | 1,236 | |
| 0.8% | 4.9% | |
| 8.7 | 9.2 | |
| 8 days ago | 4 days ago | |
| Java | Go | |
| Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openapi-diff
Posts with mentions or reviews of openapi-diff.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-16.
- OpenAPI仕様の差分を比較し、CIで破壊的変更をブロックする方法
- Cómo Comparar Especificaciones OpenAPI y Bloquear Cambios Disruptivos en Integración Continua
-
Using OpenAPI to Detect Breaking Changes in tRPC
Introducing our star player for detecting breaking changes: OpenAPI Diff. The good news? You can fire it up locally with Docker. Here’s how:
-
Testing for Breaking Changes in Fastify APIs
Now that we have a way to lookup our API’s behavior with Git, we can start testing for breaking changes between versions of our API. We’ll be using Optic (an open source tool I created) to do just that. If you are looking for other options I recommend https://github.com/OpenAPITools/openapi-diff or https://github.com/Tufin/oasdiff.
-
How do you ensure contracts consistency between microservices?
One option is to use OpenAPI to define the contracts. And then when you update the definitions, run something like https://github.com/OpenAPITools/openapi-diff to make sure there are no incompatibilities.
oasdiff
Posts with mentions or reviews of oasdiff.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-06-16.
- OpenAPI仕様の差分を比較し、CIで破壊的変更をブロックする方法
- Cómo Comparar Especificaciones OpenAPI y Bloquear Cambios Disruptivos en Integración Continua
-
Backward compatibility in NestJS
In this article, I will show you how to create an automated OpenAPI schema validation to ensure your API stays backwards compatible. We will use NestJS CLI plugin to generate a schema and oasdiff to validate it.
-
Stripe V2
If you use APIs make sure you don’t break them: https://github.com/Tufin/oasdiff
- FLaNK AI for 11 March 2024
-
Serverless APIs: Auto-Generate OpenAPI Docs & CI/CD Protections
We will use an open-source GitHub action, oasdiff-action, based on the tool ‘oasdiff.’
-
How Can You Achieve Continuous Deployment for *APIs*?
Nice, Have you come across this tool oasdiff from the article? It may help with detect API breaking changes in swagger
-
How to prevent breaking API changes with API Gateway
While you might wish that pull request reviewers would spot any breaking changes, relying solely on this method is not certain and might lead to failure eventually. If you have OpenAPI/Swagger documentation for your APIs, these can be version-controlled and included in a CI pipeline. APISIX doesn't natively support direct integration with version control systems like Git for API specification changes. However, you can set up a process outside APISIX. Tools like Oasdiff or Bump can identify changes in API specs, and trigger a CI pipeline (add GitHub Action) that runs tests against the route endpoints in APISIX to ensure no breaking changes are introduced.
- Would you like to be notified when your API provider makes a breaking change?
What are some alternatives?
When comparing openapi-diff and oasdiff you can also consider the following projects:
daff - align and compare tables
Optic - OpenAPI linting, diffing and testing. Optic helps prevent breaking changes, publish accurate documentation and improve the design of your APIs.
openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
openapi-preprocessor - An authoring tool for OpenAPI specifications
trpc-openapi - OpenAPI support for tRPC 🧩
fiftyone - Refine high-quality datasets and visual AI models