This repository was archived by the owner on Feb 26, 2021. It is now read-only.
Releases: percy/python-percy-client
Releases · percy/python-percy-client
v2.0.2
v2.0.1
- Improved supported for Circle 2.0 (#45).
CIRCLE_WORKFLOW_WORKSPACE_IDis now used as the parallel nonce ifPERCY_PARALLEL_NONCEis 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
- Removed deprecated PERCY_PROJECT handling. You can safely remove PERCY_PROJECT from CI environment variables.
- Backwards-incompatible change: the interface to
create_buildhas changed slightly and now only accepts optional arguments. There are no other major changes or backwards-incompatibilities in this release.
v1.3.0
v1.1.2
v1.1.1
Get commit data from git if available, then fallback to ENV variables
v1.1.0
v1.0.10
v1.0.9
Add build_id property to the runner. Thanks @danielrozenberg!