Skip to content

Releases: JamalZeynalov/swagger-coverage-py

2.2.10

21 Nov 20:29

Choose a tag to compare

Fix errors when 'data' is passed instead of json

Version 2.2.9

07 Nov 09:18

Choose a tag to compare

2.2.8

26 Oct 11:22
523370d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v.2.2.7...v.2.2.8

"disable" option is added

23 Aug 14:21

Choose a tag to compare

Now it's possible to skip requests recording. No files will be saved to "swagger-coverage-output" directory, if API_COVERAGE_REPORTS_DISABLED is set to True.

Update to latest cmd tool and fixes

25 Mar 17:05

Choose a tag to compare

  1. Fix issue. HTML report was not generated if not string values were passed into path/query params
  2. Update command line tool to the latest version

Support schema in YAML format

01 Dec 09:17

Choose a tag to compare

v.2.2.2

Update package version

Python package

30 Oct 10:35

Choose a tag to compare

v.2.1.3

update README.md

Publish python package

30 Oct 10:26

Choose a tag to compare

v.2.1.2

v2.1.2

Support both OpenAPI and Swagger formats

28 Oct 08:28
de9da61

Choose a tag to compare

By default, the library generates files in "OpenAPI 3.0.0" format. But you can specify "swagger" format if your API docs are in this format.
Example:

API_DOCS_TYPE="swagger"  # Note: "openapi" is default type of API docs
API_DOCS_VERSION="2.0"  # Note: "3.0.0" is default version of API docs

Support OpenAPI 3.0.0

22 Oct 12:24

Choose a tag to compare

What's Changed