sensu 0.9.12.beta.6 → 0.9.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG.md +28 -13
  2. data/lib/sensu/constants.rb +1 -1
  3. metadata +8 -12
data/CHANGELOG.md CHANGED
@@ -1,34 +1,49 @@
1
- ## 0.9.12 - TBD
1
+ ## 0.9.12 - 2013-04-03
2
2
 
3
3
  ### Features
4
4
 
5
- Client check history API endpoint with last execution timestamp.
5
+ The Sensu API now provides client history, providing a list of executed
6
+ checks, their status histories, and last execution timestamps. The client
7
+ history endpoint is /clients/\<client-name\>/history, which returns a JSON
8
+ body.
6
9
 
7
- API can bind to a specific address.
10
+ The Sensu API can now bind to a specific address. To bind to an address,
11
+ use the API configuration key "bind", with a string value (eg.
12
+ "127.0.0.1").
8
13
 
9
- Extension stop hook for clean up before the event loop is stopped.
14
+ A stop hook was added to the Sensu extension API, enabling gracefull
15
+ stop for extensions. The stop hook is called before the event loop comes
16
+ to a halt.
10
17
 
11
- Check extensions.
18
+ The Sensu client now supports check extensions, checks the run within the
19
+ Sensu Ruby VM, for aggresive service monitoring & metric collection.
12
20
 
13
21
  ### Non-backwards compatible changes
14
22
 
15
- Stashes API routes changed, no longer using POST multi-get.
23
+ The Sensu API stashes route changed, GET /stashes now returns an array of
24
+ stash objects, with support for pagination. The API no longer uses POST
25
+ for multi-get.
16
26
 
17
- No longer defaults to or enforces a specific config file or directory.
27
+ Sensu services no longer have config file or directory defaults.
28
+ Configuration paths a left to packaging.
18
29
 
19
30
  ### Other
20
31
 
21
- API 201 & 202 status responses return a body.
32
+ All Sensu API 201 & 202 status responses now return a body.
22
33
 
23
- Improved RabbitMQ queue unsubscribe & connection reconnect.
34
+ The Sensu server now "pauses" when reconnecting to RabbitMQ. Pausing the
35
+ Sensu server when reconnecting to RabbitMQ fixes an issue when it is also
36
+ reconnecting to Redis.
24
37
 
25
- Fixed keepalive check history & flap detection.
38
+ Keepalive checks now produce results with a zero exit status, fixing
39
+ keepalive check history.
26
40
 
27
- Running on Ruby 2.0.0p0.
41
+ Sensu runs on Ruby 2.0.0p0.
28
42
 
29
- Faster JSON parser.
43
+ Replaced the JSON parser with a faster implementation.
30
44
 
31
- Lightweight logger.
45
+ Replaced the Sensu logger with a more lightweight & EventMachine
46
+ friendly implementation. No more TTY detection with colours.
32
47
 
33
48
  Improved config validation.
34
49
 
@@ -1,6 +1,6 @@
1
1
  module Sensu
2
2
  unless defined?(Sensu::VERSION)
3
- VERSION = '0.9.12.beta.6'
3
+ VERSION = '0.9.12'
4
4
 
5
5
  LOG_LEVELS = [:debug, :info, :warn, :error, :fatal]
6
6
 
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu
3
3
  version: !ruby/object:Gem::Version
4
- hash: -2966743116
5
- prerelease: true
4
+ hash: 35
5
+ prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
9
  - 12
10
- - beta
11
- - 6
12
- version: 0.9.12.beta.6
10
+ version: 0.9.12
13
11
  platform: ruby
14
12
  authors:
15
13
  - Sean Porter
@@ -18,7 +16,7 @@ autorequire:
18
16
  bindir: bin
19
17
  cert_chain: []
20
18
 
21
- date: 2013-03-24 00:00:00 -07:00
19
+ date: 2013-04-03 00:00:00 -07:00
22
20
  default_executable:
23
21
  dependencies:
24
22
  - !ruby/object:Gem::Dependency
@@ -235,14 +233,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
235
233
  required_rubygems_version: !ruby/object:Gem::Requirement
236
234
  none: false
237
235
  requirements:
238
- - - ">"
236
+ - - ">="
239
237
  - !ruby/object:Gem::Version
240
- hash: 25
238
+ hash: 3
241
239
  segments:
242
- - 1
243
- - 3
244
- - 1
245
- version: 1.3.1
240
+ - 0
241
+ version: "0"
246
242
  requirements: []
247
243
 
248
244
  rubyforge_project: