Skip to content

Releases: palantir/tracing-java

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

5.1.0

02 Aug 17:46
2312400
Compare
Choose a tag to compare

Automated release, no documented user facing changes

5.0.0

27 Jul 18:36
5efa9c8
Compare
Choose a tag to compare
Type Description Link
Break tracing-java require jdk11 (up from jdk8) #751

4.23.0

06 Jul 15:55
167b76f
Compare
Choose a tag to compare
Type Description Link
Improvement Tracing no longer depends on afterburner #746

4.22.0

30 Apr 21:54
6945b21
Compare
Choose a tag to compare
Type Description Link
Improvement Add @safe annotations to tracer APIs #727

4.21.0

23 Apr 13:50
98e3c8c
Compare
Choose a tag to compare
Type Description Link
Improvement Undertow tracing supports configurable root request spans #725

4.20.0

23 Apr 12:07
580cd09
Compare
Choose a tag to compare
Type Description Link
Improvement Jersey tracing uses standardized tags #723

4.19.0

21 Apr 21:10
9238b12
Compare
Choose a tag to compare
Type Description Link
Improvement Redact the HTTP_URL_HOST constant for now #722

4.18.0

21 Apr 12:47
29934ca
Compare
Choose a tag to compare
Type Description Link
Improvement Tracer gracefully handles null tags. Not a problem, but will be helpful once we start adding more standard http tags from nullable sources. #718