🐛 Fixed
- Setting an empty list to
phases.coverage.unexpected-methods
will disable testing of unexpected HTTP methods. - Schema bundler to correctly detect unbreakable indirect recursive cycles instead of failing with
RecursionError
.
🔧 Changed
- Display extraction failures for
requestBody
in explicit links. - If
requestBody
is optional, choose empty body only in 5% of cases (instead of 50%). - Add matching required fields from known resources during dependency analysis.
- Improve deduplication of inferred links.