Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

fury-adapter-oas3-parser 0.7.3

Choose a tag to compare

@kylef kylef released this 05 Apr 10:06
· 467 commits to master since this release

Bug Fixes

  • Fixes a bug where parsing an OpenAPI 3.1.0 or higher document will result in an parse result containing only a warning and missing the API Category.

  • Fixes the parser from throwing an error while handling invalid or unsupported security scheme components.

  • Added additional information to YAML parsing errors where available to make the errors more understandable.

  • Fix referencing a headers component. Previously this would return an error that the headers components was undefined.