All Versions
93
Latest Version
Avg Release Cycle
6 days
Latest Release
1615 days ago

Changelog History
Page 5

  • v1.3.3 Changes

    April 29, 2020

    🍱 🔧 Chores and Improvements

    • 🚀 6516285 Release 1.3.3
    • ⚡️ 6e6cac7 Update pytest-subtests pin to >=0.2.1,<1.0
  • v1.3.2 Changes

    April 27, 2020

    🍱 🚀 Features

    • 3de1d25 Show exceptions if they happened during loading a WSGI application

    🍱 🔧 Chores and Improvements

    📦 📦 Other

    • d6d7695 Fix hardcoded user agent in test
    • de0606a Complete code example
    • 7bb1e82 Fix formatting
    • 4614e19 Fix hardcoded UserAgent in tests
  • v1.3.1 Changes

    April 27, 2020

    🍱 🚀 Features

    🍱 🔧 Chores and Improvements

  • v1.3.0 Changes

    April 27, 2020

    🍱 🚀 Features

    • 903b022 Export CLI test results to JUnit.xml
    • cce1e95 Targeted testing support
    • aee9d0c Store requests & responses

    🍱 🐛 Bug fixes

    • 1a5c309 Recursion error in response_schema_conformance check
    • 4c7c7c4 Showing error causes on internal jsonschema errors during input schema validation
    • b567010 Code samples for schemas where body is defined as {"type": "string"}

    🍱 🔧 Chores and Improvements

    • 🚀 8b549d8 Release 1.3.0
    • 👻 b13f6c6 Add a help message to the CLI output when an internal exception happens
    • 4e5f463 Do not show Click's "Aborted!" message when an error occurs during schema loading in CLI
    • 4174100 Use C-extension for YAML loading when it is possible
    • 9d04b66 Shutdown writer thread in case of exceptions in the main thread
    • c00ce36 Add indentation & section name to the SUMMARY CLI block.

    📦 📦 Other

    • 🐎 87a3692 Improve cassette writer performance
    • edd0c78 Use 1-based indexing in VCR cassettes
    • d4ec6a6 Use append instead insert when collecting event handlers
    • 0a0ec07 Display multiple failure elements in JUnit XML
    • 77d8b97 Add an empty line in CLI output for JUnit report
    • a42cecc Cleanup new check registration in tests
    • 88649fe Fix Response.headers type
    • 50d6575 Fix changelog entry formatting
    • 📄 ce20655 Fix docs config
    • 📄 41d70b4 Add current Schemathesis version to docs
    • 3b04f09 Test with pytest-asyncio 0.11.x
    • 👀 14672ce Set seed in unstable tests to have reproducible results
    • 📚 23fe0af Move documentation info closer to the top of the README
  • v1.2.0 Changes

    April 15, 2020

    🍱 🚀 Features

    • 👍 28b16c5 Support x-example vendor extension in Open API 2.0
    • cff8a87 Per-test hooks for modification of data generation strategies

    🍱 🔧 Chores and Improvements

    • 🚀 a1d8973 Release 1.2.0
    • 49c6805 Sanity validation for runner.prepare parameters
  • v1.1.2 Changes

    April 14, 2020

    🍱 🐛 Bug fixes

    • b0e21e2 Pass custom keyword arguments to client.get in the from_wsgi loader
    • 👍 d34ec2b Support for custom loaders in runner

    🍱 🔧 Chores and Improvements

    📦 📦 Other

    • 1dc48b5 Add more different keywords to the test app's /api/payload endpoint
    • 604a7bd Fix test app invalid_path_parameter endpoint
    • a0973a4 Fix typo
    • 🚚 128ba24 Remove unused schema argument from runner internals
  • v1.1.1 Changes

    April 12, 2020

    🍱 🐛 Bug fixes

    • f0aa730 Use Draft 4 validator in response_schema_conformance
    • 6b4cdfe Open API -> JSON Schema conversion

    🍱 🔧 Chores and Improvements

    📦 📦 Other

    • c55b8fd Clarify to_json_schema function docstring
  • v1.1.0 Changes

    April 08, 2020

    🍱 🐛 Bug fixes

    • 23acc97 Response schema check for recursive schemas

    🍱 🔧 Chores and Improvements

    • 🚀 063c622 Release 1.1.0
    • 799f3bb Use RECURSION_DEPTH_LIMIT variable in resolve instead of a hardcoded value
    • 👷 52aebb9 Run pre-commit hooks job when any hook config is changed
    • ⚡️ aaa4543 Update pre-commit hooks
    • ⚡️ a5613fd Update trove classifier to Development Status :: 5 - Production/Stable
    • 🚚 3aa7761 Move ExecutionContext to CLI implementation
    • 🚚 bfe4aa3 Remove unused imports in cli module

    📦 📦 Other

    • c066c1f Add Gitter badge to README.rst
    • 2270e00 Make runner events into serializable static objects
    • d7fdfea Replace mocking in test_execute_missing_schema (#480)
    • 8551439 Use time.monotonic to measure running time
    • 📄 335814a Fix typo in a docstring
  • v1.0.5 Changes

    April 03, 2020

    🍱 🐛 Bug fixes

    • bd4df22 Handling of endpoints that contain multipart/form-data media types in Open API 3.0 schemas (#474)

    🍱 🔧 Chores and Improvements

  • v1.0.4 Changes

    April 03, 2020

    🍱 🐛 Bug fixes

    • 2666c6b Error in OpenApi30.get_content_types introduced in 8aeee1a (#470)

    🍱 🔧 Chores and Improvements