R

Redocly CLI

R
Redocly CLI Dev Tools v2.43.2

@redocly/cli@2.43.2

Patch Changes Updated @redocly/client-generator to v0.2.0. Updated @redocly/openapi-core to v2.43.2.

R
Redocly CLI Dev Tools v0.2.0

@redocly/client-generator@0.2.0

Minor Changes Added three request-hardening options to generated clients: timeout aborts slow attempts (a fresh budget per retry attempt, composable with your own AbortSignal; failures surface as a structured TimeoutError carrying the operation, budget, and attempt), idempotencyKey stamps POST/PATCH requests with a stable Idempotency-Key header and makes their retries safe under the default policy…

R
Redocly CLI Dev Tools v2.43.0

@redocly/openapi-core@2.43.0

Minor Changes Added a skipPluginEval option to loadConfig that resolves plugin paths without importing or executing plugin code — the returned plugins contain only their absolutePath.

R
Redocly CLI Dev Tools v2.42.0

@redocly/cli@2.42.0

Minor Changes Added an experimental generate-client command that generates a typed, zero-dependency TypeScript client from an OpenAPI description — auth, retries, middleware, typed SSE streaming, pagination, and multipart included — plus optional companion generators for Zod validation, TanStack Query and SWR hooks, MSW mocks, and date transformers. See the generate-client command reference and th…

R
Redocly CLI Dev Tools v0.1.0

@redocly/client-generator@0.1.0

Minor Changes Added an experimental generate-client command that generates a typed, zero-dependency TypeScript client from an OpenAPI description — auth, retries, middleware, typed SSE streaming, pagination, and multipart included — plus optional companion generators for Zod validation, TanStack Query and SWR hooks, MSW mocks, and date transformers. See the generate-client command reference and th…

R
Redocly CLI Dev Tools v2.42.0

@redocly/openapi-core@2.42.0

Minor Changes Added an experimental generate-client command that generates a typed, zero-dependency TypeScript client from an OpenAPI description — auth, retries, middleware, typed SSE streaming, pagination, and multipart included — plus optional companion generators for Zod validation, TanStack Query and SWR hooks, MSW mocks, and date transformers. See the generate-client command reference and th…

R
Redocly CLI Dev Tools v2.41.2

@redocly/cli@2.41.2

Patch Changes Updated js-yaml from 5.2.1 to 5.2.2 to resolve a vulnerability in YAML parsing. Added support for the Arazzo spec-compliant workflow reference form $sourceDescriptions.<name>.<workflowId> in dependsOn, step workflowId, and success/failure action workflowId. Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run o…

R
Redocly CLI Dev Tools v2.41.2

@redocly/respect-core@2.41.2

Patch Changes Added support for the Arazzo spec-compliant workflow reference form $sourceDescriptions.<name>.<workflowId> in dependsOn, step workflowId, and success/failure action workflowId. Unresolvable workflow references fail only the affected workflow with a clear error message, and no longer abort the whole run or pass unnoticed. Updated @redocly/openapi-core to v2.41.2.

R
Redocly CLI Dev Tools v1.34.18

@redocly/openapi-core@1.34.18

Patch Changes Updated js-yaml to the 4.3.0 version to resolve a denial-of-service vulnerability in YAML parsing. Applied NPM audit fix to prevent potential security vulnerabilities.

R
Redocly CLI Dev Tools v1.34.18

@redocly/cli@1.34.18

Patch Changes Updated js-yaml to the 4.3.0 version to resolve a denial-of-service vulnerability in YAML parsing. Applied NPM audit fix to prevent potential security vulnerabilities. Updated @redocly/openapi-core to v1.34.18.

R
Redocly CLI Dev Tools v1.34.18

@redocly/respect-core@1.34.18

Patch Changes Updated js-yaml to the 4.3.0 version to resolve a denial-of-service vulnerability in YAML parsing. Applied NPM audit fix to prevent potential security vulnerabilities. Updated @redocly/openapi-core to v1.34.18.

R
Redocly CLI Dev Tools v2.41.1

@redocly/cli@2.41.1

Patch Changes Fixed an issue where the drift command's schema-consistency rule reported false-positive findings for oneOf schemas with a discriminator. Payloads are validated only against the branch selected by the discriminator value instead of every oneOf branch. Schemas whose discriminator does not meet Ajv's structural requirements keep the previous behavior. Extended the drift command's built…

R
Redocly CLI Dev Tools v2.41.0

@redocly/cli@2.41.0

Minor Changes Added a new built-in rule security-scopes-defined that 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-in requireScopes option that requires OAuth2 security requirements to list at least one scope. Patch Ch…

R
Redocly CLI Dev Tools v2.41.0

@redocly/openapi-core@2.41.0

Minor Changes Added a new built-in rule security-scopes-defined that 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-in requireScopes option that requires OAuth2 security requirements to list at least one scope.

R
Redocly CLI Dev Tools v2.41.0

@redocly/respect-core@2.41.0

Patch Changes Fixed an issue in respect where the execution of parent workflow's steps didn't halt after a step that referenced another workflow had failed. Updated @redocly/openapi-core to v2.41.0.

R
Redocly CLI Dev Tools v2.40.0

@redocly/cli@2.40.0

Minor Changes Added an --ignore-headers option to the experimental drift and proxy commands. It takes a comma-separated list of header names to skip in undocumented-header checks, and a trailing * matches by prefix (for example x-consumer-*). Use it to silence headers a gateway or proxy adds that are not part of the API contract. Added an experimental generate-spec command that infers an OpenAPI d…

R
Redocly CLI Dev Tools v2.40.0

@redocly/openapi-core@2.40.0

Minor Changes Added linting for the OpenAPI 3.2 Example Object dataValue field. Patch Changes Updated @redocly/config to v0.52.0. Updated js-yaml from 4.2.0 to 5.2.1. Fixed an issue where strings that look like numbers with underscores (for example '12_34') had quotation marks removed by the bundle command. These strings stay quoted in the output. Note: YAML parsing is stricter: a multi-line flow…