Releases: palantir/tracing-java
Releases · palantir/tracing-java
6.20.0
💡 Improvements
- broaden the requestTrace attachment accessor (#1297)
6.19.0
💡 Improvements
- Provide an API to access the detached trace associated with an exchange (#1287)
6.18.0
Automated release, no documented user facing changes
6.17.0
Type |
Description |
Link |
Improvement |
Log at debug when completeSpan methods are used with no active trace |
#1016 |
6.16.0
Type |
Description |
Link |
Improvement |
Introduce trace locals. Each trace gets its own independently settable copy of the variable. |
#1007 |
6.15.0
No documented user facing changes
6.14.0
Type |
Description |
Link |
Fix |
Revert jakarta additions temporarily to avoid dangerous transitive dependency bumps |
#960 |
6.13.0
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
Type |
Description |
Link |
Improvement |
Tracer avoids allocating Optional for requestId |
#948 |
6.11.0
Type |
Description |
Link |
Improvement |
Simplify Tracer.shouldObserve to avoid JIT friction |
#870 |