Skip to content

add support for OAS 3.2.0 #425

@mattpolzin

Description

@mattpolzin

This change involves combing the release notes and updating where new features have been added.

I am not sure (yet) if this can be done in a non-breaking way (for a 4.x release).

I think the ideal way to do this will be to create additive changes that aren't breaking if possible and then throw in a validation that will fail if any features added with OAS 3.2 are used with OAS 3.1 or 3.0 being specified as the document version.

If all else can be done in a non-breaking way, then the new version can also be specified in a non-breaking way for OpenAPIKit 4.x. For OpenAPIKit 5.x the new version can be moved into the base enum (breaking).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions