🚀 Added
- Negative testing support for GraphQL schemas. #2355
🐛 Fixed
- Misleading "Schema Error: Cannot generate test data" when
filter_casehook rejects all generated cases. Now reports "Hook Error" with actionable guidance. - Incorrect HTTP method shown in failure headers during coverage phase. #3322
- False positive
negative_data_rejectionfailures forformat: passwordand other formats without validation semantics. #3480
🔧 Changed
- Use
jsonschema-rsfor data validation instead ofjsonschema. - Docker images now use free-threaded Python 3.14 with GIL disabled (
PYTHON_GIL=0), providing up to 65% faster multi-worker execution.