logstash-input-azure_event_hubs 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/VERSION +1 -1
- data/lib/logstash-input-azure_event_hubs.rb +4 -3
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/{2.1.0/azure-eventhubs-eph-2.1.0.jar → 2.4.0/azure-eventhubs-eph-2.4.0.jar} +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.2.0/azure-eventhubs-2.2.0.jar +0 -0
- data/vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.1.0/qpid-proton-j-extensions-1.1.0.jar +0 -0
- data/vendor/jar-dependencies/org/apache/qpid/proton-j/{0.31.0/proton-j-0.31.0.jar → 0.33.0/proton-j-0.33.0.jar} +0 -0
- metadata +6 -5
- data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.3.0/azure-eventhubs-1.3.0.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c1008d2bfc1e9aa7647e27dde4363afa553b86fbd0404dbd91f2a4cf31304e7
|
4
|
+
data.tar.gz: 68dd5894f80ff753563374ecd1fc45a005685141d22ba496b50793b1d864b803
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2d2581c6ba15126ba68fa6e1a4246458e541b490692d251fd316857c7a2b64292293968fd878b9a0cb281445d82b51fe507fdc4a900b867823c88698d6de61f
|
7
|
+
data.tar.gz: ae0d560a4ea7dfab850c6bbbb4abc1e3ebd92f33baaceeb77f0b46be9391d68800b766ccf249514121a82088bcc17a246eb57c422526f7e54786a30988cea6e8
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 1.1.1
|
2
|
+
- Updated Azure event hub library dependencies[#36](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/36)
|
3
|
+
|
1
4
|
## 1.1.0
|
2
5
|
- Updated Azure event hub library dependencies[#27](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/27)
|
3
6
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -2,9 +2,10 @@
|
|
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.
|
5
|
+
require_jar('org.apache.qpid', 'proton-j', '0.33.0')
|
6
6
|
require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
|
7
|
-
require_jar('com.microsoft.azure', 'azure-eventhubs', '
|
8
|
-
require_jar('com.microsoft.azure', '
|
7
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs', '2.2.0')
|
8
|
+
require_jar('com.microsoft.azure', 'qpid-proton-j-extensions', '1.1.0')
|
9
|
+
require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.4.0')
|
9
10
|
require_jar('com.microsoft.azure', 'azure-storage', '8.0.0')
|
10
11
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.9.1')
|
Binary file
|
data/vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.2.0/azure-eventhubs-2.2.0.jar
ADDED
Binary file
|
Binary file
|
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.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -104,12 +104,13 @@ files:
|
|
104
104
|
- logstash-input-azure_event_hubs.gemspec
|
105
105
|
- spec/inputs/azure_event_hub_spec.rb
|
106
106
|
- vendor/jar-dependencies/com/google/code/gson/gson/2.8.5/gson-2.8.5.jar
|
107
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/2.
|
108
|
-
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/
|
107
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/2.4.0/azure-eventhubs-eph-2.4.0.jar
|
108
|
+
- vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/2.2.0/azure-eventhubs-2.2.0.jar
|
109
109
|
- vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.0.0/azure-storage-8.0.0.jar
|
110
|
+
- vendor/jar-dependencies/com/microsoft/azure/qpid-proton-j-extensions/1.1.0/qpid-proton-j-extensions-1.1.0.jar
|
110
111
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar
|
111
112
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-slf4j-impl/2.9.1/log4j-slf4j-impl-2.9.1.jar
|
112
|
-
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.
|
113
|
+
- vendor/jar-dependencies/org/apache/qpid/proton-j/0.33.0/proton-j-0.33.0.jar
|
113
114
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
114
115
|
licenses:
|
115
116
|
- Apache-2.0
|