Skip to content

v35.0.0

Choose a tag to compare

@DreierF DreierF released this 20 Mar 12:54
· 361 commits to master since this release
  • [breaking] Dropped support for Teamscale 2024.6 and older
  • [feature] teamscale-gradle-plugin: Added support for generating Compact Coverage reports from JaCoCo execution data
  • [feature] teamscale-gradle-plugin: Added support for aggregating Testwise Coverage across projects
  • [feature] teamscale-gradle-plugin: Added support for aggregating Compact Coverage across projects
  • [feature] teamscale-gradle-plugin: Made compatible with Gradle 9.0
  • [breaking] teamscale-gradle-plugin: Support for Gradle configuration cache (see teamscale-gradle-plugin/MIGRATION_35.md for how to update)
  • [breaking] teamscale-gradle-plugin: Bumped up minimum required Gradle version to 8.10
  • [breaking] teamscale-maven-plugin: Renamed testwise-coverage-converter goal to testwise-coverage-report.
  • [breaking] teamscale-maven-plugin: Removed outputFolder option from testwise-coverage-report
  • [breaking] teamscale-maven-plugin: Removed tiaMode option from the plugin. exec-file is the new default. All setups that did not use exec-file before now need to add the testwise-coverage-report and upload-coverage goals to their builds. They should be configured only for a single coverage aggregation module.
  • [breaking] teamscale-maven-plugin: Removed testwisePartition option from the plugin. Uploads now use the unitTestPartition and integrationTestPartition respectively.
  • [breaking] teamscale-maven-plugin: Replaced partition option from prepare-tia-unit-test and prepare-tia-integration-test in favor of unitTestPartition and integrationTestPartition options to allow consistently querying and upload impacted tests.