-
Notifications
You must be signed in to change notification settings - Fork 48
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
Openapi3 upgrade #84
base: master
Are you sure you want to change the base?
Openapi3 upgrade #84
Conversation
@knolleary - Have you had a chance to look at this PR for updating Swagger? |
I have not looked. I do not actively use this node, but I will try to review it soon. I suspect changing the format of the spec it generates warrants a major version bump as it could be considered a breaking change. |
Major version bump sounds reasonable as it changes quite a lot given the new OpenAPI-spec. Have you had a chance to look at it yet @knolleary ? Kind regards |
Background of the PR:
Consequences:
Some comments:
Resolves #83 , Resolves #82 , Resolves #74 , Resolves #51