-
-
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
[Question] Plans on support for OpenAPI v3 #62
Comments
Yep, I've been following the OAI v3 announcements, and I definitely intend to support it in Swagger Parser |
What is the latest plan for supported OAS v3? The release window is coming up in the next couple weeks, and they recommend tooling to begin working on prototypes in the meantime. |
While I probably won't be ready with OAS v3 support right at release time, I do plan to have something ready shortly thereafter. I've been working on laying the groundwork for it for a few weeks now, and I'm making good progress. |
That's great to hear! Is there anything I can do to help, whether contributing code or even just testing? Looking forward to seeing this feature, and happy to help wherever I can. |
APIs.guru will have a (initially static) OpenAPI 3.0.0 branch for testing purposes, from spec. release day. |
Hi guys. I'll gladly accept help with the code and testing for OAI3. Let me get the code to a stable point first, and then I'll publish an alpha version for feedback, testing, and bug-fixing. |
Any potential timeline on the alpha version? Just trying to plan :) Thanks! |
Hi. I'm hoping to have the alpha ready by the end of August. Work has been really hectic lately, and I have a 3-week business trip coming up, so that may delay me a bit. :-/ |
Hi, Any progress? |
You can review my progress here and give me any feedback that you have. I'm currently on a month-long business trip, so I haven't been able to work on it lately, but I'll get right back to it as soon as I return home in late September. |
Any updates? |
I'm closing this issue and consolidating comments on Issue #72 |
I just released Swagger Parser v5.0.0, which includes support for OpenAPI 3.0 |
Hi,
I'm one of the guys working on the
swagger-jsdoc
module which depends onswagger-parser
for (obviously) parsing data into swagger spec object.It seems the new version of the specification is close to something tangible. (RC and some tools sprouting already) Thus, I was wondering if you plan to also support this v3, etc?
Thanks!
The text was updated successfully, but these errors were encountered: