Releases: cqse/teamscale-java-profiler
Releases · cqse/teamscale-java-profiler
v35.0.0
- [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.mdfor how to update) - [breaking] teamscale-gradle-plugin: Bumped up minimum required Gradle version to 8.10
- [breaking] teamscale-maven-plugin: Renamed
testwise-coverage-convertergoal totestwise-coverage-report. - [breaking] teamscale-maven-plugin: Removed
outputFolderoption fromtestwise-coverage-report - [breaking] teamscale-maven-plugin: Removed
tiaModeoption from the plugin.exec-fileis the new default. All setups that did not useexec-filebefore now need to add thetestwise-coverage-reportandupload-coveragegoals to their builds. They should be configured only for a single coverage aggregation module. - [breaking] teamscale-maven-plugin: Removed
testwisePartitionoption from the plugin. Uploads now use theunitTestPartitionandintegrationTestPartitionrespectively. - [breaking] teamscale-maven-plugin: Replaced
partitionoption fromprepare-tia-unit-testandprepare-tia-integration-testin favor ofunitTestPartitionandintegrationTestPartitionoptions to allow consistently querying and upload impacted tests.
v34.2.6
v34.2.5
v34.2.4
[fix] Convert tool could fail with IOException when providing nested jars
v34.2.3
- [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-idbefore Teamscale credentials led to option parsing errors.
v34.2.2
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
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
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-recursivelywas not considered when jar was given viaartifactory-git-properties-jar - [deprecation] agent:
artifactory-git-properties-jaris deprecated now. Replace the option withgit-properties-jar. The old option still works but is an alias now forgit-properties-jar. - [feature] agent: Added
git-properties-commit-date-format(replacesartifactory-git-properties-commit-date-format), which now also can be used in non-artifactory cases. - [fix] agent:
search-git-properties-recursivelydid only consider nested jar files, but nowar,ear,aar
v34.1.1
v34.1.0
- [feature] agent: New options
proxy-http(s)-host/-port/-user/-passwordallow 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