Skip to content

v0.34.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@brharrington brharrington released this 16 Jan 23:19

⚠️ There were some timeouts with the release build during the maven sync phase (#261). Please use 0.34.1 instead.

Primary changes:

  • Catch throwable in digest reporting thread to ensure logs are available to user.
  • Added helpers for accessing registered meters as a Stream.
  • Fix naming of SpectatorMetricCollector to match convention in aws sdk.
  • Servo registry will not report timers and counters unless there is activity. Before it would report if the counter or timer was accessed even if there was no activity.
  • Added bucket and percentile based timers and distribution summaries to api lib. Bucket variants in sandbox library now wrap these and are deprecated.

A comprehensive list of changes can be found in the commit log: v0.33.0...v0.34.0