Skip to content

Releases: cqse/teamscale-java-profiler

v35.0.3

28 Mar 07:24

Choose a tag to compare

  • [fix] teamscale-gradle-plugin: IllegalArgumentException: Can't execute request without discovering it first

v35.0.2

27 Mar 15:50

Choose a tag to compare

  • [fix] teamscale-gradle-plugin: IllegalArgumentException: End commit must be set via endCommit or endRevision
  • [fix] teamscale-gradle-plugin: TestwiseCoverageReport#executionData Used test classpath as default which could lead to OOM

v35.0.1

26 Mar 09:43

Choose a tag to compare

  • [fix] teamscale-gradle-plugin: Running tests via IntelliJ did no longer work

v35.0.0

20 Mar 12:54

Choose a tag to compare

  • [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.

v34.2.6

18 Mar 11:27

Choose a tag to compare

  • [fix] agent: Make Teamscale connection more robust in K8s environment

v34.2.5

07 Mar 12:55

Choose a tag to compare

  • [fix] Improved error messages when configuration can't be read from Teamscale

v34.2.4

26 Feb 08:51

Choose a tag to compare

[fix] Convert tool could fail with IOException when providing nested jars

v34.2.3

20 Feb 15:06

Choose a tag to compare

  • [fix] agent: Delayed initialization of the project via a git properties file did not work.
  • [fix] agent: Only logs with a stack trace (errors) were sent to Teamscale.
  • [fix] agent: Fix wrong class description of GitMultiProjectPropertiesLocator in logs.
  • [fix] agent: Specifying config-id before Teamscale credentials led to option parsing errors.

v34.2.2

20 Jan 15:44

Choose a tag to compare

Warning

We caught some problems with this profiler version and thus recommend not using this specific version. We recommend using Version v34.2.3 and above.

  • [fix] teamscale-gradle-plugin: 401 Unauthorized error when trying to upload reports to Teamscale

v34.2.1

15 Jan 08:37

Choose a tag to compare

Warning

We caught some problems with this profiler version and thus recommend not using this specific version. We recommend using Version v34.2.3 and above.

  • [fix] agent: Warning about multiple agents being present is misleading
  • [fix] agent: CVE-2024-26308