Releases: spotify/semantic-metrics
Releases · spotify/semantic-metrics
1.1.2
- Bump junit from 4.12 to 4.13.1 (#88)
- Change distribution value type to byteString (#89)
1.1.1
- Update to LockFreeExponentiallyDecayingReservoir (#87)
1.1.0
- Add distribution metric to semantic-core and ffwd-reporter (#79)
1.0.7
- Use a lock-free version of ExponentiallyDecayingReservoir to reduce contention (#80)
- Fix null pointer exception (#77)
- Bump jackson-databind from 2.9.10.4 to 2.10.0.pr1 (#75)
- Extract ringbuffer to its own class (#73)
1.0.6
- Dummy release to align with accidental Sonatype release
1.0.5
- Make project build Java 8 compatible artifacts
1.0.4
-
[ffwd-reporter] update client to point at spotify package
-
Implement ReservoirWithTtl lockfree
-
Make tests deterministic
-
Optimize ReservoirWithTtl
1.0.3
-
Adding BOM
-
Jackson databind upgrades
-
Switch to openjdk
-
[core] Avoid making one unnecessary map copy
-
[core] Check for null metric input
-
Get javadocs to skip checks while still creating jar for sonatype
1.0.2
- [core] add HistogramWithTtl - changes the behavior of the default codahale histogram when update rate is low
- [core] add additional constructor for ReservoirWithTtl - allows us to change the TTL for when the metric will expire.
- [core] add additional constructor for SemanticMetricRegistry - allows us just to a supply a reservoir supplier.
1.0.1
- update jackson-databind to
2.8.11.1
.
- update slf4j-api to
1.7.25
.
- update guava to
26.0-jre
.
- update futures-extra to
4.1.1
.