Minor Changes
- Added a new built-in rule
security-scopes-definedthat requires every scope used in a security requirement to be defined in the corresponding OAuth2 security scheme.
The rule supports OpenAPI 2.0/3.x and AsyncAPI 2.6/3.0, suggests the closest defined scope for typos, and has an opt-inrequireScopesoption that requires OAuth2 security requirements to list at least one scope.
Patch Changes
- Fixed an issue in
respectwhere the execution of parent workflow's steps didn't halt after a step that referenced another workflow had failed. - Fixed an issue where the
cursorAI provider of thegenerate-speccommand sent only the instructions to the model and the operation to refine never reached it. - Updated @redocly/openapi-core to v2.41.0.
- Updated @redocly/respect-core to v2.41.0.