Skip to content

Releases: palantir/tracing-java

6.8.0

17 Feb 18:52
e8ab806
Compare
Choose a tag to compare
Type Description Link
Improvement Trace threadlocal entry is never removed, only nulled #849

6.7.0

09 Dec 18:45
0c664f9
Compare
Choose a tag to compare

Automated release, no documented user facing changes

6.6.0

03 Dec 10:25
41ebe93
Compare
Choose a tag to compare

Automated release, no documented user facing changes

6.5.0

03 Nov 09:48
37b6382
Compare
Choose a tag to compare

Automated release, no documented user facing changes

6.5.0-rc1

02 Nov 16:46
9768d77
Compare
Choose a tag to compare
6.5.0-rc1 Pre-release
Pre-release
Type Description Link
Feature User agent specified inside ForUserAgent http header will be propagated to requests made in the same trace. #790

6.4.0

16 Sep 11:05
dddc925
Compare
Choose a tag to compare
Type Description Link
Improvement Remove unused headers: X-B3-ParentSpanId and X-OrigSpanId #778

6.3.0

09 Sep 11:45
e813a86
Compare
Choose a tag to compare
Type Description Link
Improvement Allow conjure-undertow to leverage the DetachedSpan.attach() mechanism without creating spans for blocking work #773

6.2.0

07 Sep 16:37
617f051
Compare
Choose a tag to compare
Type Description Link
Improvement Allow detachment from thread state without creating a new span. #770

6.1.0

30 Aug 17:14
02e6758
Compare
Choose a tag to compare
Type Description Link
Improvement Support attaching DetachedSpan state to a thread without creating children #769

6.0.0

02 Aug 20:05
1a2f3da
Compare
Choose a tag to compare
Type Description Link
Break The deprecated AsyncTracer class is deleted. #753
Break Delete AsyncSlf4jSpanObserver - internally we construct a SpanObserver which uses log4j2 to ensure that spans are serialized and logged without blocking threads that produce spans. This also means tracing-java no longer transitively provides jackson dependencies. #754