Skip to content

Commit 009be4e

Browse files
committed
v0.18.1
Signed-off-by: Takuro Ashie <[email protected]>
1 parent 9405bf9 commit 009be4e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
Release 0.18.1 - 2022/08/17
2+
* out_kafka2: Fix a bug that it doesn't respect `chunk_limit_records` and `chunk_limit_size`
3+
14
Release 0.18.0 - 2022/07/21
25
* out_kafka2: Keep alive Kafka connections between flushes
36
* out_rdkafka2: Enable to set SASL credentials via `username` and `password` parameters

fluent-plugin-kafka.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1414
gem.name = "fluent-plugin-kafka"
1515
gem.require_paths = ["lib"]
16-
gem.version = '0.18.0'
16+
gem.version = '0.18.1'
1717
gem.required_ruby_version = ">= 2.1.0"
1818

1919
gem.add_dependency "fluentd", [">= 0.10.58", "< 2"]

0 commit comments

Comments
 (0)