Releases: palantir/tracing-java
Releases · palantir/tracing-java
4.7.0
Type |
Description |
Link |
Improvement |
Methods to complete spans with metadata are now deprecated. |
#347 |
4.6.0
Type |
Description |
Link |
Improvement |
Tracing uniquely identifies requests with request metadata and a _requestId MDC property. |
#574 |
4.5.2
Type |
Description |
Link |
Fix |
Upgrade dropwizard version to 2.0 to get rid of outstanding javax references |
#565 |
4.5.1
Type |
Description |
Link |
Fix |
Switch javax dependencies to equivalent jakarta dependencies |
#564 |
4.5.0
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
Type |
Description |
Link |
Feature |
Publish tracing-test-utils |
#442 |
4.3.0
Type |
Description |
Link |
Feature |
Provide Tracing support for the full Undertow request lifecycle |
#400 |
4.2.1
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
Type |
Description |
Link |
Improvement |
Make Tracer#getTraceMetadata public to allow third party libraries to propagate trace related ids |
#387 |
4.1.0
Type |
Description |
Link |
Improvement |
Add a new endpoint to support wrapping Callables with alternative trace ID. |
#375 |