-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add support to openAPI 3.1.* #169
Comments
Let's make sure we support type: null properly, as was brought up in #138. |
Any update on this? I'd really like this. |
Release process is gnarled up from various Node changes and I dont have time to invest in fixing it. Error [ERR_REQUIRE_ESM]: require() of ES Module /Users/phil/src/swagger-parser/node_modules/node-fetch/src/index.js from /Users/phil/src/swagger-parser/test/specs/real-world/fetch-api-list.js not supported. If anyone can figure that out in a PR I will be able to release this 3.1 support and all the other recent improvements. |
Ah that was easy, I just bumped fetch back to v2, but I've got some other issues now. If anyone can help I appreciate it. #191 |
@philsturgeon v10.0.3 still throws |
Same for me. Any change to have a support for OpenAPI 3.1.0 ? |
Any update on this? |
@swidbert v10.1.0 was meant to include the v3.1.0 changes. Are you having problems with that version? |
What changes in 10.1.0 addressed this issue? Looking through the changes it appears that it was mostly CI changes v10.0.5...v10.1.0 |
This PR was meant to add support for OAS v3.1, if it didn't we should figure out whats gone wrong. #187 |
Many thanks for the feedback. |
The issue I had with upgrading from v10.0.3 to v10.1.0 was that the npm package name had to changed from |
Yeah swagger-parser has been deprecated as it was only an alias of the namespaces version and maintaining both was extra problematic. Use the namespaced package to get latest versions. |
Hi,
Is it possible to add support for openAPI 3.1.0 and more?
I get this error when I try to use it with the 3.1.0 version:
Unsupported OpenAPI version: 3.1.0. Swagger Parser only supports versions 3.0.0, 3.0.1, 3.0.2, 3.0.3
Thank you 😃
The text was updated successfully, but these errors were encountered: