Skip to content

Releases: graphora/graphcheck-action

v1.0.4: GraphCheck 0.4.0 by default

Choose a tag to compare

@ezhilvendhan ezhilvendhan released this 18 Sep 09:30
7a806bd

What's Changed

  • The action installs GraphCheck 0.4.0 by default. Override it with the version input, or set it empty to use a CLI you installed yourself.
  • Step Summaries now show the "what changed since the last run" block that GraphCheck 0.4.0 writes into summary.json: new failures, fixed checks, and count deltas. Runs with no comparable previous run omit it.
  • README, contract tests, and the contract workflow updated to the new default.

Concurrency still defaults to two workers. GraphCheck 0.3.0 and newer, with results schema 2.0, still require Action v1.0.2 or newer.

Full Changelog: v1.0.3...v1.0.4

v1.0.3

Choose a tag to compare

@kev-graphora kev-graphora released this 05 Sep 09:56
e80182b

What's Changed

  • The action installs GraphCheck 0.3.0 by default. The main change is that default check concurrency rose from one worker
    to two
  • Updated README.md

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@kev-graphora kev-graphora released this 28 Aug 09:08
846d0f0

What's Changed

  • GraphCheck's schema version 2.0 status support has been added

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@kev-graphora kev-graphora released this 27 Aug 09:21
3e2ee4e

What's Changed

  • Bump the github-actions group with 5 updates
  • Verify cross-platform CLI installation
  • Make the platform test prove the CLI was reached

Full Changelog: v1.0.0...v1.0.1