Skip to content

Commit

Permalink
v0.19.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Jul 30, 2024
1 parent d4e1964 commit d81736f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release 0.19.3 - 2024/07/30
* out_rdkafka2: Add `unrecoverable_error_codes` parameter to handle
specific error code as unrecoverable errors. `topic_authorization_failed`
and `msg_size_too_large` are treated as such unrecoverable error by default.
* out_rdkafka2: Apply PR#468 patch to keep compatibility with only
rdkafka-ruby 0.12.x because it should not be applied in 0.13.0 or later.

Release 0.19.2 - 2023/10/13
* out_rdkafka2: Add `discard_kafka_delivery_failed_regex`

Expand Down
2 changes: 1 addition & 1 deletion fluent-plugin-kafka.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "fluent-plugin-kafka"
gem.require_paths = ["lib"]
gem.version = '0.19.2'
gem.version = '0.19.3'
gem.required_ruby_version = ">= 2.1.0"

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

0 comments on commit d81736f

Please sign in to comment.