Skip to content

Upgrade to Swagger 5.21.0 #683

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions site/content/3.12/release-notes/version-3.12/whats-new-in-3-12.md
Original file line number Diff line number Diff line change
@@ -179,6 +179,16 @@ section, as well as in the **API** tab of Foxx services and Foxx routes that use
The new version adds support for OpenAPI 3.x specifications in addition to
Swagger 2.x compatibility.

---

<small>Introduced in: v3.12.5</small>

Swagger UI has been updated to version 5.21.0.

The default model rendering has been adjusted to display the **Schema** tab with
an interactive model tree instead of the **Example Value** tab by default. This
makes it easier to discover the structured request and response body descriptions.

## External versioning support

Document operations that update or replace documents now support a `versionAttribute` option.
10 changes: 10 additions & 0 deletions site/content/3.13/release-notes/version-3.12/whats-new-in-3-12.md
Original file line number Diff line number Diff line change
@@ -179,6 +179,16 @@ section, as well as in the **API** tab of Foxx services and Foxx routes that use
The new version adds support for OpenAPI 3.x specifications in addition to
Swagger 2.x compatibility.

---

<small>Introduced in: v3.12.5</small>

Swagger UI has been updated to version 5.21.0.

The default model rendering has been adjusted to display the **Schema** tab with
an interactive model tree instead of the **Example Value** tab by default. This
makes it easier to discover the structured request and response body descriptions.

## External versioning support

Document operations that update or replace documents now support a `versionAttribute` option.