logstash-input-rabbitmq 5.2.5 → 6.0.0

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: 8905890239ba01e920d23eb1a77516aee90b657d
4
- data.tar.gz: 6161cd7592463b2ec8b4b36dc15bce3d9cf7c3bf
3
+ metadata.gz: 080e46114ef8b40ead22169e1f4d63d71f7fe180
4
+ data.tar.gz: 8fc036ffdf1a8caf3d6be4091e3655881e2aab92
5
5
  SHA512:
6
- metadata.gz: b832ae953f08947f9054f3f85c0c86000c60ac186343dd387f6f0f587c639adb1b32e43e476dea0b67bd4d7c3232baa56e65f0a276be2406238866a9c6078f90
7
- data.tar.gz: 834f15b718c01dcf958631281b78094f69ecf96111a17a4750fa3892a49d3d179172fd20720fb57169bba09b0c07b7e09b2bfeb475ed901a03e3c4133439ffa9
6
+ metadata.gz: cf5117c81786b92150b70b30e7d3321a09eb9538632dd000fb2017400db11abe81885381b6b64dca8342c918de3408113f26506004ab0dfb2c99cb444e1c9037
7
+ data.tar.gz: d419925c74a1d17fd301a85895732e7922afda5d8c825d6d793ad66f3f996952ec891d6d9d2e95fbe893ddee93b956d1ca0d6e4935c70a7bcae9fbc112a258a4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,5 @@
1
- ## 5.2.5
2
- - Documentation fixes
1
+ ## 6.0.0
2
+ - Require v5.0.0 of rabbitmq-connection_mixin which obsoletes some deprecated options
3
3
 
4
4
  ## 5.2.4
5
5
  - Require v4.3.0 of rabbitmq-connection_mixin which bumps the major version of the java rabbitmq lib
data/docs/index.asciidoc CHANGED
@@ -370,26 +370,6 @@ before retrying. Subscribes can fail if the server goes away and then comes back
370
370
  * Value type is <<number,number>>
371
371
  * Default value is `1`
372
372
 
373
-
374
-
375
- [id="plugins-{type}s-{plugin}-tls_certificate_password"]
376
- ===== `tls_certificate_password` (DEPRECATED)
377
-
378
- * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
379
- * Value type is <<string,string>>
380
- * There is no default value for this setting.
381
-
382
- TLS certificate password
383
-
384
- [id="plugins-{type}s-{plugin}-tls_certificate_path"]
385
- ===== `tls_certificate_path` (DEPRECATED)
386
-
387
- * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
388
- * Value type is <<path,path>>
389
- * There is no default value for this setting.
390
-
391
- TLS certifcate path
392
-
393
373
  [id="plugins-{type}s-{plugin}-user"]
394
374
  ===== `user`
395
375
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-rabbitmq'
3
- s.version = '5.2.5'
3
+ s.version = '6.0.0'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Pull events from a RabbitMQ exchange."
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
20
 
21
21
  # Gem dependencies
22
22
  s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
23
- s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 4.3.0', '< 5.0.0'
23
+ s.add_runtime_dependency "logstash-mixin-rabbitmq_connection", '>= 5.0.0', '< 6.0.0'
24
24
 
25
25
  s.add_runtime_dependency 'logstash-codec-json'
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.2.5
4
+ version: 6.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-18 00:00:00.000000000 Z
11
+ date: 2017-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -35,10 +35,10 @@ dependencies:
35
35
  requirements:
36
36
  - - ">="
37
37
  - !ruby/object:Gem::Version
38
- version: 4.3.0
38
+ version: 5.0.0
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: 5.0.0
41
+ version: 6.0.0
42
42
  name: logstash-mixin-rabbitmq_connection
43
43
  prerelease: false
44
44
  type: :runtime
@@ -46,10 +46,10 @@ dependencies:
46
46
  requirements:
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 4.3.0
49
+ version: 5.0.0
50
50
  - - "<"
51
51
  - !ruby/object:Gem::Version
52
- version: 5.0.0
52
+ version: 6.0.0
53
53
  - !ruby/object:Gem::Dependency
54
54
  requirement: !ruby/object:Gem::Requirement
55
55
  requirements: