daveshanley / vacuum

vacuum is the worlds fastest OpenAPI 3, OpenAPI 2 / Swagger linter and quality analysis tool. Built in go, it tears through API specs faster than you can think. vacuum is compatible with Spectral rulesets and generates compatible reports.
https://quobix.com/vacuum
MIT License
488 stars 39 forks source link

v0.10.0 #500

Closed daveshanley closed 1 month ago

daveshanley commented 1 month ago

Quality / Stability release

This release contains breaking changes for API consumers.

This is a breaking change for consumers of vacuum as an API. It introduces some changes to the Schema of all built in rule functions. These changes are required to correct some broken behavior when using vacuum as an engine for other tools.

A number of built in rule functions have have schemas updated to be accurate.

A new GetCategory method signature has been added to the RuleFunction interface, that requires all rule functions to expose the category the rule is apart of.

severity is now a required property of all rule definitions.

It addresses the following issues