Skip to content
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

feat: add support for OpenAPI 3.0.4 #3754

Merged
merged 1 commit into from
Dec 30, 2024
Merged

feat: add support for OpenAPI 3.0.4 #3754

merged 1 commit into from
Dec 30, 2024

Conversation

char0n
Copy link
Member

@char0n char0n commented Dec 30, 2024

Refs #3753

Description

Introduces support for OpenAPI 3.0.4.

Motivation and Context

OpenAPI 3.0.4 is a backward compatible release of OpenAPI 3.0 branch. It should work properly with SwaggerJS.

Types of changes

  • No code changes (changes to documentation, CI, metadata, etc)
  • Dependency changes (any modification to dependencies in package.json)
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 14 out of 29 changed files in this pull request and generated no comments.

Files not reviewed (15)
  • package.json: Language not supported
  • test/data/issue-1719-ref-object-reference.yaml: Language not supported
  • test/data/parameter-examples-with-refs.yaml: Language not supported
  • test/data/relative-server.openapi.yaml: Language not supported
  • test/data/sample-query-parameter-json.yaml: Language not supported
  • test/oas3/data/petstore-oas3.yaml: Language not supported
  • test/execute/server-variable-encoder.js: Evaluated as low risk
  • test/http/http-multipart.js: Evaluated as low risk
  • src/helpers/openapi-predicates.js: Evaluated as low risk
  • src/subtree-resolver/index.js: Evaluated as low risk
  • test/bugs/ui-4071.js: Evaluated as low risk
  • test/data/sample-multipart-oas3.js: Evaluated as low risk
  • test/helpers/openapi-predicates.js: Evaluated as low risk
  • test/index.js: Evaluated as low risk
  • docs/usage/http-client-for-oas-operations.md: Evaluated as low risk
@char0n char0n merged commit 824adc9 into master Dec 30, 2024
8 checks passed
@char0n char0n deleted the char0n/openapi-3-4-0 branch December 30, 2024 10:44
swagger-bot pushed a commit that referenced this pull request Dec 30, 2024
# [3.33.0](v3.32.4...v3.33.0) (2024-12-30)

### Features

* add support for OpenAPI 3.0.4 ([#3754](#3754)) ([824adc9](824adc9)), closes [#3753](#3753)
@swagger-bot
Copy link
Contributor

🎉 This PR is included in version 3.33.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants