Releases: microsoft/PR-Metrics
Releases · microsoft/PR-Metrics
Release v1.4.8
- Updating dependencies - one dependency update includes an important security fix.
- Removing support for
System.AccessToken
in favor of the saferPR_METRICS_ACCESS_TOKEN
.
Release v1.4.7
- Dependency updates
Release v1.4.6
- Bug fix for PR size message.
Release v1.4.5
- Improving selection of test files
- Updating dependencies
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.