logstash-input-tcp 6.3.3-java → 6.3.5-java

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: 8b607c79368d2e84d8969eb17dbed64fab3b745c054075f88e418944db41a382
4
- data.tar.gz: b8dd2a9e22ab3f36141abc6d8920bf3b04f867d30cb5b8600c0de9b80adf7920
3
+ metadata.gz: b1338a3644e8dc08b0b8b4c14c39fc26b358f4dcf99b9fa4a249f783a1debdde
4
+ data.tar.gz: 7cb415c1d9414e48b27a9ac4610ccf6065939026659c041dbb0efe125a6f30a3
5
5
  SHA512:
6
- metadata.gz: 39623f28141ed11266f273efdc381f8544f61fb7cfbdbb3ef2f67c4069ca59561516ae14564a22eb8609e407ebb23acc288a9d36529fb1cd3722fa191e74478d
7
- data.tar.gz: b3fc196503e23a5d9a7a285e7b3e527b89b8683d7da335dbaf9cbaa43d31fabca50219b70b10069a7a4e28857fe98af3d111f40bb8bfa021b72f6d8378b847cd
6
+ metadata.gz: 9cae9f9a0aa70d6355a4afeefec094cf79a073ecc474fb28b495027341353f068a3d41f4ad3c6422545d1feff593c5d91044a313079190498c4ef3f063c1071b
7
+ data.tar.gz: 3be408cdc6062cca874f0c71466022a21b5030c1cd47ecacefa8e63deced324ec05ef508fdaed8e982457b8b51d1c6c773909ad9c2c427f95081732350809066
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 6.3.5
2
+ - update netty to 4.1.94 and other dependencies [#216](https://github.com/logstash-plugins/logstash-input-tcp/pull/216)
3
+
4
+ ## 6.3.4
5
+ - Fix: reduce error logging (to info level) on connection resets [#214](https://github.com/logstash-plugins/logstash-input-tcp/pull/214)
6
+
1
7
  ## 6.3.3
2
8
  - bump netty to 4.1.93 [#212](https://github.com/logstash-plugins/logstash-input-tcp/pull/212)
3
9
 
@@ -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-buffer', '4.1.93.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.93.Final')
6
- require_jar('io.netty', 'netty-common', '4.1.93.Final')
7
- require_jar('io.netty', 'netty-transport', '4.1.93.Final')
8
- require_jar('io.netty', 'netty-handler', '4.1.93.Final')
9
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.93.Final')
10
- require_jar('commons-io', 'commons-io', '2.8.0')
4
+ require_jar('io.netty', 'netty-buffer', '4.1.94.Final')
5
+ require_jar('io.netty', 'netty-codec', '4.1.94.Final')
6
+ require_jar('io.netty', 'netty-common', '4.1.94.Final')
7
+ require_jar('io.netty', 'netty-transport', '4.1.94.Final')
8
+ require_jar('io.netty', 'netty-handler', '4.1.94.Final')
9
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.94.Final')
10
+ require_jar('commons-io', 'commons-io', '2.13.0')
11
11
 
12
- require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.3.3')
12
+ require_jar('org.logstash.inputs', 'logstash-input-tcp', '6.3.5')
data/version CHANGED
@@ -1 +1 @@
1
- 6.3.3
1
+ 6.3.5
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-tcp
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.3.3
4
+ version: 6.3.5
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-01 00:00:00.000000000 Z
11
+ date: 2023-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -231,14 +231,14 @@ files:
231
231
  - spec/fixtures/small.key
232
232
  - spec/inputs/tcp_spec.rb
233
233
  - spec/spec_helper.rb
234
- - vendor/jar-dependencies/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
235
- - vendor/jar-dependencies/io/netty/netty-buffer/4.1.93.Final/netty-buffer-4.1.93.Final.jar
236
- - vendor/jar-dependencies/io/netty/netty-codec/4.1.93.Final/netty-codec-4.1.93.Final.jar
237
- - vendor/jar-dependencies/io/netty/netty-common/4.1.93.Final/netty-common-4.1.93.Final.jar
238
- - vendor/jar-dependencies/io/netty/netty-handler/4.1.93.Final/netty-handler-4.1.93.Final.jar
239
- - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.93.Final/netty-transport-native-unix-common-4.1.93.Final.jar
240
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.93.Final/netty-transport-4.1.93.Final.jar
241
- - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.3/logstash-input-tcp-6.3.3.jar
234
+ - vendor/jar-dependencies/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
235
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.94.Final/netty-buffer-4.1.94.Final.jar
236
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.94.Final/netty-codec-4.1.94.Final.jar
237
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.94.Final/netty-common-4.1.94.Final.jar
238
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.94.Final/netty-handler-4.1.94.Final.jar
239
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.94.Final/netty-transport-native-unix-common-4.1.94.Final.jar
240
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.94.Final/netty-transport-4.1.94.Final.jar
241
+ - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/6.3.5/logstash-input-tcp-6.3.5.jar
242
242
  - version
243
243
  homepage: http://www.elastic.co/guide/en/logstash/current/index.html
244
244
  licenses: