-
Notifications
You must be signed in to change notification settings - Fork 164
Comparing OpenAPI 3.0.1 to 3.1.0 does not work #755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yeah, good catch, "--version" flag does not work. I've created a fix #756 Regarding "latest" docker tag - it is latest beta build 2.1.0-beta12. But if you're using openapi-diff from brew, it has only a stable 2.0.1 release. So the behaviour is not the same. Anyway, support of OpenAPI 3.1.0 is not officially supported by openapi-diff tool (regardless it works in some cases), we have only plans to support it fully #380. Unfortunately - it is not a priority for 2.1.0 release |
Thanks for the info. Didn't realize that Docker latest would include beta versions - wouldn't a beta tag be better for that? |
I agree, it would be better. Will check the docker release pipeline during the next release. It should not update the latest tag while the beta version released. |
Why is supporting the latest specification, that exists for over 4 years now, not the top most priority. That makes absolutely no sense. |
Yep, it looks strange, but it is what we have now. Support 3.1.0 needs a lot of contributions; meanwhile, no contributors are willing to move 3.1.0 forward (to be honest, other initiatives are also in the same situation). My current ultimate goal is to finish and release 2.1.0, which contains a lot of improvements regarding 3.0.x support. I would appreciate any contribution to the 3.1.0 support: https://github.com/OpenAPITools/openapi-diff/labels/OpenAP%203.1.0%20Support. So, there are 2 known related issues, but we need to determine what works right now and what does not. Then, provide fixes/improvements. |
When running a comparison between OpenAPI 3.0.1 and 3.1.0 via Docker, it looks like everything is reported as different.
Suppressing the details gives this:
ℹ Please note that those spec files are identical, only the initial OpenAPI version differs:
"openapi": "3.0.1"
"openapi": "3.1.0"
Comparing two specs with OpenAPI 3.1.0 seems to work as desired. ✅
I used
latest
which appears to be 6 weeks old - cannot get the version from the tool itself 🤷Running the same via
openapi-diff
installed frombrew
shows a different error:But this also does not work with two OpenAPI 3.1.0 specs:
Brew shows this to be version 2.0.1 - cannot get the version from the tool itself.
The text was updated successfully, but these errors were encountered: