Releases: cqse/teamscale-jacoco-agent
Releases · cqse/teamscale-jacoco-agent
v33.3.1
Publishing of this release to Maven central failed. Please use v33.3.3 instead, which is identical to this one
- [fix] agent: Dump coverage when profiler settings are changed via the API.
- [fix] agent: NullPointerException when agent jar was located in the file system root.
- [fix] installer: Did not support SSL certificates that use elliptic curve ciphers.
v33.3.0
- [feature] agent: Support overwriting the git commit inside
git.properties
files withteamscale.commit.branch
andteamscale.commit.time
(see docs) - [fix] agent: New default date format of the git-commit-id-maven-plugin could not be parsed (see GitHub Issue)
- [fix] Gradle Plugin: Testwise Coverage reports did override each other when multiple modules upload to the same partition
v33.2.0
- [feature] agent: Add support for git.properties in Spring Boot 3.2
- [feature] agent: Read configuration file path from
TEAMSCALE_JAVA_PROFILER_CONFIG_FILE
environment variable - [feature] add installer for Windows
- [feature] Docker: agent copies itself to
/transfer
if this is mounted into the container - [fix] agent: Disable warning about proxy port not being correct when no proxy port was set at all
- [fix] agent:
GET /commit
andGET /revision
endpoints did return 500 error - [feature] agent: Added stable support for Java 22 and experimental support for Java 23
v33.1.2
- [fix] teamscale-maven-plugin: Revision and end commit could not be set via command line (user property)
v33.1.1
v33.1.0
- [feature] teamscale-maven-plugin: Add new execution goal to batch convert .exec files into testwise coverage report.
- [feature] agent: Extended list of packages excluded by default
- [maintenance] agent: Removed HTTP upload (i.e.
upload-url
option) - [feature] agent: New option
proxy-password-file
allows users to provide a file containing a proxy password
v33.0.0
- [feature] add installer for system-wide installation (see migration guide)
- [feature] allow specifying configuration ID from Teamscale via environment variable
TEAMSCALE_JAVA_PROFILER_CONFIG_ID
- [breaking change] default log and coverage file directory changed to
/tmp
which works in more situations - [feature] agent: Added
config-id
option to allow retrieving the agent configuration from Teamscale.
v32.6.3
Re-Release 32.6.2
v32.6.2
- Re-Release 32.6.1
- [fix] teamscale-maven-plugin Test names containing slashes could not be uploaded
- [fix] tia-client Impacted test retrieval failed due to JSON parsing error
v32.6.1
- [fix] teamscale-maven-plugin: Test names containing slashes could not be uploaded
- [fix] tia-client: Impacted test retrieval failed due to JSON parsing error