Skip to content

Releases: microsoft/PR-Metrics

Release v1.4.8

22 Dec 15:34
be8eced
Compare
Choose a tag to compare
  • Updating dependencies - one dependency update includes an important security fix.
  • Removing support for System.AccessToken in favor of the safer PR_METRICS_ACCESS_TOKEN.

Release v1.4.7

24 Oct 13:04
e3c4241
Compare
Choose a tag to compare

Release v1.4.6

19 Oct 14:29
760167e
Compare
Choose a tag to compare
  • Bug fix for PR size message.

Release v1.4.5

06 Oct 15:44
e704a4f
Compare
Choose a tag to compare
  • Improving selection of test files
  • Updating dependencies

Release v1.4.4

02 Sep 09:11
94e8b05
Compare
Choose a tag to compare
  • Correcting documentation and messaging around minimum requirements for Azure DevOps PAT token.
  • Updating depedencies.

Release v1.4.3

22 Aug 15:23
e36de39
Compare
Choose a tag to compare
  • Updating dependencies.

Release v1.4.2

25 Jul 12:51
f285339
Compare
Choose a tag to compare
  • 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

22 Apr 12:15
b9c1274
Compare
Choose a tag to compare

This release includes:

  • Transition from using SYSTEM_ACCESSTOKEN to use PR_METRICS_ACCESS_TOKEN for providing authentication. The former will still work but will print a deprecation message. Please update to using PR_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

11 Apr 09:25
fddb982
Compare
Choose a tag to compare

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

09 Mar 14:01
c81beda
Compare
Choose a tag to compare
  • Resolving bug that could cause rare intermittent failures when working with large files in GitHub.
  • Updating dependencies.