logstash-output-hipchat 3.0.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 402c63e6615fb5e79a41c409eaa24a2b62b86acf
4
- data.tar.gz: b9067cb4159f2e7a691cd4b499eb5f6839cc95c5
3
+ metadata.gz: fef6f3a040c18c69c530b9c68097f42f42bb450c
4
+ data.tar.gz: d29b1de7fb602adab968f5a04cc10141a4d47ea8
5
5
  SHA512:
6
- metadata.gz: 64608ed4799a3be8e695c6dfa984bd3b5f3dd0c0354d2ac7c48eafc82883a871c0e5bd512be3409b8ea81f358c6fcb20c214d3d9b7a2b610507d3710ac6ee7fb
7
- data.tar.gz: 932ad5a46d404daaf14f8648ddcb021b81c3e753d0f153d1bd5a19094dc8ef117e5ee5c30d1703fe424e754757c78532dc1cad775af579fbf641e3c9b4d4b784
6
+ metadata.gz: cd73fd3132f2fad00a9b5f32866b9c9153546f9ddca219978638fd652c7a013a8250953c59adb89703704eb5bd91161dedd6a637d4b80d6ee73d1b78a6c2f99e
7
+ data.tar.gz: c7c4318e0316e3840a617598290e19414f68986f2f11ee38e205b7b34d0c797a7225e53bd44ecfcec541e026c92d5ce75ef9cfd4558adc16d3e5b8733a477d64
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 3.0.0
2
+ - Plugins were updated to follow the new shutdown semantic, this mainly allows Logstash to instruct input plugins to terminate gracefully,
3
+ instead of using Thread.raise on the plugins' threads. Ref: https://github.com/elastic/logstash/pull/3895
4
+ - Dependency on logstash-core update to 2.0
5
+
1
6
  # 2.0.0
2
7
  - Use hipchat official gem
3
8
  - support v2 version of the api and HipChat cloud server.
@@ -53,7 +53,7 @@ class LogStash::Outputs::HipChat < LogStash::Outputs::Base
53
53
  end
54
54
 
55
55
  def receive(event)
56
- return unless output?(event)
56
+
57
57
 
58
58
  message = event.sprintf(@format)
59
59
  from = event.sprintf(@from)
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-output-hipchat'
4
- s.version = '3.0.0'
4
+ s.version = '3.0.1'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "This output allows you to write events to Hipchat"
7
7
  s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
  s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" }
21
21
 
22
22
  # Gem dependencies
23
- s.add_runtime_dependency "logstash-core", "~> 2.0.0.snapshot"
23
+ s.add_runtime_dependency "logstash-core", ">= 2.0.0.snapshot", "< 3.0.0"
24
24
  s.add_runtime_dependency "logstash-codec-plain"
25
25
  s.add_runtime_dependency "hipchat"
26
26
 
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-hipchat
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ~>
16
+ - - '>='
17
17
  - !ruby/object:Gem::Version
18
18
  version: 2.0.0.snapshot
19
+ - - <
20
+ - !ruby/object:Gem::Version
21
+ version: 3.0.0
19
22
  name: logstash-core
20
23
  prerelease: false
21
24
  type: :runtime
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - ~>
27
+ - - '>='
25
28
  - !ruby/object:Gem::Version
26
29
  version: 2.0.0.snapshot
30
+ - - <
31
+ - !ruby/object:Gem::Version
32
+ version: 3.0.0
27
33
  - !ruby/object:Gem::Dependency
28
34
  requirement: !ruby/object:Gem::Requirement
29
35
  requirements: