See https://github.com/Redocly/redocly-cli
Last release today
26 Aug 2026
Ships on a steady schedule
a new release about every 9 days
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
728 releases · first in 2020
Release timeline
728 releases since 2020Releases
- 2.23.018 Mar 2026
Additional notes
Open source →Minor Changes
- Added support of
targetsproperty inscorecardClassic. Use this property to overridescorecardClassicrules for a specific API.
Patch Changes
- Updated @redocly/openapi-core to v2.23.0.
- Added support of
- 2.22.116 Mar 2026
Additional notes
Open source →Patch Changes
- Updated
undicito the6.24.1version to ensure improved performance, security, and compatibility. - Updated @redocly/openapi-core to v2.22.1.
- Updated
- 2.22.016 Mar 2026
Additional notes
Open source →Patch Changes
- Extended the
nonEmptyassertion to support arrays. An empty array is now treated as empty during linting.
Additional notes
Open source →Minor Changes
- Added support of
checkstyleformat forscorecard-classiccommand.
Patch Changes
- Extended the
nonEmptyassertion to support arrays. An empty array is now treated as empty during linting. - Updated @redocly/openapi-core to v2.22.0.
- Extended the
- 2.21.112 Mar 2026
Additional notes
Open source →Patch Changes
- Restricted scorecard-classic project URL to the
.redocly.comdomain only. - Fixed an issue where
join --prefix-components-with-info-propwould incorrectly rewrite discriminator mapping refs. This issue occurred when schema names contained the same substring as the prefix. - Updated @redocly/openapi-core to v2.21.1.
- Restricted scorecard-classic project URL to the
- 2.21.011 Mar 2026
Additional notes
Open source →Minor Changes
- Added a new option to the
filter-indecorator, allowing to filter through specific target nodes (PathItemorOperation). - Added a new option to the
filter-outdecorator, allowing to filter through specific target nodes (PathItemorOperation).
Additional notes
Open source →Minor Changes
- Added a new option to the
filter-indecorator, allowing to filter through specific target nodes (PathItemorOperation). - Added a new option to the
filter-outdecorator, allowing to filter through specific target nodes (PathItemorOperation). - Added support for the
NO_PROXYenvironment variable.
Patch Changes
- Updated @redocly/openapi-core to v2.21.0.
- Added a new option to the
- 2.20.511 Mar 2026
- 2.20.45 Mar 2026
Additional notes
Open source →Patch Changes
- Improved error messaging when a path parameter referenced via
$refis not used in the path.
Additional notes
Open source →Patch Changes
- Improved error messaging when a path parameter referenced via
$refis not used in the path. - Updated @redocly/openapi-core to v2.20.4.
- Improved error messaging when a path parameter referenced via
- 2.20.33 Mar 2026
Release notes
Open source →Patch Changes
- Updated
openapi-samplerdependency to v1.7.1. - Updated @redocly/openapi-core to v2.20.3.
- Updated
- 2.20.22 Mar 2026
Additional notes
Open source →Patch Changes
- Add support for data: URLs (RFC 2397) in references. The resolver now handles inline base64-encoded and URL-encoded data in $ref fields, allowing schemas and other content to be embedded directly as data URLs.
- Updated
@redocly/configto v0.44.0.
Additional notes
Open source →Patch Changes
- Add support for data: URLs (RFC 2397) in references. The resolver now handles inline base64-encoded and URL-encoded data in $ref fields, allowing schemas and other content to be embedded directly as data URLs.
- Updated @redocly/openapi-core to v2.20.2.
- 2.20.12 Mar 2026
Release notes
Open source →Patch Changes
- Updated
@redocly/ajvtov8.18.0 - Updated @redocly/openapi-core to v2.20.1.
Additional notes
Open source →Patch Changes
- Updated
@redocly/ajvtov8.18.0 - Updated @redocly/respect-core to v2.20.1.
- Updated
- 2.20.027 Feb 2026
- 2.19.224 Feb 2026
Additional notes
Open source →Patch Changes
- Fixed an issue where
scorecardClassicconfigurations were not resolved.
Additional notes
Open source →Patch Changes
- Fixed an issue where
scorecardClassicconfigurations were not resolved. - Updated @redocly/openapi-core to v2.19.2.
- Fixed an issue where
- 2.19.119 Feb 2026
Release notes
Open source →Patch Changes
- Fixed an issue in Respect where only the last value for repeated keys in
multipart/form-datarequest bodies was shown. - Updated @redocly/openapi-core to v2.19.1.
- Fixed an issue in Respect where only the last value for repeated keys in
- 2.19.018 Feb 2026
Release notes
Open source →Patch Changes
- Resolved an issue in Respect where the response list with nested object was not correctly assigned to the output.
- Updated @redocly/openapi-core to v2.19.0.
Additional notes
Open source →Minor Changes
- Added the
spec-querystring-parametersrule (OpenAPI 3.2). This rule enforces thatqueryandquerystringare not mixed in the same operation/path parameter set, and that at most onequerystringparameter is declared per operation or path.
Additional notes
Open source →Minor Changes
- Added the
spec-querystring-parametersrule (OpenAPI 3.2). This rule enforces thatqueryandquerystringare not mixed in the same operation/path parameter set, and that at most onequerystringparameter is declared per operation or path.
Patch Changes
- Fixed an issue where running CLI commands would result in "ReferenceError: React is not defined" message.
- Updated @redocly/respect-core to v2.19.0.
- 2.18.216 Feb 2026
Additional notes
Open source →Patch Changes
- Fixed false positive errors in example validation for OpenAPI 3.0.x and OpenAPI 2.x.
Additional notes
Open source →Patch Changes
- Fixed false positive errors in example validation for OpenAPI 3.0.x and OpenAPI 2.x.
- Updated @redocly/openapi-core to v2.18.2.
- 2.18.113 Feb 2026
Release notes
Open source →Patch Changes
- Updated
@redocly/ajvto v8.17.4. - Updated @redocly/openapi-core to v2.18.1.
Additional notes
Open source →Patch Changes
- Updated
@redocly/ajvto v8.17.4. - Fixed validation of examples where combining
requiredwithreadOnlyorwriteOnlyproperties would incorrectly generate warnings.
Additional notes
Open source →Patch Changes
- Fixed validation of examples where combining
requiredwithreadOnlyorwriteOnlyproperties would incorrectly generate warnings. - Updated @redocly/respect-core to v2.18.1.
- Updated
- 2.18.011 Feb 2026
Additional notes
Open source →Minor Changes
- Added
lintEntityWithScorecardLevelfunction to validate entity files against scorecard level configurations andlintSchemafunction to lint individual schemas from API description files.
Patch Changes
- Updated @redocly/config to v0.43.0.
- Added
- 2.17.09 Feb 2026
Release notes
Open source →Minor Changes
- Added new
outputs-definedArazzo rule, ensuring outputs are defined before use.
Patch Changes
- Respect can now send a null payload when an example is described in the OpenAPI schema.
- Updated @redocly/openapi-core to v2.17.0.
Additional notes
Open source →Minor Changes
- Added support for Media Types in the Components model.
- Added new
outputs-definedArazzo rule, ensuring outputs are defined before use.
Additional notes
Open source →Minor Changes
- Added support for Media Types in the Components model.
Patch Changes
- Updated @redocly/openapi-core to v2.17.0.
- Added new
- 2.16.06 Feb 2026
Release notes
Open source →Patch Changes
- Redirected bundling problems (such as lint errors and warnings) to
stderrinstead ofstdoutto avoid interfering with the bundled output. - Updated @redocly/openapi-core to v2.16.0.
Additional notes
Open source →Minor Changes
- Added a new
--component-renaming-conflicts-severityoption for thebundlecommand to control how naming conflicts are reported when bundling API descriptions with external references.
Patch Changes
- Redirected bundling problems (such as lint errors and warnings) to
stderrinstead ofstdoutto avoid interfering with the bundled output.
Additional notes
Open source →Minor Changes
- Added a new
--component-renaming-conflicts-severityoption for thebundlecommand to control how naming conflicts are reported when bundling API descriptions with external references.
Patch Changes
- Redirected bundling problems (such as lint errors and warnings) to
stderrinstead ofstdoutto avoid interfering with the bundled output. - Updated @redocly/openapi-core to v2.16.0.
- Redirected bundling problems (such as lint errors and warnings) to
- 2.15.26 Feb 2026
Additional notes
Open source →Patch Changes
- Fixed an issue where improperly structured OpenAPI examples caused the linter to fail.
Additional notes
Open source →Patch Changes
- Fixed an issue where improperly structured OpenAPI examples caused the linter to fail.
- Updated @redocly/openapi-core to v2.15.2.
- 2.15.12 Feb 2026
Additional notes
Open source →Patch Changes
- Updated @redocly/config to v0.41.4.
- Added
descriptionanddocumentationLinkproperties to NodeTypes. Renamed Redocly configuration types to better reflect their purpose and relations. - Updated @redocly/config to v0.41.3.
- 2.15.027 Jan 2026
Release notes
Open source →Minor Changes
- Added support for runtime expressions in the
urlproperty of the Respectx-operationextension.
Patch Changes
- Updated @redocly/openapi-core to v2.15.0.
Additional notes
Open source →Patch Changes
- Fixed an issue where
.redocly.lint-ignore.yamlwas not loaded in browser environments.
Additional notes
Open source →Patch Changes
- Removed unused
chokidardependency. - Updated @redocly/openapi-core to v2.15.0.
- Added support for runtime expressions in the
- 2.14.923 Jan 2026
Release notes
Open source →Patch Changes
- Revert: fixed an issue where
.redocly.lint-ignore.yamlwas not loaded in browser environments.
Additional notes2 sources agree
Open source →Patch Changes
- Updated @redocly/openapi-core to v2.14.9.
- Revert: fixed an issue where
- 2.14.823 Jan 2026
Additional notes
Open source →Patch Changes
- Allowed
x-queryoperations names in OpenAPI 3.0 and 3.1 similar toqueryin OpenAPI 3.2. - Fixed an issue where multi-line lint error messages could break Markdown formatting.
Additional notes
Open source →Patch Changes
- Fixed an issue where multi-line lint error messages could break Markdown formatting.
- Updated @redocly/openapi-core to v2.14.8.
- Allowed
- 2.14.722 Jan 2026
Additional notes
Open source →Patch Changes
- Fixed an issue where the
no-invalid-media-type-examples,no-invalid-parameter-examples, andno-invalid-schema-exampleswould not trigger warnings when an example defined in a schema.
- Fixed an issue where the
- 2.14.622 Jan 2026
- 2.14.512 Jan 2026
Nothing published for this version
- 2.14.48 Jan 2026
Nothing published for this version
- 2.14.32 Jan 2026
Nothing published for this version
- 2.14.230 Dec 2025
Nothing published for this version
- 2.14.124 Dec 2025
Nothing published for this version
- 2.14.019 Dec 2025
Nothing published for this version
- 2.13.017 Dec 2025
Nothing published for this version
- 2.12.715 Dec 2025
Nothing published for this version
- 2.12.610 Dec 2025
Nothing published for this version
- 2.12.59 Dec 2025
Nothing published for this version
- 2.12.48 Dec 2025
Nothing published for this version
- 2.12.35 Dec 2025
Nothing published for this version
- 2.12.23 Dec 2025
Nothing published for this version
- 2.12.11 Dec 2025
Nothing published for this version
- 2.12.025 Nov 2025
Nothing published for this version
- 2.11.110 Nov 2025
Nothing published for this version
- 2.11.04 Nov 2025
Nothing published for this version
- 2.10.031 Oct 2025
Nothing published for this version
- 2.9.030 Oct 2025
Nothing published for this version
- 2.8.023 Oct 2025
Nothing published for this version
- 2.7.123 Oct 2025
Nothing published for this version
- 2.7.017 Oct 2025
Nothing published for this version
- 2.6.016 Oct 2025
Nothing published for this version
- 2.5.113 Oct 2025
Nothing published for this version
- 2.5.09 Oct 2025
Nothing published for this version
- 2.4.08 Oct 2025
Nothing published for this version
- 2.3.16 Oct 2025
Nothing published for this version
- 2.3.03 Oct 2025
Nothing published for this version
- 2.2.32 Oct 2025
Nothing published for this version
- 2.2.226 Sept 2025
Nothing published for this version
- 2.2.125 Sept 2025
Nothing published for this version
- 2.2.023 Sept 2025
Nothing published for this version
- 2.1.519 Sept 2025
Nothing published for this version
- 2.1.417 Sept 2025
Nothing published for this version