Skip to content

Commit c21236f

Browse files
committed
v0.19.0
Signed-off-by: Takuro Ashie <[email protected]>
1 parent cf013c2 commit c21236f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 0.19.0 - 2023/04/26
2+
* out_kafka2: Add support for AWS IAM authentication
3+
* in_kafka, in_kafka_group, out_kafka2: Add support for ssl client cert key password
4+
* out_rdkafka2: Mask `ssl_client_cert_key_password` on dumping it to log
5+
* out_rdkafka2: Support rdkafka-ruby 0.12
6+
17
Release 0.18.1 - 2022/08/17
28
* out_kafka2: Fix a bug that it doesn't respect `chunk_limit_records` and `chunk_limit_size`
39

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.1'
16+
gem.version = '0.19.0'
1717
gem.required_ruby_version = ">= 2.1.0"
1818

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

0 commit comments

Comments
 (0)