PackageTrack

npm · #3910

@redocly/openapi-core

2.48.0Redocly/redocly-cli

See https://github.com/Redocly/redocly-cli

Release timeline

728 releases since 2020
202120222023202420252026

Releases

  1. 2.23.018 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.23.0.
    Open source →
    Additional notes

    Patch Changes

    • Added export of regexFromString function.
    Open source →
    Additional notes

    Minor Changes

    • Added support of targets property in scorecardClassic. Use this property to override scorecardClassic rules for a specific API.

    Patch Changes

    • Updated @redocly/openapi-core to v2.23.0.
    Open source →
  2. 2.22.116 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.22.1.
    Open source →
    Additional notes

    Patch Changes

    • Updated undici to the 6.24.1 version to ensure improved performance, security, and compatibility.
    • Updated @redocly/openapi-core to v2.22.1.
    Open source →
  3. 2.22.016 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.22.0.
    Open source →
    Additional notes

    Patch Changes

    • Extended the nonEmpty assertion to support arrays. An empty array is now treated as empty during linting.
    Open source →
    Additional notes

    Minor Changes

    • Added support of checkstyle format for scorecard-classic command.

    Patch Changes

    • Extended the nonEmpty assertion to support arrays. An empty array is now treated as empty during linting.
    • Updated @redocly/openapi-core to v2.22.0.
    Open source →
  4. 2.21.112 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.21.1.
    Open source →
    Additional notes

    Patch Changes

    • Restricted scorecard-classic project URL to the .redocly.com domain only.
    • Fixed an issue where join --prefix-components-with-info-prop would 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.
    Open source →
  5. 2.21.011 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.21.0.
    Open source →
    Additional notes

    Minor Changes

    • Added a new option to the filter-in decorator, allowing to filter through specific target nodes (PathItem or Operation).
    • Added a new option to the filter-out decorator, allowing to filter through specific target nodes (PathItem or Operation).
    Open source →
    Additional notes

    Minor Changes

    • Added a new option to the filter-in decorator, allowing to filter through specific target nodes (PathItem or Operation).
    • Added a new option to the filter-out decorator, allowing to filter through specific target nodes (PathItem or Operation).
    • Added support for the NO_PROXY environment variable.

    Patch Changes

    • Updated @redocly/openapi-core to v2.21.0.
    Open source →
  6. 2.20.511 Mar 2026
    Release notes2 sources agree

    Patch Changes

    • Updated @redocly/openapi-core to v2.20.5.
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/config to v0.44.1.
    Open source →
  7. 2.20.45 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.20.4.
    Open source →
    Additional notes

    Patch Changes

    • Improved error messaging when a path parameter referenced via $ref is not used in the path.
    Open source →
    Additional notes

    Patch Changes

    • Improved error messaging when a path parameter referenced via $ref is not used in the path.
    • Updated @redocly/openapi-core to v2.20.4.
    Open source →
  8. 2.20.33 Mar 2026
    Release notes

    Patch Changes

    • Updated openapi-sampler dependency to v1.7.1.
    • Updated @redocly/openapi-core to v2.20.3.
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/respect-core to v2.20.3.
    Open source →
  9. 2.20.22 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.20.2.
    Open source →
    Additional notes

    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/config to v0.44.0.
    Open source →
    Additional notes

    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.
    Open source →
  10. 2.20.12 Mar 2026
    Release notes

    Patch Changes

    • Updated @redocly/ajv to v8.18.0
    • Updated @redocly/openapi-core to v2.20.1.
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/ajv to v8.18.0
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/ajv to v8.18.0
    • Updated @redocly/respect-core to v2.20.1.
    Open source →
  11. 2.20.027 Feb 2026
    Release notes2 sources agree

    Patch Changes

    • Updated @redocly/openapi-core to v2.20.0.
    Open source →
    Additional notes

    Minor Changes

    • Added AsyncAPI support to the stats command.
    Open source →
  12. 2.19.224 Feb 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.19.2.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where scorecardClassic configurations were not resolved.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where scorecardClassic configurations were not resolved.
    • Updated @redocly/openapi-core to v2.19.2.
    Open source →
  13. 2.19.119 Feb 2026
    Release notes

    Patch Changes

    • Fixed an issue in Respect where only the last value for repeated keys in multipart/form-data request bodies was shown.
    • Updated @redocly/openapi-core to v2.19.1.
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/respect-core to v2.19.1.
    Open source →
  14. 2.19.018 Feb 2026
    Release notes

    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.
    Open source →
    Additional notes

    Minor Changes

    • Added the spec-querystring-parameters rule (OpenAPI 3.2). This rule enforces that query and querystring are not mixed in the same operation/path parameter set, and that at most one querystring parameter is declared per operation or path.
    Open source →
    Additional notes

    Minor Changes

    • Added the spec-querystring-parameters rule (OpenAPI 3.2). This rule enforces that query and querystring are not mixed in the same operation/path parameter set, and that at most one querystring parameter 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.
    Open source →
  15. 2.18.216 Feb 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.18.2.
    Open source →
    Additional notes

    Patch Changes

    • Fixed false positive errors in example validation for OpenAPI 3.0.x and OpenAPI 2.x.
    Open source →
    Additional notes

    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.
    Open source →
  16. 2.18.113 Feb 2026
    Release notes

    Patch Changes

    • Updated @redocly/ajv to v8.17.4.
    • Updated @redocly/openapi-core to v2.18.1.
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/ajv to v8.17.4.
    • Fixed validation of examples where combining required with readOnly or writeOnly properties would incorrectly generate warnings.
    Open source →
    Additional notes

    Patch Changes

    • Fixed validation of examples where combining required with readOnly or writeOnly properties would incorrectly generate warnings.
    • Updated @redocly/respect-core to v2.18.1.
    Open source →
  17. 2.18.011 Feb 2026
    Release notes2 sources agree

    Patch Changes

    • Updated @redocly/openapi-core to v2.18.0.
    Open source →
    Additional notes

    Minor Changes

    • Added lintEntityWithScorecardLevel function to validate entity files against scorecard level configurations and lintSchema function to lint individual schemas from API description files.

    Patch Changes

    • Updated @redocly/config to v0.43.0.
    Open source →
  18. 2.17.09 Feb 2026
    Release notes

    Minor Changes

    • Added new outputs-defined Arazzo 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.
    Open source →
    Additional notes

    Minor Changes

    • Added support for Media Types in the Components model.
    • Added new outputs-defined Arazzo rule, ensuring outputs are defined before use.
    Open source →
    Additional notes

    Minor Changes

    • Added support for Media Types in the Components model.

    Patch Changes

    • Updated @redocly/openapi-core to v2.17.0.
    Open source →
  19. 2.16.06 Feb 2026
    Release notes

    Patch Changes

    • Redirected bundling problems (such as lint errors and warnings) to stderr instead of stdout to avoid interfering with the bundled output.
    • Updated @redocly/openapi-core to v2.16.0.
    Open source →
    Additional notes

    Minor Changes

    • Added a new --component-renaming-conflicts-severity option for the bundle command 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 stderr instead of stdout to avoid interfering with the bundled output.
    Open source →
    Additional notes

    Minor Changes

    • Added a new --component-renaming-conflicts-severity option for the bundle command 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 stderr instead of stdout to avoid interfering with the bundled output.
    • Updated @redocly/openapi-core to v2.16.0.
    Open source →
  20. 2.15.26 Feb 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.15.2.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where improperly structured OpenAPI examples caused the linter to fail.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where improperly structured OpenAPI examples caused the linter to fail.
    • Updated @redocly/openapi-core to v2.15.2.
    Open source →
  21. 2.15.12 Feb 2026
    Release notes2 sources agree

    Patch Changes

    • Updated @redocly/openapi-core to v2.15.1.
    Open source →
    Additional notes

    Patch Changes

    • Updated @redocly/config to v0.41.4.
    • Added description and documentationLink properties to NodeTypes. Renamed Redocly configuration types to better reflect their purpose and relations.
    • Updated @redocly/config to v0.41.3.
    Open source →
  22. 2.15.027 Jan 2026
    Release notes

    Minor Changes

    • Added support for runtime expressions in the url property of the Respect x-operation extension.

    Patch Changes

    • Updated @redocly/openapi-core to v2.15.0.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where .redocly.lint-ignore.yaml was not loaded in browser environments.
    Open source →
    Additional notes

    Patch Changes

    • Removed unused chokidar dependency.
    • Updated @redocly/openapi-core to v2.15.0.
    Open source →
  23. 2.14.923 Jan 2026
    Release notes

    Patch Changes

    • Revert: fixed an issue where .redocly.lint-ignore.yaml was not loaded in browser environments.
    Open source →
    Additional notes2 sources agree

    Patch Changes

    • Updated @redocly/openapi-core to v2.14.9.
    Open source →
  24. 2.14.823 Jan 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.14.8.
    Open source →
    Additional notes

    Patch Changes

    • Allowed x-query operations names in OpenAPI 3.0 and 3.1 similar to query in OpenAPI 3.2.
    • Fixed an issue where multi-line lint error messages could break Markdown formatting.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where multi-line lint error messages could break Markdown formatting.
    • Updated @redocly/openapi-core to v2.14.8.
    Open source →
  25. 2.14.722 Jan 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.14.7.
    Open source →
    Additional notes

    Patch Changes

    • Fixed an issue where the no-invalid-media-type-examples, no-invalid-parameter-examples, and no-invalid-schema-examples would not trigger warnings when an example defined in a schema.
    Open source →
  26. 2.14.622 Jan 2026
    Release notes

    Patch Changes

    • Updated @redocly/openapi-core to v2.14.6.
    Open source →
  27. 2.14.512 Jan 2026

    Nothing published for this version

  28. 2.14.48 Jan 2026

    Nothing published for this version

  29. 2.14.32 Jan 2026

    Nothing published for this version

  30. 2.14.230 Dec 2025

    Nothing published for this version

  31. 2.14.124 Dec 2025

    Nothing published for this version

  32. 2.14.019 Dec 2025

    Nothing published for this version

  33. 2.13.017 Dec 2025

    Nothing published for this version

  34. 2.12.715 Dec 2025

    Nothing published for this version

  35. 2.12.610 Dec 2025

    Nothing published for this version

  36. 2.12.59 Dec 2025

    Nothing published for this version

  37. 2.12.48 Dec 2025

    Nothing published for this version

  38. 2.12.35 Dec 2025

    Nothing published for this version

  39. 2.12.23 Dec 2025

    Nothing published for this version

  40. 2.12.11 Dec 2025

    Nothing published for this version

  41. 2.12.025 Nov 2025

    Nothing published for this version

  42. 2.11.110 Nov 2025

    Nothing published for this version

  43. 2.11.04 Nov 2025

    Nothing published for this version

  44. 2.10.031 Oct 2025

    Nothing published for this version

  45. 2.9.030 Oct 2025

    Nothing published for this version

  46. 2.8.023 Oct 2025

    Nothing published for this version

  47. 2.7.123 Oct 2025

    Nothing published for this version

  48. 2.7.017 Oct 2025

    Nothing published for this version

  49. 2.6.016 Oct 2025

    Nothing published for this version

  50. 2.5.113 Oct 2025

    Nothing published for this version

  51. 2.5.09 Oct 2025

    Nothing published for this version

  52. 2.4.08 Oct 2025

    Nothing published for this version

  53. 2.3.16 Oct 2025

    Nothing published for this version

  54. 2.3.03 Oct 2025

    Nothing published for this version

  55. 2.2.32 Oct 2025

    Nothing published for this version

  56. 2.2.226 Sept 2025

    Nothing published for this version

  57. 2.2.125 Sept 2025

    Nothing published for this version

  58. 2.2.023 Sept 2025

    Nothing published for this version

  59. 2.1.519 Sept 2025

    Nothing published for this version

  60. 2.1.417 Sept 2025

    Nothing published for this version