Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.1.1
- DOC:Replaced plugin_header file with plugin_header-integration file. ([#34](https://github.com/logstash-plugins/logstash-integration-rabbitmq/issues/34))

## 7.1.0
- Added support in Output plugin for `sprintf` templates in values provided to `message_properties` ([#8](https://github.com/logstash-plugins/logstash-integration-rabbitmq/issues/8))
- Added support for _extended_ metadata including raw payload to events generated by the Input Plugin [#13](https://github.com/logstash-plugins/logstash-integration-rabbitmq/issues/13)
Expand Down
3 changes: 2 additions & 1 deletion docs/input-rabbitmq.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:integration: rabbitmq
:plugin: rabbitmq
:type: input
:default_codec: json
Expand All @@ -17,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

=== Rabbitmq input plugin

include::{include_path}/plugin_header.asciidoc[]
include::{include_path}/plugin_header-integration.asciidoc[]

==== Description

Expand Down
3 changes: 2 additions & 1 deletion docs/output-rabbitmq.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:integration: rabbitmq
:plugin: rabbitmq
:type: output
:default_codec: json
Expand All @@ -17,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!

=== Rabbitmq output plugin

include::{include_path}/plugin_header.asciidoc[]
include::{include_path}/plugin_header-integration.asciidoc[]

==== Description

Expand Down
2 changes: 1 addition & 1 deletion logstash-integration-rabbitmq.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'logstash-integration-rabbitmq'
s.version = '7.1.0'
s.version = '7.1.1'
s.licenses = ['Apache License (2.0)']
s.summary = "Integration with RabbitMQ - input and output plugins"
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
Expand Down