Skip to content

Releases: palantir/tracing-java

2.7.0

07 Mar 15:54
Compare
Choose a tag to compare
  • [improvement] Revert adding spans to all wrapped executor tasks (#89)
  • [fix] When Tracer.completeSpan() result is unused, prefer fastCompleteSpan (#85)

2.6.1

26 Feb 02:23
Compare
Choose a tag to compare
  • [fix] AsyncSpanObserver is compatible with Guava 27. No longer uses deprecated Futures#addCallback

2.6.0

21 Feb 19:48
Compare
Choose a tag to compare
  • [improvement] Add methods to create wrapped executor with new span (#71)

2.5.0

18 Feb 17:26
Compare
Choose a tag to compare
  • [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

06 Feb 18:19
Compare
Choose a tag to compare
  • [feature] Add methods to set span operation when wrapping with a new trace (#59)

2.3.0

30 Jan 16:29
Compare
Choose a tag to compare
  • [feature] Added tracing-undertow module providing TracedOperationHandler

2.2.0

26 Jan 17:33
Compare
Choose a tag to compare
  • [improvement] Distinguish Jersey and OkHttp operation names (#58)

2.1.1

10 Jan 22:54
Compare
Choose a tag to compare
  • [fix] Open a new span when wrapping with a new trace (#49)

2.1.0

07 Jan 21:01
Compare
Choose a tag to compare
  • [improvement] Implement Trace.toString (#27)
  • [fix] Open a new span when wrapping with a new trace (#49)

2.0.1

29 Nov 17:20
Compare
Choose a tag to compare
  • [fix] Streaming endpoints which throw now include the trace ID as a response header. (#45)