github schemathesis/schemathesis v4.4.2
Release 4.4.2

latest releases: v4.4.4, v4.4.3
one day ago

🚀 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 when paths is absent.
  • Response schema validation not working for schemas with nested $ref chains in response definitions.
  • Internal error when extracting examples from schemas with nested allOf structures.

🏎️ 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.

Don't miss a new schemathesis release

NewReleases is sending notifications on new releases.