| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-11 | 1.2 kB | |
| Release 4.18.2 source code.tar.gz | 2026-05-11 | 60.2 MB | |
| Release 4.18.2 source code.zip | 2026-05-11 | 61.2 MB | |
| Totals: 3 Items | 121.3 MB | 0 | |
:rocket: Added
- Probe for strict URL decoders (Tomcat, common WAFs) and sanitize backslash/control chars from generated path strings when the server rejects them.
:bug: Fixed
- Skip stateful root rules for operations whose inputs reference producer-supplied resource fields.
- Accept skewed length distributions across sibling quantifiers when rewriting
patternagainstmaxLength. - Drop spec
example/examples/defaultvalues that cannot be validated against the schema in positive coverage. - Honour per-operation
phases.stateful.enabled = falsein the state machine. - Treat field-level body
must not be blankfeedback as a body-required signal so generation stops emitting empty bodies. - Recognise
contentas a single-property response wrapper during dependency inference. - Skip
use_after_freefalse positives when the DELETE itself returned a non-2xx status (server crash or 404). - Propagate error-feedback observations on first occurrence so coverage reacts to examples-phase 4xx evidence immediately.
:racing_car: Performance
- Faster coverage-phase generation for formats the active JSON Schema draft does not validate.