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

fix: adds missing version 3.0.4 and 3.1.1 #264

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

baywet
Copy link

@baywet baywet commented Dec 31, 2024

fixes microsoft/kiota#5944

Motivation

OAS 3.1.1 and 3.0.4 were released as maintenance releases and don't change anything from a functional perspective.

We're starting to see those new versions show up in OAS documents, and this library is failing to parse them simply based on the version number.

Changes

  • adds 3.0.4 to the list of supported versions.
  • adds 3.1.1 to the list of supported versions.
  • moves the version arrays to constants to avoid allocating an array on each call.

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

Successfully merging this pull request may close these issues.

openapi spec generated by Kiota is in version 3.0.4
1 participant