-
Notifications
You must be signed in to change notification settings - Fork 9k
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
fix: adds version 3.0.4 and 3.1.1 to supported versions #10247
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge them
@char0n since we've worked together on the spec and since you've contributed a lot on this project, I thought maybe you could help get this merged? |
Would be nice to get this fixed quickly. |
Any news ? |
Any word on what the hold up is? |
@baywet - Maybe merge base branch in so this can continue to progress? |
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
Signed-off-by: Vincent Biret <[email protected]>
04cdd9c
to
924aaa4
Compare
@richard-collette-precisely done! Let me know if anything else is needed to get this merged |
@baywet - We need a reviewer. Unfortunately I am not one of them. Thank you for the PR though. |
Description
adds version 3.0.4 to the list of supported versions
3.0.4 is a maintenance release of the specification that does not change any of the functional aspects.
https://www.openapis.org/blog/2024/10/25/announcing-openapi-specification-patch-releases
Motivation and Context
fixes microsoft/OpenAPI.NET#2030
How Has This Been Tested?
This has NOT been tested beyond the affected unit tests. However the changes are straightforward and minor, I do not expect any side effects.
I'd appreciate if anyone could take the time to pull and test this just for sanity.
Screenshots (if appropriate):
Checklist
My PR contains...
src/
is unmodified: changes to documentation, CI, metadata, etc.)package.json
)My changes...
Documentation
Automated tests