All Versions
93
Latest Version
Avg Release Cycle
6 days
Latest Release
579 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.3.2 Changes
August 04, 2020 -
v2.3.1 Changes
July 28, 2020 -
v2.3.0 Changes
July 26, 2020๐ฑ ๐ Features
- ed86737 Possibility to generate values for
in: formData
parameters that are non-bytes or contain non-bytes (e.g. inside an array)
๐ฑ ๐ Bug fixes
- 00afdca Generating illegal unicode surrogates in path
- ๐ ac5856a Support for properties named "$ref" in object schemas. Previously, it was causing
TypeError
- 26cb194
AttributeError
during generation of "multipart/form-data" parameters that have no "type" defined - 952f6bc
StopIteration
duringrequestBody
processing if it has empty "content" value - cceb04c
KeyError
during processing a schema with nullable parameters andin: body
- โ
07e3aab
ValueError
during sending a request with test payload if the endpoint defines a parameter with type: arrayand
in: formData`
๐ฑ ๐ง Chores and Improvements
- ๐ 1bf0a2b Release 2.3.0
- f032444 Avoid using
hypothesis-jsonschema
private API for registering custom string formats - 0a9b99d Error message for cases when a path parameter is in template but is not defined in the parameters list or missing
required: true
in its definition - 6af072a Fix dev dependencies in
pyproject.toml
- โ
683f1e4 Add
norecursedirs
config option for pytest to reduce the time for tests collection
๐ฆ ๐ฆ Other
- ed86737 Possibility to generate values for
-
v2.2.1 Changes
July 22, 2020 -
v2.2.0 Changes
July 14, 2020๐ฑ ๐ Features
๐ฑ ๐ Bug fixes
- 751d237 Serialization of non-string parameters
๐ฑ ๐ง Chores and Improvements
-
v2.1.0 Changes
July 06, 2020๐ฑ ๐ Features
- ๐ 6913f1b support property-level examples
๐ฑ ๐ Bug fixes
- 29b72a9 Handling of multipart requests for Open API 3.0 schemas
- 63bca9b Sending non-file form fields in multipart requests
- 0๏ธโฃ 5aba5b9 Content type conformance check for cases when Open API 3.0 schemas contain "default" response definitions
๐ฑ ๐ง Chores and Improvements
- ๐ 64702d2 Release 2.1.0
- ๐จ fa10801 Refactoring & comments
- ๐ deee01b Remove unneeded condition
- 7396949 Remove deprecated
_accepts_context
internal function - ๐ d204391 Remove deprecated
skip_validation
argument toHookDispatcher.apply
- 93f3cfe Changelog entry formatting
๐ฆ ๐ฆ Other
-
v2.0.0 Changes
July 01, 2020๐ฑ ๐ Bug fixes
- f8375af Base URL handling
๐ฑ ๐ง Chores and Improvements
- ๐ b71ca69 Downgrade
actions/checkout
to v1 forrelease-notes
job - ๐ a5c033b Release 2.0.0
- โก๏ธ 885a03e Update pre-commit hooks
- 3dc5e08 Statically guarantee that the output of
get_strategies_from_examples
will not containNone
values - โฌ๏ธ 812b1fc Downgrade
actions/checkout
to v1 forcommitsar
job - โก๏ธ fb5fb23 Update
codecov/codecov-action
to v1.0.7 - โก๏ธ aa5374b Update
actions/setup-python
to v2 - โก๏ธ ab3fcde Update
actions/cache
to v2 - โก๏ธ 1b8994e Update
actions/checkout
to v2 - ๐ 620376d Remove deprecated code
-
v1.10.0 Changes
June 28, 2020๐ฑ ๐ Features
- ๐ ebf209b Initial GraphQL support
- ๐ e7fe76d Support ASGI applications with
--app
option - โ 6452f0a add ASGI applications testcase
- ๐ 3044e0c Support ASGI applications by HacKan [email protected]
๐ฑ ๐ Bug fixes
- db1dda8 Passing
headers
toloader_for_app
- ๐ f684d9e remove a not must code for asgi
- ๐ท b692140 ASGI applications using
workers
parametrize has error
๐ฑ ๐ง Chores and Improvements
- ๐ a7bc1bb Release 1.10.0
๐ฆ ๐ฆ Other
-
v1.9.1 Changes
June 21, 2020๐ฑ ๐ Bug fixes
- ๐ 3e31a76 changelog entry moved where it belongs
- 2aad176 changelog, formatting, added an extra assertion
- ๐ 152bc9e Removed copy&paste leftover
- 70b7f48 silence mypy
- ๐ 7cd73b2 Fix schema loader to parse numbers in scientific notation
๐ฑ ๐ง Chores and Improvements
- ๐ d0ab4d5 Release 1.9.1
-
v1.9.0 Changes
June 20, 2020๐ฑ ๐ Features
- โ
402db10 Support for hook usage via
LazySchema
/ from_pytest_fixture` - a919c13 Allow register function-level hooks without passing their name as the first argument to
apply
- 41a83e9 pass original case's response to add_case hook
- ๐ 48a8497 support for multiple examples
- 080dcc5 add CLI option to minimize the verbose schema error
๐ฑ ๐ Bug fixes
- โ
7b812e4 Show exception information for test runs on invalid schemas with
--validate-schema=false
command-line option - 8cf428a Crash during generation of loosely-defined headers
๐ฑ ๐ง Chores and Improvements
- ๐ c104923 Release 1.9.0
๐ฆ ๐ฆ Other
- โ
402db10 Support for hook usage via