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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e9cdab47da8e5fe25fa2a6d1630242dfac79de9adec6b0518437c61c05e46d3
4
- data.tar.gz: 924b812439432aafdd3c9f698d7287d2a96d47bbf66c87ae57a4d2b65165522a
3
+ metadata.gz: 7c1008d2bfc1e9aa7647e27dde4363afa553b86fbd0404dbd91f2a4cf31304e7
4
+ data.tar.gz: 68dd5894f80ff753563374ecd1fc45a005685141d22ba496b50793b1d864b803
5
5
  SHA512:
6
- metadata.gz: 45fb925a48c39727688475e73b14c7de4decb58f453ec613521b77f230a0b9525f961c2c900556b0dd9a3e9b19b6c108c70f7c0ed480cfe76363c694ec45f6bf
7
- data.tar.gz: 70df5718e8e6f8634c22ab968b47f18b02544a41d1a9cf3793d72075aca27685a379570d70c593d9587fa1ca93c8030b5d162321e105bacd213ca125ce5817c2
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.0
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.31.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', '1.3.0')
8
- require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.1.0')
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')
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.0
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-01-24 00:00:00.000000000 Z
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.1.0/azure-eventhubs-eph-2.1.0.jar
108
- - vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.3.0/azure-eventhubs-1.3.0.jar
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.31.0/proton-j-0.31.0.jar
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