Skip to content

Releases: palantir/tritium

0.85.0

27 Mar 15:31
ef613d6
Compare
Choose a tag to compare
Type Description Link
Improvement CacheState.register has been changed to be a more fluent API. #1920

0.84.0

27 Mar 14:16
7c1cc3f
Compare
Choose a tag to compare
Type Description Link
Feature Add cache size metrics to CacheStats. #1919

0.83.0

07 Mar 21:17
aace7bb
Compare
Choose a tag to compare
Type Description Link
Improvement Initial Caffeine CacheStats recorder

Example usage:
<br>TaggedMetricRegistry taggedMetricRegistry = ...<br>Cache<Integer, String> cache = Caffeine.newBuilder()<br> .recordStats(CacheStats.of(taggedMetricRegistry, "unique-cache-name"))<br> .build();<br><br>LoadingCache<String, Integer> loadingCache = Caffeine.newBuilder()<br> .recordStats(CacheStats.of(taggedMetricRegistry, "unique-loading-cache-name"))<br> .build(key::length);<br>
#1897

0.82.0

14 Feb 00:21
46bef42
Compare
Choose a tag to compare
Type Description Link
Fix Remove metric-schema gradle 8 workaround

See palantir/metric-schema#1092
#1871

0.81.0

13 Nov 16:56
29c3df0
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.80.0

13 Nov 16:11
d2bf0d5
Compare
Choose a tag to compare
Type Description Link
Improvement Tritium cpu shares metric reports -2 when unsupported #1829

0.79.0

27 Oct 20:45
ff58b4f
Compare
Choose a tag to compare

Automated release, no documented user facing changes

0.78.0

21 Oct 23:09
a90b99c
Compare
Choose a tag to compare

No documented user facing changes

0.77.0

17 Sep 22:27
1d0244f
Compare
Choose a tag to compare
Type Description Link
Improvement Add ThreadFactory tags to differentiate platform and virtual threads #1794

0.76.0

06 Sep 14:15
a2dd3b7
Compare
Choose a tag to compare
Type Description Link
Improvement Add UniqueIds for improved scalable UUID generation #1789