Skip to content

Releases: percy/percy-client

v2.0.8

29 Aug 10:23
4a6afba
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.7...v2.0.8

v2.0.7

23 Jan 11:03
8b68855
Compare
Choose a tag to compare

What's Changed

  • Add support for scope_selector to be passed to snapshot creation by @nilshah98 in #53

New Contributors

Full Changelog: v2.0.6...v2.0.7

v2.0.6

23 Jan 10:56
1670a1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.6

v2.0.4

18 Nov 18:24
Compare
Choose a tag to compare

What changed?

  • fix: Use CIRCLE_WORKFLOW_ID for parallel nonce (#47) (allows for rebuilds to not 409 in Circle)

v2.0.3

07 Mar 00:31
Compare
Choose a tag to compare

Improved CodeShip Pro support. (#43)

v2.0.2

31 Jan 02:53
Compare
Choose a tag to compare

Improve 5XX error handling (#41).

v2.0.1

19 Oct 19:04
Compare
Choose a tag to compare
  • Improved supported for Circle 2.0 (#40).
    • CIRCLE_WORKFLOW_WORKSPACE_ID is now used as the parallel nonce if PERCY_PARALLEL_NONCE is not specified. This gives a better default higher-level grouping for snapshots when tests are parallelized in Circle, otherwise it has no effect. We believe this change is backwards compatible, but please reach out if you have issues.

v2.0.0

31 Aug 21:49
Compare
Choose a tag to compare
  • Removed deprecated PERCY_PROJECT handling. You can safely remove PERCY_PROJECT from CI environment variables.
  • Backwards-incompatible change: the interface to create_build has changed slightly and now only accepts optional arguments. There are no other major changes or backwards-incompatibilities in this release.

v1.15.0

26 Jul 20:51
Compare
Choose a tag to compare

Proper support for GitLab CI environment variables

v1.14.1

24 Jul 23:38
9047ae9
Compare
Choose a tag to compare

Allow for parallel_total_shards of -1.