logstash-output-rabbitmq 4.0.11-java → 5.0.0-java

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: b69eb31143784cb3c54663f2be07d892d8d7e8af
4
- data.tar.gz: caf92414ae1fc4cba3605a9655c5be58b304db6e
3
+ metadata.gz: af51077f2efa9022497ca2ff0a8500377f8d4782
4
+ data.tar.gz: d6d484e668d974cfa7a826b2520dfd17373206e6
5
5
  SHA512:
6
- metadata.gz: eea511deb9a0410911291495c772d426e69678ac5e8320a0c501633e8ade09d3277fa3f5f368940a30657522184a9f2ef28eaebafab017ec95f4e9a9ea809a88
7
- data.tar.gz: b5ae510b14e3392f1617a23ff28ac59ff8fee7d227fe7c33529698dae6ddf76fd379079f0a616713c2924914ed816444f242c6e655a6547369eb8f61e2033a9c
6
+ metadata.gz: 063cb68291f82d8c32a167f0f5246fbfdaef2915231ca7e5c75d661f3483c417c6f085bf2836f41306c12d5c53fb5df5da55e1b77760f1d4084b5cfb399303e5
7
+ data.tar.gz: a7d5ad0f83291a07d4c6c8fe09457511c88719a8b1c39161e2d1582ee4e2ccf85dc28df5932780fa19f15d735869f1970fd95207ba2a4b56e925832c646debe8
data/CHANGELOG.md CHANGED
@@ -1,8 +1,5 @@
1
- ## 4.0.11
2
- - Doc fixes
3
-
4
- ## 4.0.10
5
- - Doc fixes
1
+ ## 5.0.0
2
+ - Require v5.0.0 of rabbitmq-connection_mixin which obsoletes some deprecated options
6
3
 
7
4
  ## 4.0.9
8
5
  - Support per-message properties
data/docs/index.asciidoc CHANGED
@@ -46,7 +46,7 @@ This plugin supports the following configuration options plus the <<plugins-{typ
46
46
  | <<plugins-{type}s-{plugin}-heartbeat>> |<<number,number>>|No
47
47
  | <<plugins-{type}s-{plugin}-host>> |<<string,string>>|Yes
48
48
  | <<plugins-{type}s-{plugin}-key>> |<<string,string>>|No
49
- | <<plugins-{type}s-{plugin}-message_properties>> |<<hash,hash>>|No
49
+ | <<plugins-{type}s-{plugin}-message_properties>> |<<Hash,Hash>>|No
50
50
  | <<plugins-{type}s-{plugin}-passive>> |<<boolean,boolean>>|No
51
51
  | <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
52
52
  | <<plugins-{type}s-{plugin}-persistent>> |<<boolean,boolean>>|No
@@ -97,15 +97,6 @@ Time in seconds to wait before retrying a connection
97
97
 
98
98
  The default connection timeout in milliseconds. If not specified the timeout is infinite.
99
99
 
100
- [id="plugins-{type}s-{plugin}-debug"]
101
- ===== `debug` (DEPRECATED)
102
-
103
- * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
104
- * Value type is <<boolean,boolean>>
105
- * Default value is `false`
106
-
107
- Enable or disable logging
108
-
109
100
  [id="plugins-{type}s-{plugin}-durable"]
110
101
  ===== `durable`
111
102
 
@@ -250,24 +241,6 @@ Path to an SSL certificate in PKCS12 (.p12) format used for verifying the remote
250
241
 
251
242
  Version of the SSL protocol to use.
252
243
 
253
- [id="plugins-{type}s-{plugin}-tls_certificate_password"]
254
- ===== `tls_certificate_password` (DEPRECATED)
255
-
256
- * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
257
- * Value type is <<string,string>>
258
- * There is no default value for this setting.
259
-
260
- TLS certificate password
261
-
262
- [id="plugins-{type}s-{plugin}-tls_certificate_path"]
263
- ===== `tls_certificate_path` (DEPRECATED)
264
-
265
- * DEPRECATED WARNING: This configuration item is deprecated and may not be available in future versions.
266
- * Value type is <<path,path>>
267
- * There is no default value for this setting.
268
-
269
- TLS certifcate path
270
-
271
244
  [id="plugins-{type}s-{plugin}-user"]
272
245
  ===== `user`
273
246
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-rabbitmq'
3
- s.version = '4.0.11'
3
+ s.version = '5.0.0'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Push events to 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.platform = RUBY_PLATFORM
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-output-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.11
4
+ version: 5.0.0
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-21 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: