github Redocly/redocly-cli @redocly/openapi-core@2.44.0

latest releases: @redocly/respect-core@2.44.1, @redocly/openapi-core@2.44.1, @redocly/client-generator@0.3.1...
6 hours ago

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 the warn level in the recommended ruleset.

    Note: linting output may include new warnings for description fields that contain potentially executable content.

  • Added security-defined rule for AsyncAPI 2.x and 3.x.

    Warning: this rule is enabled at error severity in the recommended ruleset, so AsyncAPI documents that previously linted clean may now fail. The rule flags security $refs that target an undefined scheme or a path outside components.securitySchemes, and operations that declare no security of their own when the applicable servers don't supply one either.

Don't miss a new redocly-cli release

NewReleases is sending notifications on new releases.