Skip to content

Releases: cqse/teamscale-java-profiler

v33.1.0

28 Feb 14:01

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

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

Choose a tag to compare

Re-Release 32.6.2

v32.6.2

18 Dec 15:43

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

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

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

Choose a tag to compare

  • [feature] teamscale-maven-plugin: Added the upload-coverage goal which automatically uploads JaCoCo reports to Teamscale.

v32.4.2

17 Nov 09:38

Choose a tag to compare

v32.4.1

09 Nov 10:08

Choose a tag to compare

  • [fix] agent: The agent crashed while starting on some machines with "cannot construct instances of" errors

v32.4.0

06 Nov 08:10

Choose a tag to compare

  • [feature] agent: Added stable support for Java 21 and experimental support for Java 22
  • [fix] agent: Produce more helpful error results in case a service call to Teamscale fails while handling an HTTP call
  • [fix] teamscale-maven-plugin: The same uniform paths were extracted for tests that have the same name in a Cucumber feature file