Skip to content

0.1.5

Compare
Choose a tag to compare
@mthmulders mthmulders released this 25 Feb 19:47
· 201 commits to main since this release

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