Releases: Redocly/redocly-cli
Releases · Redocly/redocly-cli
@redocly/respect-core@1.33.0
Minor Changes
- Added support for generating workflows from OpenAPI operations without operationIds. The
generate-arazzo
command now automatically generates operationPaths using the URL pattern:{$sourceDescriptions.<name>.url}#/paths/<path>/<method>
.
Patch Changes
- Updated @redocly/openapi-core to v1.33.0.
@redocly/openapi-core@1.33.0
@redocly/openapi-core@1.33.0
@redocly/cli@1.33.0
Minor Changes
- Added support for generating workflows from OpenAPI operations without operationIds. The
generate-arazzo
command now automatically generates operationPaths using the URL pattern:{$sourceDescriptions.<name>.url}#/paths/<path>/<method>
.
Patch Changes
- Updated @redocly/respect-core to v1.33.0.
@redocly/respect-core@1.32.2
Patch Changes
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g.,
warn
|off
severity allows subsequent steps to execute). - Updated @redocly/openapi-core to v1.32.2.
@redocly/openapi-core@1.32.2
Patch Changes
- Updated @redocly/config to v0.22.0.
- Fixed the
no-invalid-schema-examples
rule that incorrectly validated nullable OpenAPI 3.0 schemas.
@redocly/cli@1.32.2
Patch Changes
- Fixed step execution to respect severity levels when handling step failures. Previously, steps would always break workflow execution on failure when onFailure is omitted, but now they properly consider the configured severity level (e.g.,
warn
|off
severity allows subsequent steps to execute). - Updated @redocly/openapi-core to v1.32.2.
@redocly/respect-core@1.32.1
Patch Changes
- Added support for
basic
,bearer
, andapiKey
security schemes in workflow generation withgenerate-arazzo
command. - Updated @redocly/openapi-core to v1.32.1.
@redocly/respect-core@1.32.0
Patch Changes
- Fixed an issue where JSON logs did not properly capture data from nested external workflows.
- Updated @redocly/openapi-core to v1.32.0.
@redocly/openapi-core@1.32.1
Patch Changes
- Fixed the
x-example
property in Swagger 2.0 to accept any data type, rather than requiring it to be an object.
@redocly/openapi-core@1.32.0
Minor Changes
- Added support for linting, preprocessors, decorators, and type extensions for Overlay v1 documents.
Patch Changes
- Updated OAS3 Schema type definition to correct
type
keyword enum, removednull
.