logstash-input-azure_event_hubs 1.0.4 → 1.1.0

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: 5857d72e25ddef19ef121bc068e85cbbb2e3b1047705768a96c458ca0eabfea3
4
- data.tar.gz: 1520a70eba646769b414be49e6f5a36dd887d9aa6a9e148fca9cfbd5d3871a0d
3
+ metadata.gz: 2e9cdab47da8e5fe25fa2a6d1630242dfac79de9adec6b0518437c61c05e46d3
4
+ data.tar.gz: 924b812439432aafdd3c9f698d7287d2a96d47bbf66c87ae57a4d2b65165522a
5
5
  SHA512:
6
- metadata.gz: 14627cf32c7c0f5b30f629e65af75f4dbe823f694f3e28615bff2c7b6c4ac8b882590e95e2a7381cf87c0877f87c7e9a5c7b6999a1996f9175be2c506475d646
7
- data.tar.gz: 17107db85d6518bc28b1c2ec0204bc670fbe0ed74e1aa8abef5bd956eda3bf85d3508c048c97960893422927ee8179f6168bcf7fd1ca2d87d035a6513ad853ea
6
+ metadata.gz: 45fb925a48c39727688475e73b14c7de4decb58f453ec613521b77f230a0b9525f961c2c900556b0dd9a3e9b19b6c108c70f7c0ed480cfe76363c694ec45f6bf
7
+ data.tar.gz: 70df5718e8e6f8634c22ab968b47f18b02544a41d1a9cf3793d72075aca27685a379570d70c593d9587fa1ca93c8030b5d162321e105bacd213ca125ce5817c2
data/CHANGELOG.md CHANGED
@@ -1,19 +1,22 @@
1
+ ## 1.1.0
2
+ - Updated Azure event hub library dependencies[#27](https://github.com/logstash-plugins/logstash-input-azure_event_hubs/pull/27)
3
+
1
4
  ## 1.0.4
2
- - Added guidelines for setting number of threads
5
+ - Added guidelines for setting number of threads
3
6
 
4
7
  ## 1.0.3
5
- - Fixed doc issues
6
- - Changed `event-hub-connections` to `event_hub_connections`
7
- - Added emphasis for singular vs. plural for event_hub_connections
8
+ - Fixed doc issues
9
+ - Changed `event-hub-connections` to `event_hub_connections`
10
+ - Added emphasis for singular vs. plural for event_hub_connections
8
11
 
9
12
  ## 1.0.2
10
- - Fixed minor doc issues
11
- - Changed doc to hardcode `Logstash` rather than using an attribute.
13
+ - Fixed minor doc issues
14
+ - Changed doc to hardcode `Logstash` rather than using an attribute.
12
15
 
13
16
  ## 1.0.1
14
17
  - Fixed logging for exception handler
15
18
 
16
19
  ## 1.0.0
17
- - Initial release of `logstash-input-azure_event_hubs` supersedes `logstash-input-azureeventhub`
18
- - Re-implementation that uses Event Processor Host API and new configuration options.
20
+ - Initial release of `logstash-input-azure_event_hubs` supersedes `logstash-input-azureeventhub`
21
+ - Re-implementation that uses Event Processor Host API and new configuration options.
19
22
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.4
1
+ 1.1.0
@@ -1,10 +1,10 @@
1
1
  # AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
2
2
 
3
3
  require 'jar_dependencies'
4
- require_jar('com.google.code.gson', 'gson', '2.8.3')
5
- require_jar('org.apache.qpid', 'proton-j', '0.27.1')
4
+ require_jar('com.google.code.gson', 'gson', '2.8.5')
5
+ require_jar('org.apache.qpid', 'proton-j', '0.31.0')
6
6
  require_jar('org.apache.logging.log4j', 'log4j-slf4j-impl', '2.9.1')
7
- require_jar('com.microsoft.azure', 'azure-eventhubs', '1.0.1')
8
- require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '1.0.0')
9
- require_jar('com.microsoft.azure', 'azure-storage', '7.0.0')
7
+ require_jar('com.microsoft.azure', 'azure-eventhubs', '1.3.0')
8
+ require_jar('com.microsoft.azure', 'azure-eventhubs-eph', '2.1.0')
9
+ require_jar('com.microsoft.azure', 'azure-storage', '8.0.0')
10
10
  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.0.4
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-09 00:00:00.000000000 Z
11
+ date: 2019-01-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -103,13 +103,13 @@ files:
103
103
  - lib/logstash/inputs/processor_factory.rb
104
104
  - logstash-input-azure_event_hubs.gemspec
105
105
  - spec/inputs/azure_event_hub_spec.rb
106
- - vendor/jar-dependencies/com/google/code/gson/gson/2.8.3/gson-2.8.3.jar
107
- - vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs-eph/1.0.0/azure-eventhubs-eph-1.0.0.jar
108
- - vendor/jar-dependencies/com/microsoft/azure/azure-eventhubs/1.0.1/azure-eventhubs-1.0.1.jar
109
- - vendor/jar-dependencies/com/microsoft/azure/azure-storage/7.0.0/azure-storage-7.0.0.jar
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
109
+ - vendor/jar-dependencies/com/microsoft/azure/azure-storage/8.0.0/azure-storage-8.0.0.jar
110
110
  - vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.9.1/log4j-api-2.9.1.jar
111
111
  - 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.27.1/proton-j-0.27.1.jar
112
+ - vendor/jar-dependencies/org/apache/qpid/proton-j/0.31.0/proton-j-0.31.0.jar
113
113
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
114
114
  licenses:
115
115
  - Apache-2.0