Release date 2026/07/02
Feature
-
Added opt-in structured validation errors via the new
structured_errorsfield, which provides structured error details. Use themax_structured_errorsfield (must be greater than 0) to cap the number of returned errors in structured format; when unset, all errors are returned. Whenstructured_errorsis disabled, the plugin preserves the original non-structured error format.
Bugfix
-
Fixed an issue where the OAS specification cache failed to distinguish between different values of
api_spec_encodedfor the same specification content. -
Fixed an issue where path parameters were extracted from the wrong URI segment when
custom_base_pathwas used with bare/{param}paths.