Releases: palantir/tracing-java
Releases · palantir/tracing-java
2.6.0
- [improvement] Add methods to create wrapped executor with new span (#71)
2.5.0
- [improvement] Use logsafe preconditions (#70)
- [improvement] CloseableTracer supports all SpanTypes (#76)
- [fix] SpanObserver doesn't prevent execution on failure (#67)
- [fix] Remove
@CompileTimeConstant
from Tracers.wrapWithNewTrace
(#74)
2.4.0
- [feature] Add methods to set span operation when wrapping with a new trace (#59)
2.3.0
- [feature] Added
tracing-undertow
module providing TracedOperationHandler
2.2.0
- [improvement] Distinguish Jersey and OkHttp operation names (#58)
2.1.1
- [fix] Open a new span when wrapping with a new trace (#49)
2.1.0
- [improvement] Implement Trace.toString (#27)
- [fix] Open a new span when wrapping with a new trace (#49)
2.0.1
- [fix] Streaming endpoints which throw now include the trace ID as a response header. (#45)
2.0.0
- [break] Trace thread state is removed when root spans are completed -
Tracer.getTraceId()
will now throw when there is no trace in progress (#22)
- [improvement] Avoid lambda allocation in Tracer.createTrace (#23)
1.2.0
- [improvement] make
Trace
class public (#3)