Skip to content

v0.12.7

Compare
Choose a tag to compare
@brharrington brharrington released this 14 Jun 14:53
· 87 commits to master since this release

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