Skip to content

Releases: microsoft/PR-Metrics

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.

Release v1.3.0

19 Oct 12:37
242f43d
Compare
Choose a tag to compare
  • Adding full GitHub support.
  • Enhancing behavior when run cross-platform.
  • Updating dependencies.

Full Changelog: v1.2.6...v1.3.0

Release v1.2.6

27 Aug 10:36
874b4ad
Compare
Choose a tag to compare

Updating the list of test file matching patterns from just test, to .spec. as well as test.

Release v1.2.5

25 Aug 15:49
85d8e10
Compare
Choose a tag to compare

Minor release with:

  • Updated dependencies
  • Additional debuggability information

Release v1.2.4

18 Aug 12:47
5cae7c7
Compare
Choose a tag to compare
  • 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.