Skip to content
This repository was archived by the owner on Feb 26, 2021. It is now read-only.

Releases: percy/python-percy-client

v2.0.2

07 Mar 00:32

Choose a tag to compare

Improved CodeShip Pro support. (#58)

v2.0.1

19 Oct 19:05

Choose a tag to compare

  • Improved supported for Circle 2.0 (#45).
    • 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:40

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.3.0

25 Jul 17:54

Choose a tag to compare

Added:

  • Add GitLab CI environment variable support

Removed:

  • Python 3.3 support

v1.1.2

20 Apr 18:30

Choose a tag to compare

Improve integration with Travis CI PR builds.

v1.1.1

03 Apr 23:01

Choose a tag to compare

Get commit data from git if available, then fallback to ENV variables

v1.1.0

12 Mar 23:46

Choose a tag to compare

Include git meta-data when creating a build, including commit message and author.

v1.0.10

05 Mar 00:31

Choose a tag to compare

🐞 If git branch can't be detected, stop defaulting to master. It'll now report as unknown-branch in Percy.

🐛 Fix branch detection on Windows.

v1.0.9

28 Feb 21:35

Choose a tag to compare

Add build_id property to the runner. Thanks @danielrozenberg!

v1.0.7

12 Nov 03:09

Choose a tag to compare

🐞 Fix: Retry failed requests against Percy's API.