Skip to content

Commit 01472cc

Browse files
authored
bump librdkafka to 2.5.3 (#512)
1 parent 27c6218 commit 01472cc

File tree

6 files changed

+6
-16
lines changed

6 files changed

+6
-16
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.19.0 (Unreleased)
44
- **[Breaking]** Drop Ruby 3.0 support
5+
- [Enhancement] Update `librdkafka` to `2.5.3`
56
- [Enhancement] Use default oauth callback if none is passed (bachmanity1)
67
- [Fix] Fix incorrectly behaving CI on failures.
78
- [Patch] Patch with "Add forward declaration to fix compilation without ssl" fix

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ bundle exec rake produce_messages
163163

164164
| rdkafka-ruby | librdkafka | patches |
165165
|-|-|-|
166-
| 0.19.0 (Unreleased) | 2.5.0 (2024-06-10) | yes |
166+
| 0.19.0 (Unreleased) | 2.5.3 (2024-09-02) | yes |
167167
| 0.18.0 (2024-09-02) | 2.5.0 (2024-06-10) | yes |
168168
| 0.17.0 (2024-08-03) | 2.4.0 (2024-05-07) | no |
169169
| 0.16.0 (2024-06-13) | 2.3.0 (2023-10-25) | no |
Binary file not shown.

dist/patches/rdkafka_op.h.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

dist/patches/rdkafka_sticky_assignor.c.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This patch is released under the 2-clause BSD license, same as librdkafka
22
# Fixes: https://github.com/confluentinc/librdkafka/issues/4783
33
#
4-
--- librdkafka_2.5.0/src/rdkafka_sticky_assignor.c 2024-07-08 09:47:43.000000000 +0200
5-
+++ librdkafka_2.5.0/src/rdkafka_sticky_assignor.c 2024-07-30 09:44:38.529759640 +0200
4+
--- librdkafka_2.5.3/src/rdkafka_sticky_assignor.c 2024-07-08 09:47:43.000000000 +0200
5+
+++ librdkafka_2.5.3/src/rdkafka_sticky_assignor.c 2024-07-30 09:44:38.529759640 +0200
66
@@ -769,7 +769,7 @@
77
const rd_kafka_topic_partition_list_t *partitions;
88
const char *consumer;

lib/rdkafka/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Rdkafka
44
VERSION = "0.19.0"
5-
LIBRDKAFKA_VERSION = "2.5.0"
6-
LIBRDKAFKA_SOURCE_SHA256 = "3dc62de731fd516dfb1032861d9a580d4d0b5b0856beb0f185d06df8e6c26259"
5+
LIBRDKAFKA_VERSION = "2.5.3"
6+
LIBRDKAFKA_SOURCE_SHA256 = "eaa1213fdddf9c43e28834d9a832d9dd732377d35121e42f875966305f52b8ff"
77
end

0 commit comments

Comments
 (0)