Releases: microsoft/PR-Metrics
Releases · microsoft/PR-Metrics
Release v1.4.4
- Correcting documentation and messaging around minimum requirements for Azure DevOps PAT token.
- Updating depedencies.
Release v1.4.3
- Updating dependencies.
Release v1.4.2
- Updating dependencies.
- Correctly handling errors thrown by the GitHub API where the diff is too large for comments to be added.
Release v1.4.1
This release includes:
- Transition from using
SYSTEM_ACCESSTOKEN
to usePR_METRICS_ACCESS_TOKEN
for providing authentication. The former will still work but will print a deprecation message. Please update to usingPR_METRICS_ACCESS_TOKEN
as soon as possible. - Provision of alternative error messages for GitHub, to provide better guidance as to the fix when insufficient access is provided.
- Correction of minor formatting issues in the GitHub Action readme.
- Correction of the GitHub Action title to avoid having a new name on each publish.
- Updating of dependencies.
Release v1.4.0
Adding support to run PR Metrics as a GitHub Action, as well as an Azure DevOps pipelines task.
This change also updates dependencies, improves the runtime, allows the task to run on more Azure DevOps endpoints, and fixes some small bugs.
Release v1.3.1
- Resolving bug that could cause rare intermittent failures when working with large files in GitHub.
- Updating dependencies.
Release v1.3.0
- Adding full GitHub support.
- Enhancing behavior when run cross-platform.
- Updating dependencies.
Full Changelog: v1.2.6...v1.3.0
Release v1.2.6
Updating the list of test file matching patterns from just test
, to .spec.
as well as test
.
Release v1.2.5
Minor release with:
- Updated dependencies
- Additional debuggability information
Release v1.2.4
- Unifying the access token variable names for GitHub and Azure DevOps as
SYSTEM_ACCESSTOKEN
. - Simplifying the error messages displayed when an access token has insufficient access.
- Better handling of insufficient access in Azure DevOps scenarios.