🚀 Added
- Coverage phase now generates test cases for
additionalPropertieswith schema constraints. - Coverage phase now generates test cases for
maxPropertiesandminPropertiesconstraints. - Coverage phase now generates negative test cases for
prefixItems.
🐛 Fixed
- Coverage phase crash when
anyOf/oneOfcontains array schemas with tuple validation (itemsas list). - Missing type violations in coverage phase for properties with
format: binaryin JSON request bodies. - Missing curl reproduction commands for network errors with Hypothesis 6.148.7+.
- Missing type violations in coverage phase for properties with both
constandtypekeywords. PointerToNowhereerror whenprefixItemscontains$refin Open API 3.1 schemas.authargument passed tocall_and_validatenot being recognized by theignored_authcheck. #3386