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: 001aa77367fd050d9edebcfcf724d72604b3b6061723aa93352b152cd3f5960e
4
- data.tar.gz: 530ac6d7857229963ea3434f91b0e20b5f3e13e85b179f376476dc4abf96dcb5
3
+ metadata.gz: 0ce1293dd83e610effb52c31c5aed6e6b565de16a373631956777e339f76343c
4
+ data.tar.gz: a1456715ca44e1b9eb749d2abc93f392d792f9246538d74fd469ea6821f63c91
5
5
  SHA512:
6
- metadata.gz: 5a9e5ad779cf7f39bd49f9e7e45937d3ae63859162e831e093993c98c24fdd45143f45a2e711f617af3a1834943c7e543d1627145f023fefe42f8f1fe9dd126f
7
- data.tar.gz: 96e5c2e500da4c5c9c0b43ef41c7e49f5d752422eea4a5191c8627c0f19f501bb72a762ad39f106c33434ba866626f7577de52864c2b67c9666bb31622e8caba
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.2
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.0')
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')
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.2
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: 2019-05-28 00:00:00.000000000 Z
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.0/proton-j-0.33.0.jar
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