logstash-integration-kafka 12.1.7-java → 12.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1001ccf54f8882921c33bd8d14629fe82fae3bcfe9ac06a8bef3bfc808860ca2
|
|
4
|
+
data.tar.gz: b2caf929aaa464a6d39cbab02e4efbb77682ab259ff0880e7526db348a18c3d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daf63a01996d28f3fafbfb3536e960d305b11442c958745a2c9943987d7a18b68430ec8a72bcdb3efdf5df06f0aefe01a32253f7ce851ba5337f910a9d1f7c73
|
|
7
|
+
data.tar.gz: c29b3f31c8e566c89023b32ce03759270c31c9c64f9b491ad624db899963c3ffdec9dec7019259592c69aad5a1fec3256eac1360987f8b93ee432b58261b5da3
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 12.1.8
|
|
2
|
+
- Require httpclient5 version 5.6.4 or later [#277](https://github.com/logstash-plugins/logstash-integration-kafka/pull/277)
|
|
3
|
+
|
|
1
4
|
## 12.1.7
|
|
2
5
|
- Upgrades `kafka-avro-serializer` dependency to v8.3.1, and constrains transitive dependency on apache `httpclient5` to be at least `v5.6.3` [#273](https://github.com/logstash-plugins/logstash-integration-kafka/pull/273)
|
|
3
6
|
|
|
@@ -12,7 +12,7 @@ require_jar('io.confluent', 'kafka-schema-types', '8.3.1')
|
|
|
12
12
|
require_jar('com.fasterxml.jackson.core', 'jackson-databind', '2.21.6')
|
|
13
13
|
require_jar('com.fasterxml.jackson.core', 'jackson-core', '2.21.6')
|
|
14
14
|
require_jar('org.apache.kafka', 'kafka-clients', '4.2.0')
|
|
15
|
-
require_jar('org.apache.httpcomponents.client5', 'httpclient5', '5.6.
|
|
15
|
+
require_jar('org.apache.httpcomponents.client5', 'httpclient5', '5.6.4')
|
|
16
16
|
require_jar('com.fasterxml.jackson.core', 'jackson-annotations', '2.21')
|
|
17
17
|
require_jar('org.apache.commons', 'commons-compress', '1.28.0')
|
|
18
18
|
require_jar('com.google.guava', 'guava', '32.0.1-jre')
|
|
Binary file
|
data/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
12.1.
|
|
1
|
+
12.1.8
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-integration-kafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.
|
|
4
|
+
version: 12.1.8
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-08-
|
|
10
|
+
date: 2026-08-31 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: logstash-core-plugin-api
|
|
@@ -273,7 +273,7 @@ files:
|
|
|
273
273
|
- vendor/jar-dependencies/org/apache/avro/avro/1.12.1/avro-1.12.1.jar
|
|
274
274
|
- vendor/jar-dependencies/org/apache/commons/commons-compress/1.28.0/commons-compress-1.28.0.jar
|
|
275
275
|
- vendor/jar-dependencies/org/apache/commons/commons-lang3/3.18.0/commons-lang3-3.18.0.jar
|
|
276
|
-
- vendor/jar-dependencies/org/apache/httpcomponents/client5/httpclient5/5.6.
|
|
276
|
+
- vendor/jar-dependencies/org/apache/httpcomponents/client5/httpclient5/5.6.4/httpclient5-5.6.4.jar
|
|
277
277
|
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5-h2/5.4.3/httpcore5-h2-5.4.3.jar
|
|
278
278
|
- vendor/jar-dependencies/org/apache/httpcomponents/core5/httpcore5/5.4.3/httpcore5-5.4.3.jar
|
|
279
279
|
- vendor/jar-dependencies/org/apache/kafka/kafka-clients/4.2.0/kafka-clients-4.2.0.jar
|