Skip to content

Commit

Permalink
bump librdkafka to 2.2.0 (karafka#321)
Browse files Browse the repository at this point in the history
* bump librdkafka to 2.2.0

* update changelog
  • Loading branch information
mensfeld authored Oct 31, 2023
1 parent 50745f8 commit 49994f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 0.14.0 (Unreleased)
* [Enhancement] Update `librdkafka` to `2.2.0` (mensfeld)
* [Enhancement] Introduce producer partitions count metadata cache (mensfeld)
* [Enhancement] Increase metadata timeout request from `250 ms` to `2000 ms` default to allow for remote cluster operations via `rdkafka-ruby` (mensfeld)
* [Enhancement] Introduce `#name` for producers and consumers (mensfeld)
Expand Down
4 changes: 2 additions & 2 deletions lib/rdkafka/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Rdkafka
VERSION = "0.13.0"
LIBRDKAFKA_VERSION = "2.0.2"
LIBRDKAFKA_SOURCE_SHA256 = "f321bcb1e015a34114c83cf1aa7b99ee260236aab096b85c003170c90a47ca9d"
LIBRDKAFKA_VERSION = "2.2.0"
LIBRDKAFKA_SOURCE_SHA256 = "af9a820cbecbc64115629471df7c7cecd40403b6c34bfdbb9223152677a47226"
end

0 comments on commit 49994f9

Please sign in to comment.