logstash-input-http 4.1.6-java → 4.1.8-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/VERSION +1 -1
- data/lib/logstash-input-http_jars.rb +9 -9
- data/vendor/jar-dependencies/io/netty/netty-buffer/{4.1.131.Final/netty-buffer-4.1.131.Final.jar → 4.1.133.Final/netty-buffer-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec/{4.1.131.Final/netty-codec-4.1.131.Final.jar → 4.1.133.Final/netty-codec-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-codec-http/{4.1.131.Final/netty-codec-http-4.1.131.Final.jar → 4.1.133.Final/netty-codec-http-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-common/{4.1.131.Final/netty-common-4.1.131.Final.jar → 4.1.133.Final/netty-common-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-handler/{4.1.131.Final/netty-handler-4.1.131.Final.jar → 4.1.133.Final/netty-handler-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-resolver/{4.1.131.Final/netty-resolver-4.1.131.Final.jar → 4.1.133.Final/netty-resolver-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport/{4.1.131.Final/netty-transport-4.1.131.Final.jar → 4.1.133.Final/netty-transport-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/{4.1.131.Final/netty-transport-native-unix-common-4.1.131.Final.jar → 4.1.133.Final/netty-transport-native-unix-common-4.1.133.Final.jar} +0 -0
- data/vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/{4.1.6/logstash-input-http-4.1.6.jar → 4.1.8/logstash-input-http-4.1.8.jar} +0 -0
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 61bbfafb6d818002c8c54f1cd6fe7aaafc548fd6b6d01c018827011c19bffdb2
|
|
4
|
+
data.tar.gz: e9827155573c2b2b2faf3ee3d2c094cef35485f02b0c8870f72fc6a9281a9b99
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5a410ed18065a0638919b54ed0511fe13a8fe768135e33185acc7ea379f44bdff3ef441a366127ce18578acc6cd30cc8a36d26be4278d224298d6539898a9f86
|
|
7
|
+
data.tar.gz: 5cfb9cd0c5f8a7d5b758b3d76abee8ea2ab789cc6b86f206d394edf90291b1978cbc78ba76ed5cd3ba490e6b032fdc3505164597ec4e1bbb846bd4c387480f4a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## 4.1.8
|
|
2
|
+
- Update Netty dependency to 4.1.133.Final [#216](https://github.com/logstash-plugins/logstash-input-http/pull/216)
|
|
3
|
+
|
|
4
|
+
## 4.1.7
|
|
5
|
+
- Update Netty dependency to 4.1.132.Final [#214](https://github.com/logstash-plugins/logstash-input-http/pull/214)
|
|
6
|
+
|
|
1
7
|
## 4.1.6
|
|
2
8
|
- Upgrade netty to 4.1.131 [#207](https://github.com/logstash-plugins/logstash-input-http/pull/207)
|
|
3
9
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.1.
|
|
1
|
+
4.1.8
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# AUTOGENERATED BY THE GRADLE SCRIPT. DO NOT EDIT.
|
|
2
2
|
|
|
3
3
|
require 'jar_dependencies'
|
|
4
|
-
require_jar('io.netty', 'netty-codec-http', '4.1.
|
|
5
|
-
require_jar('io.netty', 'netty-handler', '4.1.
|
|
6
|
-
require_jar('io.netty', 'netty-codec', '4.1.
|
|
7
|
-
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.
|
|
8
|
-
require_jar('io.netty', 'netty-transport', '4.1.
|
|
9
|
-
require_jar('io.netty', 'netty-buffer', '4.1.
|
|
10
|
-
require_jar('io.netty', 'netty-resolver', '4.1.
|
|
11
|
-
require_jar('io.netty', 'netty-common', '4.1.
|
|
12
|
-
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.
|
|
4
|
+
require_jar('io.netty', 'netty-codec-http', '4.1.133.Final')
|
|
5
|
+
require_jar('io.netty', 'netty-handler', '4.1.133.Final')
|
|
6
|
+
require_jar('io.netty', 'netty-codec', '4.1.133.Final')
|
|
7
|
+
require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.133.Final')
|
|
8
|
+
require_jar('io.netty', 'netty-transport', '4.1.133.Final')
|
|
9
|
+
require_jar('io.netty', 'netty-buffer', '4.1.133.Final')
|
|
10
|
+
require_jar('io.netty', 'netty-resolver', '4.1.133.Final')
|
|
11
|
+
require_jar('io.netty', 'netty-common', '4.1.133.Final')
|
|
12
|
+
require_jar('org.logstash.plugins.input.http', 'logstash-input-http', '4.1.8')
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-input-http
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.8
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-05-06 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -168,15 +168,15 @@ files:
|
|
|
168
168
|
- spec/fixtures/certs/openssl.cnf
|
|
169
169
|
- spec/inputs/helpers.rb
|
|
170
170
|
- spec/inputs/http_spec.rb
|
|
171
|
-
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.
|
|
172
|
-
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.
|
|
173
|
-
- vendor/jar-dependencies/io/netty/netty-codec/4.1.
|
|
174
|
-
- vendor/jar-dependencies/io/netty/netty-common/4.1.
|
|
175
|
-
- vendor/jar-dependencies/io/netty/netty-handler/4.1.
|
|
176
|
-
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.
|
|
177
|
-
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.
|
|
178
|
-
- vendor/jar-dependencies/io/netty/netty-transport/4.1.
|
|
179
|
-
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.
|
|
171
|
+
- vendor/jar-dependencies/io/netty/netty-buffer/4.1.133.Final/netty-buffer-4.1.133.Final.jar
|
|
172
|
+
- vendor/jar-dependencies/io/netty/netty-codec-http/4.1.133.Final/netty-codec-http-4.1.133.Final.jar
|
|
173
|
+
- vendor/jar-dependencies/io/netty/netty-codec/4.1.133.Final/netty-codec-4.1.133.Final.jar
|
|
174
|
+
- vendor/jar-dependencies/io/netty/netty-common/4.1.133.Final/netty-common-4.1.133.Final.jar
|
|
175
|
+
- vendor/jar-dependencies/io/netty/netty-handler/4.1.133.Final/netty-handler-4.1.133.Final.jar
|
|
176
|
+
- vendor/jar-dependencies/io/netty/netty-resolver/4.1.133.Final/netty-resolver-4.1.133.Final.jar
|
|
177
|
+
- vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.133.Final/netty-transport-native-unix-common-4.1.133.Final.jar
|
|
178
|
+
- vendor/jar-dependencies/io/netty/netty-transport/4.1.133.Final/netty-transport-4.1.133.Final.jar
|
|
179
|
+
- vendor/jar-dependencies/org/logstash/plugins/input/http/logstash-input-http/4.1.8/logstash-input-http-4.1.8.jar
|
|
180
180
|
homepage: http://www.elastic.co/guide/en/logstash/current/index.html
|
|
181
181
|
licenses:
|
|
182
182
|
- Apache License (2.0)
|