Schemathesis v0.24.0 Release Notes

Release Date: 2020-02-07 // about 4 years ago
  • ๐Ÿฑ ๐Ÿš€ Features

    • 4160583 Handle cases when the remote schema is not publicly accessible
    • 8804716 --show-error-tracebacks CLI option to display errors' tracebacks in the output
    • โœ… c352fdf Support for testing of examples in Parameter & Media Type objects in Open API 3.0.
    • c4df8d5 Allow bodies for GET requests if schema validation is disabled

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • df07a14 CLI crash when an explicit example is specified in endpoint definition
    • โœ… 42222a0 (tests) Exclude special case from test_path_parameters_encoding

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • ๐Ÿ“œ e9b9a12 Fix auth type parsing

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ f2e160d Release 0.24.0

    ๐Ÿ™‹ cb2874d Add FAQ

    ๐Ÿ“„ 93c2bc3 Set proper year & project name in docs

    ๐Ÿ“š 46307fa Remove empty sources documentation

    ๐Ÿ“„ 419292a Add Read the Docs badge to the README file

    โœ… f5b5fdf Reduce tests flakiness