🚀 Added
schema.find_operation_by_path(method, path)to match actual request paths to API operations.
🐛 Fixed
- Handle OpenAPI 3.1 schemas that omit
paths(e.g., webhook-only specs) by making path lookups resilient whenpathsis absent. - Response schema validation not working for schemas with nested
$refchains in response definitions. - Internal error when extracting examples from schemas with nested
allOfstructures.
🏎️ Performance
- ~5-30% performance improvements for iterating over API operations through base URL caching.
- 10-100x faster link generation for stateful testing on large APIs.