Releases: Netflix/spectator
v0.43.0
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
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
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
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
A comprehensive list of changes can be found in the commit log: v0.41.0...v0.42.0-rc.1
v0.41.0
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
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 ofPutMetricDataResult
instead ofvoid
.
A comprehensive list of changes can be found in the commit log: v0.39.0...v0.40.0
v0.39.0
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
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
Primary changes:
- Fix image links and method name in timer docs.
- Improve performance of id creation.
⚠️ Remove deprecatedValueFunction
andConfigMap
classes. The removal ofValueFunction
and relatedRegistry.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