Skip to content

Releases: palantir/tracing-java

6.20.0

02 Oct 15:41
6.20.0
a012419
Compare
Choose a tag to compare

💡 Improvements

  • broaden the requestTrace attachment accessor (#1297)

6.19.0

19 Sep 17:45
6.19.0
8cc50d2
Compare
Choose a tag to compare

💡 Improvements

  • Provide an API to access the detached trace associated with an exchange (#1287)

6.18.0

22 Jul 14:00
fd2ab7c
Compare
Choose a tag to compare

Automated release, no documented user facing changes

6.17.0

15 Mar 13:26
b69f796
Compare
Choose a tag to compare
Type Description Link
Improvement Log at debug when completeSpan methods are used with no active trace #1016

6.16.0

03 Mar 21:44
67702be
Compare
Choose a tag to compare
Type Description Link
Improvement Introduce trace locals. Each trace gets its own independently settable copy of the variable. #1007

6.15.0

12 Aug 21:55
3c78a76
Compare
Choose a tag to compare

No documented user facing changes

6.14.0

10 Aug 16:57
3f3c53e
Compare
Choose a tag to compare
Type Description Link
Fix Revert jakarta additions temporarily to avoid dangerous transitive dependency bumps #960

6.13.0

09 Aug 14:15
c39ba05
Compare
Choose a tag to compare
Type Description Link
Improvement Introduced jakarta equivalents of all modules which had a javax dependency

Additionally had to do a few things:

1. Migrated from spotify's ADT to derive4j which generates types without a legacy javax.annotation.Generated type
2. Fixed a few tests
3. Upgraded newer libraries to Junit5
#959

6.12.0

23 Jul 13:38
a2f4b2e
Compare
Choose a tag to compare
Type Description Link
Improvement Tracer avoids allocating Optional for requestId #948

6.11.0

09 Mar 22:00
1bd5fe5
Compare
Choose a tag to compare
Type Description Link
Improvement Simplify Tracer.shouldObserve to avoid JIT friction #870