logstash-input-http 3.3.1-java → 3.3.2-java
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-http_jars.rb +3 -3
- data/vendor/jar-dependencies/io/netty/netty-all/{4.1.30.Final/netty-all-4.1.30.Final.jar → 4.1.43.Final/netty-all-4.1.43.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.27.Final/netty-tcnative-boringssl-static-2.0.27.Final.jar +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{3.3.1/logstash-input-http-3.3.1.jar → 3.3.2/logstash-input-http-3.3.2.jar} +0 -0
- metadata +5 -5
- data/vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.12.Final/netty-tcnative-boringssl-static-2.0.12.Final.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: 0bb4274afcff0840b7deddfd81511084475275afe7eb02e8df46f138e78222ec
|
4
|
+
data.tar.gz: a5946e3d434c2b21034951daa88695f1780c4f5382f41bba0e486fa86caf0568
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f96a85cddbeda253ee240293bef16784e27f63c2918aee4e7893950ad26f56928a8ad44d0445e3751bf3fad686a7b3e442c0f617f878f0e34647fef0d6cc5485
|
7
|
+
data.tar.gz: afb1a0437aca79fc439bfa0434cb325a0a7c5c2c6ab8de53e3f98a9f517a71ea0c505c4f83c8031025274458fc7a0e86a6b818b0adf7268d5f2b68fea16d40d3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
## 3.3.2
|
2
|
+
- Update netty and tcnative dependency [#118](https://github.com/logstash-plugins/logstash-input-http/issues/118)
|
3
|
+
|
1
4
|
## 3.3.1
|
2
5
|
- Added 201 to valid response codes [#114](https://github.com/logstash-plugins/logstash-input-http/issues/114)
|
3
6
|
- Documented response\_code option
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.3.
|
1
|
+
3.3.2
|
@@ -1,7 +1,7 @@
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
2
2
|
|
3
3
|
require 'jar_dependencies'
|
4
|
-
require_jar('io.netty', 'netty-all', '4.1.
|
5
|
-
require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.
|
4
|
+
require_jar('io.netty', 'netty-all', '4.1.43.Final')
|
5
|
+
require_jar('io.netty', 'netty-tcnative-boringssl-static', '2.0.27.Final')
|
6
6
|
require_jar('org.apache.logging.log4j', 'log4j-api', '2.11.1')
|
7
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.
|
7
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '3.3.2')
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: logstash-input-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.2
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Elastic
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
@@ -144,10 +144,10 @@ files:
|
|
144
144
|
- lib/tasks/build.rake
|
145
145
|
- logstash-input-http.gemspec
|
146
146
|
- spec/inputs/http_spec.rb
|
147
|
-
- vendor/jar-dependencies/io/netty/netty-all/4.1.
|
148
|
-
- vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.
|
147
|
+
- vendor/jar-dependencies/io/netty/netty-all/4.1.43.Final/netty-all-4.1.43.Final.jar
|
148
|
+
- vendor/jar-dependencies/io/netty/netty-tcnative-boringssl-static/2.0.27.Final/netty-tcnative-boringssl-static-2.0.27.Final.jar
|
149
149
|
- vendor/jar-dependencies/org/apache/logging/log4j/log4j-api/2.11.1/log4j-api-2.11.1.jar
|
150
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.
|
150
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/3.3.2/logstash-input-http-3.3.2.jar
|
151
151
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
152
152
|
licenses:
|
153
153
|
- Apache License (2.0)
|