Added
- Support for OpenAPI 3.0 server variables (base_path). #40
- Support for
format: byte
. #254 - Response schema conformance check in CLI / Runner. #256
- Docker image for CLI. #268
- Pre-run hooks for CLI. #147
- A way to register custom checks for CLI via
schemathesis.register_check
. #270
Fixed
- Not quoted path parameters. #272
Changed
- Verbose messages are displayed in the CLI on failed checks. #261