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

Changelog History
Page 7

  • v0.24.5 Changes

    February 26, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • 2fdc76b Error during pytest collection on objects that have custom __getattr__ method and therefore pass is_schemathesis check

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

  • v0.24.4 Changes

    February 22, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • ๐Ÿ 4baf932 Resolving references when schema is loaded from a file on Windows

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • โœ… d14f6e9 Fix pytest warning on not registered marks
    • 46c44a8 (ci) Run scheduled hypothesis tests with custom profile
    • 15e0117 (ci) Fix mutmut job
    • 8f6c4ea (ci) Bump codecov action version
    • โœ… 3693f78 (tests) Update platform-specific messages
    • โœ… 6429090 (tests) Disable filepath dereference tests on Windows
    • โœ… d687e08 (tests) Unset deadline for some tests, that are slow on Windows
    • โœ… 3411891 (tests) Skip CLI output style checks on Windows
    • 17caaa9 (ci) Add Windows build

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

  • v0.24.3 Changes

    February 10, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • a6a1248 Add validate_schema attribute and proper handling to LazySchema
    • 261c7b4 Missing app, location and hooks parameters in schema when used with BaseSchema.parametrize
    • 43404db Not copied validate_schema parameter in BaseSchema.parametrize

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

  • v0.24.2 Changes

    February 09, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • 8daa41b Crash with --hypothesis-max-examples=0 CLI option.
    • 235d00d Overflow crash in --hypothesis-deadline CLI option
    • 9a385f5 Crash with --hypothesis-deadline=0 CLI option
    • 5e8a388 Improve header CLI option validation
    • โฑ 919faf6 Validation of --request-timeout` parameter
    • cea9fe6 Schema path validation for WSGI apps
    • 1418a20 Crash on some invalid URLs in schema CLI option
    • a18648f Crash on invalid value in header CLI options
    • d857323 Crash on non latin-1 encodable value in auth CLI option
    • 637b0d0 Crash on invalid regular expressions in method, endpoint and tag CLI options

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • 5221688 Simplify regex validation

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ 73c1615 Release 0.24.2

    โœ… 3b6632c Test base_url in test_schema_validity

    ๐Ÿ‘€ e9b3c73 Add tests for hypothesis-report-multiple-bugs, hypothesis-seed and hypothesis-verbosity CLI parameters

    790350a Make help messages more consistent

    5924a73 Add extra flag & check option to test_valid_parameters_combos

    โœ… ac8dcec Add Hypothesis tests for CLI entrypoint

    โœ… e16d817 End to end tests for input values from #403, #404, #405 and #406

  • v0.24.1 Changes

    February 08, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • ๐Ÿ e378c2d CLI crash on Windows and Python < 3.8 when the schema path contains characters unrepresentable at the OS level.

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ 6e2e0a2 Release 0.24.1

    26d63c2 Reduce flakiness of test_nullable_properties test

  • v0.24.0 Changes

    February 07, 2020

    ๐Ÿฑ ๐Ÿš€ 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

  • v0.23.7 Changes

    January 30, 2020

    ๐Ÿฑ ๐Ÿš€ Features

    • 5e7d7b6 (cli) CLI option to fail after the first error

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • 2ea8326 Handling examples of parameters in Open API 3.0

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

  • v0.23.6 Changes

    January 27, 2020

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • ๐Ÿ“‡ 52b24f0 Use built-in importlib.metadata on Python 3.8
    • โœ… f08d5d9 Pin hypothesis-jsonschema for versioned hypothesis tests
    • 37d6b77 (cli) Add 'all' options for running checks in CLI

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ 1a40585 Release 0.23.6

    cbd0ea9 Add missing changelog entry

    โšก๏ธ 48a49fb Update custom check example

    5020756 Add a link to the article

  • v0.23.5 Changes

    January 24, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • ac97ac3 Generation of invalid values in Case.cookies

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ 703d6b0 Release 0.23.5

    6e76153 Use a custom class instead of object for sentinel instance

    ๐Ÿ“„ a51369e Clarify docstring

  • v0.23.4 Changes

    January 22, 2020

    ๐Ÿฑ ๐Ÿ› Bug fixes

    • 1825699 Converting exclusiveMinimum & exclusiveMaximum fields to JSON Schema

    ๐Ÿฑ ๐Ÿ”ง Chores and Improvements

    • ๐Ÿšš db45ac1 Remove obsolete comment

    ๐Ÿ“ฆ ๐Ÿ“ฆ Other

    ๐Ÿš€ 1bcda12 Release 0.23.4

    โœ… f1a4826 (tests) Exclude valid "auth" values from generation

    ๐Ÿšš b8a0e0e Remove redundant resolve call