Skip to content

Commit

Permalink
v0.19.3
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
  • Loading branch information
kenhys authored and ashie committed Aug 2, 2024
1 parent 273c172 commit f799f61
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
Release 0.19.3 - 2024/08/02
* 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. (#510)
* out_rdkafka2: Add missing closing timeout feature to keep compatibility with
rdkafka-ruby 0.12.x or later. (#505)
* out_rdkafka2: Add `idempotent` parameter to enable idempotence in Kafka producer. (#501)
* out_kafka2: Fix errors while sending data to EventHub by adding
broker pool to take care of fetching metadata (#503)

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 f799f61

Please sign in to comment.