🐛 Fixed
- Serialize nested-object query parameters using recursive bracket notation.
- Detect Tomcat strict-decoder rejection when the response carries the default HTML error page.
- Cover both branches of non-body
oneOf: [array, string]parameters by forcing non-empty strings. - Pin
Content-Typeto the body media type when it is declared as an explicit header parameter. - Crash in coverage phase on schemas with property names
pattern/minLength/maxLength(e.g. Kubernetes CRDs). - Crash in fuzzing phase on negative mutations of bundled
$refschemas carrying sibling validation keywords. - Generate a positive coverage case for
additionalProperties: {schema}on objects without explicittype: object. - Emit a populated positive baseline for
type: arrayparameters so item-level keywords reach coverage. - Drop wildcard
*/*from Swagger 2.0consumesso coverage requests carry a concreteContent-Type. - Treat 409 Conflict as a valid rejection status for
negative_data_rejection. - Retry slow schema endpoints (read timeouts) under
--wait-for-schema. #4058 - False positive
negative_data_rejectionon query-leveladditionalPropertiesmutations. #3730 - Resolve bundled
$refinpositive_data_acceptancehint to avoid false "additional properties" suggestions. - Generate positive body cases for schemas combining
allOfwithreadOnlyrequired properties. - Emit a unique-array case alongside the duplicate for scalar parameters declaring
uniqueItems.