github schemathesis/schemathesis v3.18.1
Release 3.18.1

latest releases: v3.27.0, v3.26.2, v3.26.1...
14 months ago

Hello! This update brings improved stateful testing, reducing the number of failed API calls. Additionally, performance optimizations have been made for a smoother experience.

🔧 Changed

  • Stateful testing: Only make stateful requests when stateful data is available from another operation.
    This change significantly reduces the number of API calls that likely will fail because of the absence of stateful data. #1669

🏎️ Performance

  • Do not merge component schemas into the currently tested schema if they are not referenced by it. Originally all
    schemas were merged to make them visible to hypothesis-jsonschema, but they imply significant overhead. #1180
  • Use a faster, specialized version of deepcopy.

Don't miss a new schemathesis release

NewReleases is sending notifications on new releases.