Skip to content

Releases: palantir/tracing-java

6.24.0

15 May 17:53
6.24.0
5c442e7
Compare
Choose a tag to compare

💡 Improvements

  • Remove unnecessary debug logging (#1413)

6.23.0

13 May 00:39
6.23.0
b41035c
Compare
Choose a tag to compare

💡 Improvements

6.22.0

14 Apr 02:20
6.22.0
b6c8c34
Compare
Choose a tag to compare

🐛 Fixes

  • Fix issue with test tracing snapshot accumulating spans in parameterized testing context. Existing parameterized tests will fail due to extra entries in the expected spans that were wrongly added previously. (#1406)

6.21.0

18 Feb 21:37
6.21.0
a6e3f3f
Compare
Choose a tag to compare

💡 Improvements

  • add a Parent-Request-Id header (#1365)

6.20.0

02 Oct 15:41
6.20.0
a012419
Compare
Choose a tag to compare

💡 Improvements

  • broaden the requestTrace attachment accessor (#1297)

6.19.0

19 Sep 17:45
6.19.0
8cc50d2
Compare
Choose a tag to compare

💡 Improvements

  • Provide an API to access the detached trace associated with an exchange (#1287)

6.18.0

22 Jul 14:00
fd2ab7c
Compare
Choose a tag to compare

Automated release, no documented user facing changes

6.17.0

15 Mar 13:26
b69f796
Compare
Choose a tag to compare
Type Description Link
Improvement Log at debug when completeSpan methods are used with no active trace #1016

6.16.0

03 Mar 21:44
67702be
Compare
Choose a tag to compare
Type Description Link
Improvement Introduce trace locals. Each trace gets its own independently settable copy of the variable. #1007

6.15.0

12 Aug 21:55
3c78a76
Compare
Choose a tag to compare

No documented user facing changes