Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talbright committed Jan 23, 2014
1 parent fa6aa1c commit 0346e3a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
## 1.1.1 (2014-01-23)

Bugfixes:

- forgot to bundle correctly before release

## 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
- 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
- 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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rearview (1.1.0-java)
rearview (1.1.1-java)
ancestry (~> 2.0.0)
broach (~> 0.3.0)
celluloid (~> 0.14.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/rearview/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rearview
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit 0346e3a

Please sign in to comment.