R

Redocly CLI

R
Redocly CLI Dev Tools v2.46.0

@redocly/cli@2.46.0

Minor Changes Added the spec-ref-siblings rule that reports properties placed next to a $ref which the specification does not allow. Patch Changes Updated @redocly/openapi-core to v2.46.0.

R
Redocly CLI Dev Tools v2.46.0

@redocly/openapi-core@2.46.0

Minor Changes Added the spec-ref-siblings rule that reports properties placed next to a $ref which the specification does not allow.

R
Redocly CLI Dev Tools v2.45.0

@redocly/cli@2.45.0

Minor Changes Fixed the bundle command losing schema keywords (such as title, properties, or required) written next to a $ref when the referenced schemas started with their own $ref. Patch Changes Updated @redocly/openapi-core to v2.45.0.

R
Redocly CLI Dev Tools v2.45.0

@redocly/openapi-core@2.45.0

Minor Changes Fixed the bundle command losing schema keywords (such as title, properties, or required) written next to a $ref when the referenced schemas started with their own $ref.

R
Redocly CLI Dev Tools v2.44.2

@redocly/cli@2.44.2

Patch Changes Changed the severity of the security-defined rule for AsyncAPI 2.x and 3.x in the recommended ruleset from error to warn. AsyncAPI descriptions with undefined or unresolved security no longer fail linting by default. Updated @redocly/openapi-core to v2.44.2.

R
Redocly CLI Dev Tools v2.44.2

@redocly/openapi-core@2.44.2

Patch Changes Changed the severity of the security-defined rule for AsyncAPI 2.x and 3.x in the recommended ruleset from error to warn. AsyncAPI descriptions with undefined or unresolved security no longer fail linting by default.

R
Redocly CLI Dev Tools v2.44.1

@redocly/cli@2.44.1

Patch Changes Updated undici to the 6.28.0 version. Fixed an issue where the operation-4xx-problem-details-rfc7807 rule incorrectly reported the type and title properties inherited through allOf as missing. Updated @redocly/openapi-core to v2.44.1.

R
Redocly CLI Dev Tools v2.44.1

@redocly/openapi-core@2.44.1

Patch Changes Fixed an issue where the operation-4xx-problem-details-rfc7807 rule incorrectly reported the type and title properties inherited through allOf as missing.

R
Redocly CLI Dev Tools v2.44.0

@redocly/cli@2.44.0

Minor Changes Added the no-duplicated-enum-values rule that requires all values in an enum to be unique. The rule is enabled at the warn level in the recommended ruleset. Note: linting output may include new warnings for API descriptions that contain duplicated enum values. Added the no-unsafe-markdown rule that disallows potentially executable content in description fields. The rule is enabled at…

R
Redocly CLI Dev Tools v2.44.0

@redocly/openapi-core@2.44.0

Minor Changes Added the no-duplicated-enum-values rule that requires all values in an enum to be unique. The rule is enabled at the warn level in the recommended ruleset. Note: linting output may include new warnings for API descriptions that contain duplicated enum values. Added the no-unsafe-markdown rule that disallows potentially executable content in description fields. The rule is enabled at…

R
Redocly CLI Dev Tools v2.43.3

@redocly/respect-core@2.43.3

Patch Changes Fixed an issue where secrets masking did not cover encoded secrets in har-output. Updated @redocly/openapi-core to v2.43.3.

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…