Skip to content

Releases: cqse/teamscale-jacoco-agent

v33.2.0

04 Apr 14:28
Compare
Choose a tag to compare
  • [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 and GET /revision endpoints did return 500 error
  • [feature] agent: Added stable support for Java 22 and experimental support for Java 23

v33.1.2

11 Mar 08:14
Compare
Choose a tag to compare
  • [fix] teamscale-maven-plugin: Revision and end commit could not be set via command line (user property)

v33.1.1

08 Mar 16:08
Compare
Choose a tag to compare
  • [fix] agent: NPE during agent startup probably due to missing read permissions in a shared folder

v33.1.0

28 Feb 14:01
Compare
Choose a tag to compare
  • [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

09 Jan 11:18
Compare
Choose a tag to compare
  • [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

20 Dec 12:59
Compare
Choose a tag to compare

Re-Release 32.6.2

v32.6.2

18 Dec 15:43
Compare
Choose a tag to compare
  • 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

14 Dec 14:35
Compare
Choose a tag to compare
  • [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.0

01 Dec 14:37
Compare
Choose a tag to compare
  • [feature] Profiler logs its version on startup
  • [fix] agent: The agent crashed while starting on some machines with "cannot construct instances of" errors

v32.5.0

30 Nov 13:50
Compare
Choose a tag to compare
  • [feature] teamscale-maven-plugin: Added the upload-coverage goal which automatically uploads JaCoCo reports to Teamscale.