Skip to content

Releases: Redocly/redocly-cli

@redocly/respect-core@1.33.0

05 Mar 09:51
f3fe82c
Compare
Choose a tag to compare

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

05 Mar 09:51
f3fe82c
Compare
Choose a tag to compare
@redocly/openapi-core@1.33.0

@redocly/cli@1.33.0

05 Mar 09:51
f3fe82c
Compare
Choose a tag to compare

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

04 Mar 14:29
ef25df8
Compare
Choose a tag to compare

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

04 Mar 14:29
ef25df8
Compare
Choose a tag to compare

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

04 Mar 14:29
ef25df8
Compare
Choose a tag to compare

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

03 Mar 16:36
006c0ec
Compare
Choose a tag to compare

Patch Changes

  • Added support for basic, bearer, and apiKey security schemes in workflow generation with generate-arazzo command.
  • Updated @redocly/openapi-core to v1.32.1.

@redocly/respect-core@1.32.0

03 Mar 14:09
8c827dd
Compare
Choose a tag to compare

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

03 Mar 16:36
006c0ec
Compare
Choose a tag to compare

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

03 Mar 14:09
8c827dd
Compare
Choose a tag to compare

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, removed null.