Releases: palantir/tracing-java
Releases · palantir/tracing-java
2.7.0
- [improvement] Revert adding spans to all wrapped executor tasks (#89)
- [fix] When
Tracer.completeSpan()
result is unused, prefer fastCompleteSpan
(#85)
2.6.1
- [fix]
AsyncSpanObserver
is compatible with Guava 27. No longer uses deprecated Futures#addCallback
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)