Releases: mthmulders/pit-stryker-dashboard-reporter
v0.3.1
Breaking change
This is the first version to work on Pitest 1.18.0 or higher. Don't use this version if you're on an older version of Pitest!
What's Changed
Most important dependency updates
-
chore(deps): Bump jackson-jr-objects from 2.14.2 to 2.18.2
-
chore(deps-dev): Bump org.assertj:assertj-core from 3.24.2 to 3.27.3
-
chore(deps-dev): Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.2
-
chore(deps-dev): Bump org.junit:junit-bom from 5.9.2 to 5.11.4
-
Updated all Apache Maven plugins to their latest versions.
-
Updated all GitHub Actions to their latest versions.
v0.3.0
Breaking change
This is the first version to work on Pitest 1.18.0 or higher. Don't use this version if you're on an older version of Pitest!
What's Changed
Most important dependency updates
-
chore(deps): Bump jackson-jr-objects from 2.14.2 to 2.18.2
-
chore(deps-dev): Bump org.assertj:assertj-core from 3.24.2 to 3.27.3
-
chore(deps-dev): Bump com.github.tomakehurst:wiremock-jre8 from 2.35.0 to 2.35.2
-
chore(deps-dev): Bump org.junit:junit-bom from 5.9.2 to 5.11.4
-
Updated all Apache Maven plugins to their latest versions.
-
Updated all GitHub Actions to their latest versions.
v0.2.1
Breaking change
This is the first version to work on Pitest 1.14.0 or higher. Don't use this version if you're on an older version of Pitest!
What's Changed
- chore(deps): Bump actions/setup-java from 3.10.0 to 3.11.0 by @dependabot in #81
- chore(deps): Bump maven-failsafe-plugin from 3.0.0-M9 to 3.1.0 by @dependabot in #87
- chore(deps): Bump maven-surefire-plugin from 3.0.0-M9 to 3.1.0 by @dependabot in #86
- chore(deps): Bump maven-project-info-reports-plugin from 3.4.1 to 3.4.3 by @dependabot in #83
- chore(deps): Bump maven-resources-plugin from 3.3.0 to 3.3.1 by @dependabot in #80
- chore(deps): Bump maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #72
- chore(deps): Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #70
- chore(deps): Bump maven-release-plugin from 2.5.3 to 3.0.0 by @dependabot in #77
- feat: Support Pitest 1.14.0 and up by @mthmulders in #91
- chore(deps): Bump pitest-mutation-testing-elements-plugin from 0.4.0 to 0.5.0 by @dependabot in #62
Full Changelog: v0.1.5...v0.2.1
0.1.5
Improved error handling and troubleshooting features:
- When the reporter fails to upload a report, it will make PIT fail, too, and provide it with a meaningful error message.
- When PITs
verbose
option is used, the reporter will- write the response body of uploading the report to the logs.
- write the last few characters of the API key to the logs.
Also, regular upgrading of dependencies and Maven plugins to their latest versions.
What's Changed
- chore(deps-dev): Bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #56
- feat: Fail PIT when uploading the report fails by @mthmulders in #69
- chore(deps): Bump jackson-jr-objects from 2.14.1 to 2.14.2 by @dependabot in #58
- chore(deps): Bump actions/setup-java from 3.9.0 to 3.10.0 by @dependabot in #61
- chore(deps): Bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #51
- chore(deps): Bump maven-deploy-plugin from 3.0.0 to 3.1.0 by @dependabot in #63
- chore(deps): Bump maven-failsafe-plugin from 3.0.0-M7 to 3.0.0-M9 by @dependabot in #65
- chore(deps): Bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M9 by @dependabot in #64
Full Changelog: v0.1.4...v0.1.5
0.1.4
Now also works with Pitest 1.10.x!
Upgrading a few more dependencies and plugins to their latest versions.
What's Changed
- chore(deps): Bump maven-install-plugin from 3.0.1 to 3.1.0 by @dependabot in #48
- chore(deps): Bump actions/setup-java from 3.6.0 to 3.9.0 by @dependabot in #47
Full Changelog: v0.1.3...v0.1.4
0.1.3
Maintenance release, upgrading dependencies and plugins to their latest versions.
What's Changed
- chore(deps): Bump maven-site-plugin from 3.12.0 to 3.12.1 by @dependabot in #9
- chore(deps): Bump maven-project-info-reports-plugin from 3.4.0 to 3.4.1 by @dependabot in #10
- chore(deps): Bump maven-jar-plugin from 3.2.2 to 3.3.0 by @dependabot in #18
- chore(deps): Bump jackson-jr-objects from 2.13.3 to 2.14.1 by @dependabot in #37
- chore(deps): Bump actions/setup-java from 3.3.0 to 3.6.0 by @dependabot in #28
- chore(deps-dev): Bump wiremock-jre8 from 2.33.2 to 2.35.0 by @dependabot in #31
- chore(deps): Bump maven-javadoc-plugin from 3.4.0 to 3.4.1 by @dependabot in #11
- chore(deps): Bump junit-bom from 5.9.0 to 5.9.1 by @dependabot in #19
Full Changelog: v0.1.2...v0.1.3
0.1.2
Fixes
- Use correct artifactId for Maven artifacts:
pit-dashboard-reporter
rather thanpit-dashbard-reporter
.
Full Changelog: v0.1.1...v0.1.2
0.1.1
Fixes
- Maven artifacts are now signed during build, so they can be distributed through Maven Central
Full Changelog: v0.1.1...v0.1.1
0.1.0
Features:
- Initial implementation of a PIT reporter that uploads results to the Stryker Mutator Dashboard.
- Supports single- and multi-module Maven projects.
- Automatically finds project name and tag/version for builds on GitHub Actions.