Skip to content

Releases: chonton/apm-client

Release 0.0.8 to central

05 Jan 21:45
Compare
Choose a tag to compare

0.0.6 release to central

18 Nov 03:29
Compare
Choose a tag to compare

The TraceConfiguration collectorURL can be set to null or empty; this will prevent sending traces.

0.0.5 release to central

24 May 04:22
Compare
Choose a tag to compare

An incompatible change was made in the encoding of numbers in the trace and span headers. Prior to
0.0.5, the numbers were encoded in hexadecimal. From 0.0.5 onwards the encoding is in decimal.

Additionally, prior to version 0.0.5, the parsing of header did not handle invalid numbers. To upgrade without downtime, rebuild and deploy the more dependent services first.

release 0.0.4 to central

11 May 02:05
Compare
Choose a tag to compare
Release 0.0.4

release 0.0.3 to central

25 Apr 19:59
Compare
Choose a tag to compare

Replaces failed 0.0.2 push to central
Contains following updates over 0.0.1

  • Add augmenter to configuration
  • Augmenter called to decorate new spans
  • potential performance increase in main line process
  • Added ProxyFactory for non-CDI instances

release 0.0.2 to central

25 Apr 01:26
Compare
Choose a tag to compare

This release failed to promote parent pom to maven central. Use 0.0.3 instead.
Add augmenter to configuration
Augmenter called to decorate new spans
potential performance increase in main line process
Added ProxyFactory for non-CDI instances