Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add v0.19.3 #516

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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