:version:`3.38.0 <v3.37.1...v3.38.0>` - 2024-10-21
--------------------------------------------------
**Added**
- Support negative cases for ``items`` and ``patternProperties`` during the coverage phase.
- Location information for all negative values generated at the coverage phase.
- Python 3.13 support.
**Changed**
- Ensure ``minLength`` & ``maxLength`` are taken into account when generating negative cases with ``pattern`` during the coverage phase.
**Fixed**
- Passing ``additional_checks`` & ``excluded_checks`` to ``Case.call_and_validate``.
- Not generating some negative patterns during the coverage phase.
- Internal error on unsupported regex in the coverage phase.
- False positive in ``ignored_auth`` if auth is provided via ``--set-query`` or ``--set-cookie``.
- ``ignored_auth`` not working under ``pytest``.
**Performance**
- Major speedup for the coverage phase.