Skip to content

Releases: Netflix/servo

v0.12.19

17 Jan 15:21
176b7fd
Compare
Choose a tag to compare

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

17 Jan 15:25
41def00
Compare
Choose a tag to compare

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

26 Jun 14:42
Compare
Choose a tag to compare

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

01 Dec 22:35
Compare
Choose a tag to compare

Primary changes:

  • Reduce contention for ExpiringCache (used internally by DynamicCounter and DynamicTimer)

A comprehensive list of changes can be found in the commit log: v0.12.11...v0.12.12

v0.12.11

31 Aug 21:20
Compare
Choose a tag to compare

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

08 Aug 13:14
Compare
Choose a tag to compare

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

05 Aug 03:03
Compare
Choose a tag to compare

⚠️ 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

14 Jun 14:53
Compare
Choose a tag to compare

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 of putMetricData for the cloudwatch client changed from void to PutMetricDataResult. 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

04 Feb 03:51
Compare
Choose a tag to compare
  • 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

31 Mar 20:01
Compare
Choose a tag to compare

Update dependencies. For a comprehensive list of changes see v0.12.2...v0.12.3