logstash-integration-rabbitmq 7.1.0-java → 7.1.1-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
  SHA256:
3
- metadata.gz: 9c1e05393387b83c218237946d3db74ead4bf025c6511b8e570c5ed0eefa4b93
4
- data.tar.gz: e6999db3c7f8e2398b21e0744a7a24da9bf2d5219a35c6c86fcbd02c7d3f47da
3
+ metadata.gz: b3d2d391069d509cbbfc1be1a7fc4cf46bb2738f9955fe89d4a058fdf566a8b8
4
+ data.tar.gz: 84836fc3352e4db58aff484dc568c2913e8c86614f98784e561f2d362541aff5
5
5
  SHA512:
6
- metadata.gz: 90b33bd2d1e1fa18f7ec4a6366cf6ae6dc1d5d705065687df0c3b65bc1fb0b297f04cf9dca152df1af0fd227aeb5d46af674a605ab021e41d65eacfe601ae7bd
7
- data.tar.gz: 6df53fd963c003e02c6d20bbfdc839c5cfe63738fbe03ae09109b3f2d2b4322a4a9a2df098b5e9331f8ea7239625840b5d463599c0a79d2aa274288d4a115f23
6
+ metadata.gz: d66b88866a2910cd8410aed61de3be225a3adf57537ec686fa514c25106129e4036f345af66a1382fe6461af97dbf84fda2f9287407d05a441753dbaa6e2610d
7
+ data.tar.gz: be0cc16060e0bc4663f1d4c935fb1a21fc3ae6246894379df0d8f4e3a548e5ad8116ccdc37b173fbf8d60f27ec1e6dda221b6fa78d29d567877db50768d021c1
@@ -1,3 +1,6 @@
1
+ ## 7.1.1
2
+ - DOC:Replaced plugin_header file with plugin_header-integration file. ([#34](https://github.com/logstash-plugins/logstash-integration-rabbitmq/issues/34))
3
+
1
4
  ## 7.1.0
2
5
  - 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))
3
6
  - 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)
@@ -1,3 +1,4 @@
1
+ :integration: rabbitmq
1
2
  :plugin: rabbitmq
2
3
  :type: input
3
4
  :default_codec: json
@@ -17,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!
17
18
 
18
19
  === Rabbitmq input plugin
19
20
 
20
- include::{include_path}/plugin_header.asciidoc[]
21
+ include::{include_path}/plugin_header-integration.asciidoc[]
21
22
 
22
23
  ==== Description
23
24
 
@@ -1,3 +1,4 @@
1
+ :integration: rabbitmq
1
2
  :plugin: rabbitmq
2
3
  :type: output
3
4
  :default_codec: json
@@ -17,7 +18,7 @@ END - GENERATED VARIABLES, DO NOT EDIT!
17
18
 
18
19
  === Rabbitmq output plugin
19
20
 
20
- include::{include_path}/plugin_header.asciidoc[]
21
+ include::{include_path}/plugin_header-integration.asciidoc[]
21
22
 
22
23
  ==== Description
23
24
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-integration-rabbitmq'
3
- s.version = '7.1.0'
3
+ s.version = '7.1.1'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Integration with RabbitMQ - input and output plugins"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-rabbitmq
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.1.0
4
+ version: 7.1.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-13 00:00:00.000000000 Z
11
+ date: 2020-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement