| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-22 | 1.1 kB | |
| Release 4.13.0 source code.tar.gz | 2026-03-22 | 59.3 MB | |
| Release 4.13.0 source code.zip | 2026-03-22 | 60.1 MB | |
| Totals: 3 Items | 119.5 MB | 3 | |
:rocket: Added
[auth.dynamic.openapi.<scheme>]config block for token fetch authentication that allows for dynamic authentication without writing Python code. #3620- Use captured response data in the examples phase. #638
--request-retriesto retry requests on network failures with exponential back-off.
:wrench: Changed
- Strip API version prefixes during dependency inference.
- Do not cross-link same-named resources from different API namespaces in during dependency inference.
:bug: Fixed
apply_to/skip_forfilter sets not updated between hook registrations, causing hooks registered after the first to silently receive the wrong filter set.- Base URL truncated with an ellipsis in the startup summary on narrow terminals (e.g. CI environments). #3618
- Generated strings from regex patterns violating
minLength/maxLengthconstraints in the coverage phase whenupdate_quantifiercannot encode length into the pattern.