Skip to content

Releases: Netflix/spectator

v0.43.0

30 Oct 18:32
Compare
Choose a tag to compare

Primary changes:

  • #340, reduce dependencies pulled in by spectator-web-spring library.

A comprehensive list of changes can be found in the commit log: v0.42.0...v0.43.0

v0.42.0

24 Oct 13:24
Compare
Choose a tag to compare

Primary changes:

  • #321, remove deprecated dynamic id classes.
  • #323, initial version of Atlas registry.
  • #324, agent for simplifying collection of basic data from arbitrary jvm apps.

Atlas registry and agent are still experimental and intended for early adopters. This is an alternative to reporting into Atlas via the Servo registry with less baggage, but breaks a number of legacy use-cases from using Servo.

A comprehensive list of changes can be found in the commit log: v0.41.0...v0.42.0

v0.42.0-rc.3

13 Oct 03:26
Compare
Choose a tag to compare
v0.42.0-rc.3 Pre-release
Pre-release

A comprehensive list of changes can be found in the commit log: v0.42.0-rc.2...v0.42.0-rc.3

v0.42.0-rc.2

12 Oct 15:27
Compare
Choose a tag to compare
v0.42.0-rc.2 Pre-release
Pre-release

A comprehensive list of changes can be found in the commit log: v0.42.0-rc.1...v0.42.0-rc.2

v0.42.0-rc.1

12 Oct 13:05
Compare
Choose a tag to compare
v0.42.0-rc.1 Pre-release
Pre-release

A comprehensive list of changes can be found in the commit log: v0.41.0...v0.42.0-rc.1

v0.41.0

27 Sep 21:15
Compare
Choose a tag to compare

Primary changes:

  • #309, GC logger now uses powers of 1024 to match command line options to JDK.
  • #316, Use compile scope in POM for dependencies exposed in public API.
  • #317, Move placeholder ids to separate sub-project and deprecate.
  • #318, Add spectator-web-spring sub-project for exposing data in the registry.

A comprehensive list of changes can be found in the commit log: v0.40.0...v0.41.0

v0.40.0

14 Jun 12:48
Compare
Choose a tag to compare

Primary changes:

  • Update dependencies. In particular, aws-java-sdk updated from 1.10.x to 1.11.x. The 1.11.x release has at least one notable change causing compatibility issues, AmazonCloudWatch.putMetricData now has a return type of PutMetricDataResult instead of void.

A comprehensive list of changes can be found in the commit log: v0.39.0...v0.40.0

v0.39.0

08 Jun 05:41
Compare
Choose a tag to compare

Primary changes:

  • Remove deprecated t-digest registry.
  • Fix corrupt tag list when using string varargs method.

A comprehensive list of changes can be found in the commit log: v0.38.1...v0.39.0

v0.38.1

29 Apr 02:44
Compare
Choose a tag to compare

Primary changes:

  • Fix ArrayIndexOutOfBoundsException when creating ids (#298).

A comprehensive list of changes can be found in the commit log: v0.38.0...v0.38.1

v0.38.0

26 Apr 23:35
Compare
Choose a tag to compare

Primary changes:

  • Fix image links and method name in timer docs.
  • Improve performance of id creation.
  • ⚠️ Remove deprecated ValueFunction and ConfigMap
    classes. The removal of ValueFunction and related Registry.gauge
    methods is not backwards compatible. They have been deprecated
    for some time and cause ongoing problems when using a lambda
    for registering a gauge (#292).

A comprehensive list of changes can be found in the commit log: v0.37.0...v0.38.0