Skip to content

Latest commit

 

History

History
61 lines (50 loc) · 5.34 KB

File metadata and controls

61 lines (50 loc) · 5.34 KB

1.2.2 - (23/0352024)

  • [BUGFIX]: build: fix shade include of META-INF/services #128 @Umaaz

1.2.1 - (12/03/2024)

  • [BUGFIX]: plugin: fix ColdFusion detection on Windows #116 @LMarkie
  • [BUGFIX]: plugin: ensure that failed plugins do not block start up #118 @Umaaz

1.2.0 - (06/02/2024)

  • [CHANGE]: change log config to allow better control of logging #103 @Umaaz
  • [CHANGE]: change tracepoint logger to be a plugin #106 @Umaaz
  • [FEATURE]: plugin: Add plugin for Otel #87 @Umaaz
  • [FEATURE]: traces: Add apis for creating traces from tracepoints #87 @Umaaz
  • [ENHANCEMENT]: make checkstyle use regex for license check #94 @Umaaz
  • [BUGFIX]: fix issue with SPI loading failing #92 @Umaaz
  • [BUGFIX]: fix issue with method entry tracepoints #91 @Umaaz

1.1.4 (15/12/2023)

  • [CHANGE]: plugin: Add new API for registering plugins #84 @Umaaz

1.1.3 (15/12/2023)

  • [CHANGE]: update: Update deep proto to 1.0.3 #74 @Umaaz
  • [CHANGE]: plugin: Change the plugins to use SPI to load #77 @Umaaz
  • [FEATURE]: metrics: Add support for metrics from tracepoints #74 @Umaaz

1.1.2 (29/09/2023)

  • [CHANGE]: version: Override grpc-netty dependencies to remove CVE #44 @LMarkie
  • [BUGFIX]: build: change mvn dep graph to run only on master #45 @Umaaz
  • [BUGFIX]: build: update build to ensure agent is built for cf-tests #55 @Umaaz
  • [Snyk]: Upgrade: net.bytebuddy:byte-buddy-agent from 1.14.4 to 1.14.7 #43 @Umaaz

1.1.1 (25/09/2023)

  • [CHANGE]: reflection: reduce duplicate reflection code and proxy style #34 @Umaaz
  • [Snyk]: vulnerability: Fix for 1 vulnerability #35 @Umaaz
  • [Snyk]: Upgrade: org.junit.jupiter:junit-jupiter from 5.9.3 to 5.10.0 #38 @Umaaz

1.1.0 (06/09/2023)

  • [CHANGE]: Make agent start method public #27 @Umaaz
  • [CHANGE]: move api loader to api module #16 @Umaaz
  • [CHANGE]: include bytebuddy in deep build #12 @Umaaz
  • [CHANGE]: add issue and PR templates #14 @Umaaz
  • [CHANGE]: change docs to use latest release maven site #14 @Umaaz
  • [ENHANCEMENT]: add unshaded (lite) agent build to maven deploy #30 @Umaaz
  • [ENHANCEMENT]: add unit tests for agent #10 @Umaaz
  • [ENHANCEMENT]: Allow plugins to act as resource providers #23 @Umaaz
  • [BUGFIX]: fix doc generation #13 @Umaaz
  • [BUGFIX]: fix issue where getShortName would cause class loading #24 @Umaaz

1.0.5 (03/08/2023)

  • [ENHANCEMENT]: allow plugins to act as auth providers #9 @Umaaz
  • [BUGFIX]: fix case where jar path is not set #8 @Umaaz