logstash-input-tcp 7.0.1-java → 7.0.2-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: 32d13ec3360e74f9a1a584be37a321738014f680dbff4dc8975447900c37b32b
4
- data.tar.gz: dc51ac7ed0bb8ff36c529a7d399b47bd73f2d9b59fa236710eb1d2df69c2cef0
3
+ metadata.gz: b6a2a72435fdc1144bd70efbdfbc7579a3c1902cf4f9fc7794dad83e48efa851
4
+ data.tar.gz: 86c27915d6edccaefabd40fb74ea3ce69048bbf6ad711179a141cf79e333c4c3
5
5
  SHA512:
6
- metadata.gz: fa0a7e69d256b66d7bd52aa6fd5a557f48a77e8d042c0f18b9dcf548c01aeab87f5697c28d45d898a92321fb69505afd5856ba171773a8711dd92d8fba4d73b7
7
- data.tar.gz: fc1a78100958bc2313077e7b8bd95bff896f7f0b11d091ac81c89453b365dce6f8b8402d1ba7112615ef164e25b7426d84d09efafcfd2898b207d7d8536099e7
6
+ metadata.gz: 279052003649399ad83aa3153797503db8be36872b5ddb5d326aaecdfce145066e91a3de24ab51ae6117a4dea1062e34bd8ad6c7a2b5fcc69d179126cbc7d3ae
7
+ data.tar.gz: 75f81da1f4bb50fa03146e8cebb21e8d1ef7fa6e7cfe4b878da5d0c6a7a1eadbf62a6cf2fc008bde1e42143b02ede9265115c0d4aab2c734e92597ea6aae1865
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
+ ## 7.0.2
2
+ - Upgrade netty to 4.1.118 [#232](https://github.com/logstash-plugins/logstash-input-tcp/pull/232)
3
+
1
4
  ## 7.0.1
2
- - Name netty threads with plugin id and their purpose [229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229)
5
+ - Name netty threads with plugin id and their purpose [#229](https://github.com/logstash-plugins/logstash-input-tcp/pull/229)
3
6
 
4
7
  ## 7.0.0
5
8
  - SSL settings that were marked deprecated in version `6.4.0` are now marked obsolete, and will prevent the plugin from starting.
@@ -7,7 +10,7 @@
7
10
  - `ssl_cert`, which should be replaced by `ssl_certificate`
8
11
  - `ssl_enable`, which should be replaced by `ssl_enabled`
9
12
  - `ssl_verify`, which should be replaced by `ssl_client_authentication` when `mode` is `server` or `ssl_verification_mode`when mode is `client`
10
- - [228](https://github.com/logstash-plugins/logstash-input-tcp/pull/228)
13
+ - [#228](https://github.com/logstash-plugins/logstash-input-tcp/pull/228)
11
14
 
12
15
  ## 6.4.4
13
16
  - update netty to 4.1.115 [#227](https://github.com/logstash-plugins/logstash-input-tcp/pull/227)
@@ -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.115.Final')
5
- require_jar('io.netty', 'netty-codec', '4.1.115.Final')
6
- require_jar('io.netty', 'netty-common', '4.1.115.Final')
7
- require_jar('io.netty', 'netty-transport', '4.1.115.Final')
8
- require_jar('io.netty', 'netty-handler', '4.1.115.Final')
9
- require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.115.Final')
4
+ require_jar('io.netty', 'netty-buffer', '4.1.118.Final')
5
+ require_jar('io.netty', 'netty-codec', '4.1.118.Final')
6
+ require_jar('io.netty', 'netty-common', '4.1.118.Final')
7
+ require_jar('io.netty', 'netty-transport', '4.1.118.Final')
8
+ require_jar('io.netty', 'netty-handler', '4.1.118.Final')
9
+ require_jar('io.netty', 'netty-transport-native-unix-common', '4.1.118.Final')
10
10
  require_jar('commons-io', 'commons-io', '2.17.0')
11
11
 
12
- require_jar('org.logstash.inputs', 'logstash-input-tcp', '7.0.1')
12
+ require_jar('org.logstash.inputs', 'logstash-input-tcp', '7.0.2')
data/version CHANGED
@@ -1 +1 @@
1
- 7.0.1
1
+ 7.0.2
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: 7.0.1
4
+ version: 7.0.2
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-02-04 00:00:00.000000000 Z
11
+ date: 2025-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -232,13 +232,13 @@ files:
232
232
  - spec/inputs/tcp_spec.rb
233
233
  - spec/spec_helper.rb
234
234
  - vendor/jar-dependencies/commons-io/commons-io/2.17.0/commons-io-2.17.0.jar
235
- - vendor/jar-dependencies/io/netty/netty-buffer/4.1.115.Final/netty-buffer-4.1.115.Final.jar
236
- - vendor/jar-dependencies/io/netty/netty-codec/4.1.115.Final/netty-codec-4.1.115.Final.jar
237
- - vendor/jar-dependencies/io/netty/netty-common/4.1.115.Final/netty-common-4.1.115.Final.jar
238
- - vendor/jar-dependencies/io/netty/netty-handler/4.1.115.Final/netty-handler-4.1.115.Final.jar
239
- - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.115.Final/netty-transport-native-unix-common-4.1.115.Final.jar
240
- - vendor/jar-dependencies/io/netty/netty-transport/4.1.115.Final/netty-transport-4.1.115.Final.jar
241
- - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/7.0.1/logstash-input-tcp-7.0.1.jar
235
+ - vendor/jar-dependencies/io/netty/netty-buffer/4.1.118.Final/netty-buffer-4.1.118.Final.jar
236
+ - vendor/jar-dependencies/io/netty/netty-codec/4.1.118.Final/netty-codec-4.1.118.Final.jar
237
+ - vendor/jar-dependencies/io/netty/netty-common/4.1.118.Final/netty-common-4.1.118.Final.jar
238
+ - vendor/jar-dependencies/io/netty/netty-handler/4.1.118.Final/netty-handler-4.1.118.Final.jar
239
+ - vendor/jar-dependencies/io/netty/netty-transport-native-unix-common/4.1.118.Final/netty-transport-native-unix-common-4.1.118.Final.jar
240
+ - vendor/jar-dependencies/io/netty/netty-transport/4.1.118.Final/netty-transport-4.1.118.Final.jar
241
+ - vendor/jar-dependencies/org/logstash/inputs/logstash-input-tcp/7.0.2/logstash-input-tcp-7.0.2.jar
242
242
  - version
243
243
  homepage: https://elastic.co/logstash
244
244
  licenses: