Release date 2025/12/18
Feature
-
Added support for collecting all validation errors when
collect_all_errorsis set totruein the plugin configuration. Note: Enabling this option with OpenAPI 3.0 will affect performance. -
Support readOnly and writeOnly keywords for OpenAPI 3.1.x.
Bugfix
-
Fixed an issue where parameter data extraction failed when
$appears in the path pattern. -
Fixed an issue where nested references in oneOf / anyOf when they are used with a discriminator are not unfolded.
-
Fixed an issue where YAML 1.1
nullvalues were parsed incorrectly.