Skip to content

Commit fa1b5ed

Browse files
committed
bump major dependency on rabbitmq mixin
1 parent 54964e4 commit fa1b5ed

File tree

3 files changed

+5
-29
lines changed

3 files changed

+5
-29
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 5.0.0
2+
- Require v5.0.0 of rabbitmq-connection_mixin which obsoletes some deprecated options
3+
14
## 4.0.9
25
- Support per-message properties
36

docs/index.asciidoc

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,6 @@ Time in seconds to wait before retrying a connection
9797

9898
The default connection timeout in milliseconds. If not specified the timeout is infinite.
9999

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-
109100
[id="plugins-{type}s-{plugin}-durable"]
110101
===== `durable`
111102

@@ -250,24 +241,6 @@ Path to an SSL certificate in PKCS12 (.p12) format used for verifying the remote
250241

251242
Version of the SSL protocol to use.
252243

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-
271244
[id="plugins-{type}s-{plugin}-user"]
272245
===== `user`
273246

logstash-output-rabbitmq.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-rabbitmq'
3-
s.version = '4.0.9'
3+
s.version = '5.0.0'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "Push events to a RabbitMQ exchange"
66
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|
2020

2121
# Gem dependencies
2222
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'
2424

2525
s.platform = RUBY_PLATFORM
2626

0 commit comments

Comments
 (0)