Skip to content

Releases: schemathesis/action

Release 3.0.0

11 Mar 10:05
v3.0.0
806cace

Choose a tag to compare

authorization input

Pass the Authorization header directly instead of using args:

- uses: schemathesis/action@v3
  with:
    schema: 'https://example.com/openapi.json'
    authorization: 'Bearer ${{ secrets.API_TOKEN }}'

Schema coverage reports

Enabled by default. Each run produces:

  • A step summary with a coverage breakdown
  • An HTML report uploaded as a workflow artifact
  • A PR comment with a direct download link (requires pull-requests: write)

Release 2.1.0

30 Jun 20:40
v2.1.0

Choose a tag to compare

Added

  • Support for config-file input to specify path to a schemathesis.toml file

Release v2.0.1

19 Jun 15:24
v2.0.1
71f06c5

Choose a tag to compare

Fixed

  • Use schemathesis>=4.0,<5.0 for latest version

Release 1.1.1

19 Jun 15:21
v1.1.1
95849c1

Choose a tag to compare

Fixed

  • Use schemathesis>=3.39,<4.0 for latest version. #29

Release 2.0.0

11 Jun 07:16
v2.0.0

Choose a tag to compare

  • Compatibility with Schemathesis 4.0

Release 1.1.0

06 May 09:21
v1.1.0
bae1db2

Choose a tag to compare

Changed

  • Use uv to install Schemathesis
  • Deprecate api-name, report, token and make them no-op

Release 1.0.4

12 Mar 21:57
v1.0.4
e8c36ca

Choose a tag to compare

Changed

  • Use Python 3.12 in GitHub Action
  • Update actions/setup-python to 5. #8

Release 1.0.3

18 Feb 10:36

Choose a tag to compare

🚀 Added

  • Schemathesis hooks support via the hooks option. #4

Release 1.0.2

26 Aug 21:31
v1.0.2

Choose a tag to compare

🚀 Added

  • Pass SCHEMATHESIS_ACTION_REF to Schemathesis

Release 1.0.1

19 Aug 17:55
v1.0.1

Choose a tag to compare

Fix missing entrypoint.sh