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

Choose a tag to compare

@fotinakis fotinakis released this 07 Mar 00:32

Improved CodeShip Pro support. (#58)

v2.0.1

Choose a tag to compare

@fotinakis fotinakis released this 19 Oct 19:05
  • 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

Choose a tag to compare

@fotinakis fotinakis released this 31 Aug 21:40
  • 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

Choose a tag to compare

@faun faun released this 25 Jul 17:54

Added:

  • Add GitLab CI environment variable support

Removed:

  • Python 3.3 support

v1.1.2

Choose a tag to compare

@timhaines timhaines released this 20 Apr 18:30

Improve integration with Travis CI PR builds.

v1.1.1

Choose a tag to compare

@cadeParade cadeParade released this 03 Apr 23:01

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

v1.1.0

Choose a tag to compare

@timhaines timhaines released this 12 Mar 23:46

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

v1.0.10

Choose a tag to compare

@timhaines timhaines released this 05 Mar 00:31

🐞 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

Choose a tag to compare

@timhaines timhaines released this 28 Feb 21:35

Add build_id property to the runner. Thanks @danielrozenberg!

v1.0.7

Choose a tag to compare

@timhaines timhaines released this 12 Nov 03:09

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