Skip to content

Releases: spotify/semantic-metrics

1.1.2

14 Oct 17:26
Compare
Choose a tag to compare
  • Bump junit from 4.12 to 4.13.1 (#88)
  • Change distribution value type to byteString (#89)

1.1.1

14 Oct 17:13
Compare
Choose a tag to compare
  • Update to LockFreeExponentiallyDecayingReservoir (#87)

1.1.0

14 Sep 17:28
Compare
Choose a tag to compare
  • Add distribution metric to semantic-core and ffwd-reporter (#79)

1.0.7

14 Sep 17:16
Compare
Choose a tag to compare
  • 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

03 Jun 18:03
Compare
Choose a tag to compare
  • Dummy release to align with accidental Sonatype release

1.0.5

03 Jun 16:04
Compare
Choose a tag to compare
  • Make project build Java 8 compatible artifacts

1.0.4

03 Jun 15:12
Compare
Choose a tag to compare
  • [ffwd-reporter] update client to point at spotify package

  • Implement ReservoirWithTtl lockfree

  • Make tests deterministic

  • Optimize ReservoirWithTtl

1.0.3

18 May 20:09
Compare
Choose a tag to compare
  • 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

03 Dec 20:03
Compare
Choose a tag to compare
  • [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

03 Dec 15:54
Compare
Choose a tag to compare
  • 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.