Skip to content

Releases: autometrics-dev/diff-metrics

Version 2.1.0

29 Aug 14:15
778b328
Compare
Choose a tag to compare

This release adapts the action to the underlying change in am_list

Using the action with the version 2.1 or more is compatible with am_list on version 0.3

Using the action with the version 2.0 or less is compatible with am_list on versions 0.2 and less.

Version 2.0.0

24 Aug 08:43
5d1eced
Compare
Choose a tag to compare

Version 2

Breaking change

  • the rust-roots argument has been renamed rs-roots

Other changes

The action now supports Python projects, and will start using the node 20 runtime instead of node 16

Version 1.2.0

06 Jul 10:35
Compare
Choose a tag to compare

Add support for Golang projects scanning

Version 1.1.0

04 Jul 14:59
v1.1.0
Compare
Choose a tag to compare

This version adds Typescript support to the reports in the action

Use ts-roots argument to specify typescript codebases to check for autometrics annotations

Version 1.0.2

21 Jun 09:58
Compare
Choose a tag to compare
  • Simple README fixes

Version 1.0.1

21 Jun 09:35
Compare
Choose a tag to compare

Version 1.0.1

  • Change the name of the action on the marketplace
  • Fix README information
  • Change the format of the report a bit

Initial release of diff-metrics

20 Jun 15:17
Compare
Choose a tag to compare

This action scans the Pull Request differences and produces a comment that reports all the Autometrics-related changes in the changes.

This allows ops-oriented people to get a quick overview on the monitoring impact of the PR; and enables dev-oriented people to get a code-quality metric that's oriented towards monitoring.

If a PR has good autometrics coverage, you know that any issue with the new code is going to have monitoring data for investigation as well as potentially trigger alerts