·
30 commits
to main
since this release
Major Changes
- Removed support for default config file names other than
redocly.yaml
.
Minor Changes
-
Enabled
no-required-schema-properties-undefined
,no-schema-type-mismatch
, andno-enum-type-mismatch
rules for AsyncAPI and Arazzo specifications.
Adjusted the rules' severities in therecommended
andminimal
rulesets. Refer to the following table:Rule \ Ruleset recommended minimal no-required-schema-properties-undefined off
->warn
off
->warn
no-enum-type-mismatch error
warn
no-schema-type-mismatch warn
->error
off
->warn
Patch Changes
- Fixed plugins validation in config files referenced in the
extends
section. - Fixed an issue where the config resolver grouped assertions instead of returning unchanged rules.