-
Notifications
You must be signed in to change notification settings - Fork 14
Product update: OpenAPI 3.2 partial support #425
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
Conversation
✅ Deploy Preview for bump-content-hub ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Polo2
left a comment
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.
Good Morning 3.2
| --- | ||
| title: "OpenAPI 3.2: partial support" | ||
| tags: [Improvement] | ||
| image: /images/changelog/ask-ai.png |
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.
not sure about the image ✨
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.
Oops, I changed the image but not the "informational tag"
| If you didn't hear about this new version, feel free to read our [OpenAPI complete guide](/guides/openapi/specification/v3.2/introduction/what-is-openapi/), updated for OpenAPI 3.2. | ||
|
|
||
| We started supporting some of the features brought by this new version: | ||
| - The QUERY method is now supported in both the documentation and the API Explorer. |
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.
Is it intentional to not mention other operations described via additionalOperations ? (I know I need to test the last PR of the lib curl_generator to verify support on Explorer too)
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.
Are you talking about specific methods, or any verbs?
If it's about being able to add any verbs, I'll update only the help center page once it's fully verified 🙏
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.
that's indeed about specific methods or verbs, that we support, except on the explorer side (where I didn't time yet to verify the fix on curl-generator lib).
| - `summary` can be added to responses when the level of detail doesn't justify the use of the existing `description` field. | ||
| - Security schemes can now be `deprecated`. | ||
|
|
||
| OpenAPI 3.2 definition files can be deployed through your usual deployment process: using the Github Action, the CLI, the API, or directly in your Bump.sh dashboard. |
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.
While here, we could add a link to our own API documentation 🤩
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.
While here, we could add a link to our own API documentation 🤩
Added 💙
Polo2
left a comment
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.
🎉 3.2 🎉
Here's a straight to the point product update to share some love for the partial support of OpenAPI 3.2 provided by Polo 💙