Skip to content

Releases: cqse/teamscale-java-profiler

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

v34.2.0

04 Nov 12:13

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: search-git-properties-recursively was not considered when jar was given via artifactory-git-properties-jar
  • [deprecation] agent: artifactory-git-properties-jar is deprecated now. Replace the option with git-properties-jar. The old option still works but is an alias now for git-properties-jar.
  • [feature] agent: Added git-properties-commit-date-format (replaces artifactory-git-properties-commit-date-format), which now also can be used in non-artifactory cases.
  • [fix] agent: search-git-properties-recursively did only consider nested jar files, but no war, ear, aar

v34.1.1

14 Oct 15:55

Choose a tag to compare

  • [fix] agent: Loading a profiler configuration from Teamscale was not possible if the potentially necessary proxy settings were not set yet.

v34.1.0

02 Oct 07:47

Choose a tag to compare

  • [feature] agent: New options proxy-http(s)-host/-port/-user/-password allow user to specify teamscale-specific proxy settings.
  • [fix] teamscale-maven-plugin: NPE when no commit, nor revision was configured
  • [fix] teamscale-maven-plugin: Fixed commit was ignored in commit resolution