🐛 Fixed
- Do not mutate
pattern
keywords in response schema validation. #2749 - Generate empty header values during the coverage phase.
- Generate negative values for
minItems
&maxItems
during the coverage phase. - Use
default
value as valid input during the coverage phase. - Export
BaseSchema
andHookContext
as a part of the public Python API. #2777 - Unknown
multipart/form-data
fields not added to the final test case payload. - Generate a non-empty string for negative testing of
type: string
enums during the coverage phase.