logstash-input-azure_event_hubs 1.1.2 → 1.1.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ce1293dd83e610effb52c31c5aed6e6b565de16a373631956777e339f76343c
|
4
|
+
data.tar.gz: a1456715ca44e1b9eb749d2abc93f392d792f9246538d74fd469ea6821f63c91
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ad2df11598dc8b07fd01ffe414ea67d8a3b779c396077a2c1bb4aa5019065ee589f5f8015a763df8b2813181c4790d3a73410acf080429e4a9351168bb3570d
|
7
|
+
data.tar.gz: 94598d9b66bd83e232c2b808c2945e0bb234a118cad2ec7d824c6abd44daa1c97a2d740e20ac02eb0fbd97253adf71d9cf94a5a0bc9cbea246a142b53700c62a
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 1.1.3
|
2
|
+
- [DOC] Added clarification for threads parameter [#50](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/50)
|
3
|
+
|
1
4
|
## 1.1.2
|
2
5
|
- Added workaround to fix errors when using this plugin with Java 11[#38](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/38)
|
3
6
|
|
@@ -25,4 +28,3 @@
|
|
25
28
|
## 1.0.0
|
26
29
|
- Initial release of `logstash-input-azure_event_hubs` supersedes `logstash-input-azureeventhub`
|
27
30
|
- Re-implementation that uses Event Processor Host API and new configuration options.
|
28
|
-
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.3
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
4
|
require_jar('com.google.code.gson', 'gson', '2.8.5')
|
5
|
-
require_jar('org.apache.qpid', 'proton-j', '0.33.
|
5
|
+
require_jar('org.apache.qpid', 'proton-j', '0.33.3')
|
6
6
|
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
|
7
7
|
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.2.0')
|
8
8
|
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.1.0')
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-azure_event_hubs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-02-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -110,7 +110,7 @@ files:
|
|
110
110
|
- vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.1.0/qpid-proton-j-extensions-1.1.0.jar
|
111
111
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar
|
112
112
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.9.1/log4j-slf4j-impl-2.9.1.jar
|
113
|
-
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.
|
113
|
+
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.3/proton-j-0.33.3.jar
|
114
114
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
115
115
|
licenses:
|
116
116
|
- Apache-2.0
|