- Display RNG seed in the CLI output to allow test reproducing. :issue:`267` - Allow specifying seed in CLI. - Ability to pass custom kwargs to the ``requests.get`` call in ``loaders.from_uri``.
**Changed**
- Refactor case generation strategies: strategy is not used to generate empty value. :issue:`253` - Improved error message for invalid path parameter declaration. :issue:`255`
**Fixed**
- Pytest fixture parametrization via ``pytest_generate_tests``. :issue:`280` - Support for tests defined as methods. :issue:`282` - Unclosed ``requests.Session`` on calling ``Case.call`` without passing a session explicitly. :issue:`286`
- Support for OpenAPI 3.0 server variables (base_path). :issue:`40` - Support for ``format: byte``. :issue:`254` - Response schema conformance check in CLI / Runner. :issue:`256` - Docker image for CLI. :issue:`268` - Pre-run hooks for CLI. :issue:`147` - A way to register custom checks for CLI via ``schemathesis.register_check``. :issue:`270`
**Fixed**
- Not encoded path parameters. :issue:`272`
**Changed**
- Verbose messages are displayed in the CLI on failed checks. :issue:`261`