Release date 2024/12/12
Bugfix
-
Fixed an issue where requests get rejected when defining an object parameter with form style and exploded.
Release date 2024/12/12
Fixed an issue where requests get rejected when defining an object parameter with form style and exploded.
Release date 2024/09/11
Fix an issue where the plugin may fail to handle requests when param_schema is $ref schema.
Added a new configuration field content_type_parameter_validation
to determine whether to enable Content-Type parameters validation.
Release date 2024/06/18
Fix an issue where the plugin may fail to handle requests when param_schema is $ref schema.
Added a new configuration field content_type_parameter_validation
to determine whether to enable Content-Type parameters validation.
Release date 2024/06/18
Fix an issue where the plugin may fail to handle requests when param_schema is $ref schema.
Added a new configuration field content_type_parameter_validation
to determine whether to enable Content-Type parameters validation.
Release date 2024/02/12
Request Validator The Request Validator plugin now validates the request body schema when json is the suffix value in the request content type’s subtype, for example application/merge-patch+json
.
Release date 2022/12/06
The plugin now supports the charset
option for theconfig.allowed_content_types
parameter.