Skip to content

Commit bf60694

Browse files
authored
v0.19.4 (#530)
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 256b6b0 commit bf60694

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.19.4 - 2025/03/24
2+
* Support Ruby 3.4. (#526)
3+
14
Release 0.19.3 - 2024/08/02
25
* out_rdkafka2: Add `unrecoverable_error_codes` parameter to handle
36
specific error code as unrecoverable errors. `topic_authorization_failed`

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

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

0 commit comments

Comments
 (0)