diff --git a/CHANGELOG.md b/CHANGELOG.md index 793aa84..c5abc66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +## 1.1.0 (2014-01-23) + +Features: + +- improvements to collect_aberrations (#2,@steveakers) +- send rearview statistics through through statsd if configured in config/initializers/rearview.rb + - monitor metrics: total runs, success, and failures + - jvm metrics: heap, non-heap, initial, used, max, and committed +- improvements to logging + - provide a default log formatter that includes the thread name + +Bugfixes: + +- fixed alert URL: the alert URL now matches the ecosystem link so that canceling or saving the monitor +goes back to the monitor category in the context of its parent dashboard. +- added missing spec for Numeric extension +- removed inconsistant use of include Celluloid::Logger vs Rearview::Logger +- removed some superfluous and noisy logging statements + ## 1.0.2 (2014-01-07) Features: