🚀 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.
🔧 Changed
- Strip API version prefixes during dependency inference.
- Do not cross-link same-named resources from different API namespaces in during dependency inference.
🐛 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.