Skip to content

Releases: cqse/teamscale-jacoco-agent

v34.2.2

20 Jan 15:44
Compare
Choose a tag to compare
  • [fix] teamscale-gradle-plugin: 401 Unauthorized error when trying to upload reports to Teamscale

v34.2.1

15 Jan 08:37
Compare
Choose a tag to compare
  • [fix] agent: Warning about multiple agents being present is misleading
  • [fix] agent: CVE-2024-26308

v34.2.0

04 Nov 12:13
Compare
Choose a tag to compare
  • [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
Compare
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
Compare
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

v34.0.2

23 Sep 15:07
Compare
Choose a tag to compare
  • [feature] agent: Prevent uploading coverage to the same project + revision or branch@timestamp when doing multi project upload via git.properties
  • [fix] impacted-test-engine: Remove duplicated slashes in uniform paths and cluster ids for Cucumber Tests
  • [fix] impacted-test-engine: Ensure that the config file specified via java.util.logging.config.file is used when specified

v34.0.1

22 Jul 13:08
Compare
Choose a tag to compare
Release 34.0.1

v34.0.0

15 Jul 12:54
Compare
Choose a tag to compare
  • [breaking] teamscale-client, teamscale-maven-plugin, teamscale-gradle-plugin: Support using revision for fetching impacted tests for both the baseline and the endCommit. This change is breaking because this changes the minimum required Teamscale Server version from 8.0.0 to 9.4.0 and because the Teamscale client API was changed. For the Maven and Gradle plugins, this change is non-breaking.
  • [breaking] teamscale-client, teamscale-maven-plugin, teamscale-gradle-plugin, teamscale-jacoco-agent: New parameter: teamscale-repository (agent), repository (Teamscale Client, Gradle and Maven Plugins). This parameter can be used to specify in which repository Teamscale should look up revisions in case there is more than one repository in a given Teamscale project. If no repository is given, Teamscale will look in all connected repositories. This change is breaking because the Teamscale client API was changed. For the JaCoCo agent and the Maven and Gradle plugins, this change is non-breaking.
  • [breaking] tia-maven-plugin: The endCommit option was renamed to commit in order to make it more understandable when using the upload task
  • [breaking] agent: removed currently unused test-env option. Use one of the other testwise coverage modes instead, please.

v33.3.3

08 Jul 08:09
Compare
Choose a tag to compare
  • [fix] agent: Coverage for Kotlin code did sometimes produce incorrect line numbers

v33.3.2

01 Jul 09:37
Compare
Choose a tag to compare

Re-release of v33.3.1 due to a failed Maven publishing. Changes in this release are identical to v33.3.1.