Releases: Netflix/servo
v0.12.19
Primary changes:
- #440, fix travis build so only jdk8 build will publish artifacts to bintray.
A comprehensive list of changes can be found in the commit log: v0.12.18...v0.12.19
v0.12.18
Primary changes:
- #420, add stop method to
AtlasMetricObserver
to support clean shutdown of threads. - #425, enable CI builds for jdk9.
- #437, add counters to track the number of timeouts and other failures sampling values from monitors.
A comprehensive list of changes can be found in the commit log: v0.12.17...v0.12.18
v0.12.17
Primary changes:
- #410, log exception putting metric data into CloudWatch.
- #418, update variance calculation on StatsBuffer to be more precise.
A comprehensive list of changes can be found in the commit log: v0.12.16...v0.12.17
v0.12.12
Primary changes:
- Reduce contention for
ExpiringCache
(used internally byDynamicCounter
andDynamicTimer
)
A comprehensive list of changes can be found in the commit log: v0.12.11...v0.12.12
v0.12.11
Primary changes:
- Update to netty 4.1.5.Final. This version fixes problems with SSL when running under tomcat with tomcat-native enabled, see netty/netty#5648 for more details.
A comprehensive list of changes can be found in the commit log: v0.12.10...v0.12.11
v0.12.10
Primary changes:
- Update dependency to fix bad pom (#394)
A comprehensive list of changes can be found in the commit log: v0.12.9...v0.12.10
v0.12.9
⚠️ One of the dependencies has a bad pom, use 0.12.10.
Primary changes:
- Update client for servo-atlas to netty 4.1.3.Final.
A comprehensive list of changes can be found in the commit log: v0.12.8...v0.12.9
v0.12.7
Primary changes:
- Fix possible ArrayIndexOutOfBoundsException when using StatsTimer.
- Update dependencies. Note, this moves from aws 1.10.x to 1.11.x. In 1.11.x
the return type ofputMetricData
for the cloudwatch client changed fromvoid
toPutMetricDataResult
. This causes a NoSuchMethodError is using 1.11.x with a servo version built using 1.10.x or earlier.
A comprehensive list of changes can be found in the commit log: v0.12.6...v0.12.7
v0.10.1
- Backport #362 into 0.10.x so it can be used with apps that still need java 6.
A comprehensive list of changes can be found on v0.10.0...v0.10.1
v0.12.3
Update dependencies. For a comprehensive list of changes see v0.12.2...v0.12.3