Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.12.0 - 2024-02-29

Changed

  • Use a temporary GZIP file to store the concatenated trace files instead of storing them in RAM.
  • Drop the dependency on the Apache commons-io library.
  • Update the Java Tracer to 2.1.0.

0.11.0 - 2023-12-19

Changed

  • Update Java API client to 2.1.1 to fix compatibility with AQtive Guard (versions 23.09.7 and later versions). This breaks compatibility with versions before 23.09.7.
  • Update Java tracer to 2.0.5.

0.10.0 - 2023-06-20

Changed

  • Update Java API client to 2.1.0 to only retrieve report metadata and statistics instead of actual instances (the latter could potentially cause the final request from the plugin to time out).

0.9.0 - 2023-04-27

Changed

  • The new minimum Gradle version is 6.8.
  • Update Java API client to 2.0.3

0.8.0 - 2023-04-20

Changed

  • Update Java API client to 2.0.2

0.7.0 - 2023-04-19

Changed

  • Update Java API client to 2.0.1

0.6.0 - 2023-03-22

Changed

  • Update Java API client to 2.0.0
  • Update Java tracer to 2.0.3

0.5.0 - 2022-08-03

Changed

  • Update Java API client to 1.0.3
  • Update Java tracer to 2.0.2

0.4.0 - 2022-03-08

Changed

  • Update Java API client to 1.0.2

0.3.0 - 2022-02-04

Changed

  • Update Java API client to 1.0.1

0.2.0 - 2022-02-03

Changed

  • Update Java API client to 1.0.0

0.1.0 - 2022-02-02

Changed

  • Update Java tracer to 1.8.1

0.0.1 - 2022-01-31

Added

  • Initial version