File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Rdkafka Changelog
22
3+ ## 0.18.0 (Unreleased)
4+ - [ Enhancement] Update ` librdkafka ` to ` 2.5.0 `
5+
36## 0.17.0 (2024-08-03)
47- [ Feature] Add ` #seek_by ` to be able to seek for a message by topic, partition and offset (zinahia)
58- [ Enhancement] Update ` librdkafka ` to ` 2.4.0 `
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ bundle exec rake produce_messages
163163
164164| rdkafka-ruby | librdkafka | patches |
165165| -| -| -|
166+ | 0.18.0 (Unreleased) | 2.5.0 (2024-06-10) | no |
166167| 0.17.0 (2024-08-03) | 2.4.0 (2024-05-07) | no |
167168| 0.16.0 (2024-06-13) | 2.3.0 (2023-10-25) | no |
168169| 0.15.0 (2023-12-03) | 2.3.0 (2023-10-25) | no |
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Rdkafka
4- VERSION = "0.17 .0"
5- LIBRDKAFKA_VERSION = "2.4 .0"
6- LIBRDKAFKA_SOURCE_SHA256 = "d645e47d961db47f1ead29652606a502bdd2a880c85c1e060e94eea040f1a19a "
4+ VERSION = "0.18 .0"
5+ LIBRDKAFKA_VERSION = "2.5 .0"
6+ LIBRDKAFKA_SOURCE_SHA256 = "3dc62de731fd516dfb1032861d9a580d4d0b5b0856beb0f185d06df8e6c26259 "
77end
You can’t perform that action at this time.
0 commit comments