Skip to content

Releases: palantir/tracing-java

4.7.0

17 Jul 04:06
bb2fc41
Compare
Choose a tag to compare
Type Description Link
Improvement Methods to complete spans with metadata are now deprecated. #347

4.6.0

14 Jul 15:36
5d3a230
Compare
Choose a tag to compare
Type Description Link
Improvement Tracing uniquely identifies requests with request metadata and a _requestId MDC property. #574

4.5.2

13 Jul 15:29
868ab17
Compare
Choose a tag to compare
Type Description Link
Fix Upgrade dropwizard version to 2.0 to get rid of outstanding javax references #565

4.5.1

26 Jun 15:12
35349ab
Compare
Choose a tag to compare
Type Description Link
Fix Switch javax dependencies to equivalent jakarta dependencies #564

4.5.0

24 Jun 18:58
8aa6a84
Compare
Choose a tag to compare
Type Description Link
Improvement RandomSampler provides a static factory, preferred over the constructor to advantage of deterministic values (zero and one). #561

4.4.0

18 Feb 19:48
59c497c
Compare
Choose a tag to compare
Type Description Link
Feature Publish tracing-test-utils #442

4.3.0

16 Jan 18:40
40b895a
Compare
Choose a tag to compare
Type Description Link
Feature Provide Tracing support for the full Undertow request lifecycle #400

4.2.1

10 Jan 13:08
248fe8c
Compare
Choose a tag to compare
Type Description Link
Fix Prevent NoSuchMethodError on Tracer.getTraceMetadata caused by ABI break when using tracing-okhttp <=4.1.0 and tracing 4.2.0. #395

4.2.0

07 Jan 16:29
4f5b3ba
Compare
Choose a tag to compare
Type Description Link
Improvement Make Tracer#getTraceMetadata public to allow third party libraries to propagate trace related ids #387

4.1.0

10 Dec 18:12
fd6d895
Compare
Choose a tag to compare
Type Description Link
Improvement Add a new endpoint to support wrapping Callables with alternative trace ID. #375