Skip to content

Commit

Permalink
bump librdkafka to 2.5.3 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Sep 16, 2024
1 parent 27c6218 commit 01472cc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 0.19.0 (Unreleased)
- **[Breaking]** Drop Ruby 3.0 support
- [Enhancement] Update `librdkafka` to `2.5.3`
- [Enhancement] Use default oauth callback if none is passed (bachmanity1)
- [Fix] Fix incorrectly behaving CI on failures.
- [Patch] Patch with "Add forward declaration to fix compilation without ssl" fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ bundle exec rake produce_messages

| rdkafka-ruby | librdkafka | patches |
|-|-|-|
| 0.19.0 (Unreleased) | 2.5.0 (2024-06-10) | yes |
| 0.19.0 (Unreleased) | 2.5.3 (2024-09-02) | yes |
| 0.18.0 (2024-09-02) | 2.5.0 (2024-06-10) | yes |
| 0.17.0 (2024-08-03) | 2.4.0 (2024-05-07) | no |
| 0.16.0 (2024-06-13) | 2.3.0 (2023-10-25) | no |
Expand Down
Binary file not shown.
11 changes: 0 additions & 11 deletions dist/patches/rdkafka_op.h.patch

This file was deleted.

4 changes: 2 additions & 2 deletions dist/patches/rdkafka_sticky_assignor.c.patch
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This patch is released under the 2-clause BSD license, same as librdkafka
# Fixes: https://github.com/confluentinc/librdkafka/issues/4783
#
--- librdkafka_2.5.0/src/rdkafka_sticky_assignor.c 2024-07-08 09:47:43.000000000 +0200
+++ librdkafka_2.5.0/src/rdkafka_sticky_assignor.c 2024-07-30 09:44:38.529759640 +0200
--- librdkafka_2.5.3/src/rdkafka_sticky_assignor.c 2024-07-08 09:47:43.000000000 +0200
+++ librdkafka_2.5.3/src/rdkafka_sticky_assignor.c 2024-07-30 09:44:38.529759640 +0200
@@ -769,7 +769,7 @@
const rd_kafka_topic_partition_list_t *partitions;
const char *consumer;
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.19.0"
LIBRDKAFKA_VERSION = "2.5.0"
LIBRDKAFKA_SOURCE_SHA256 = "3dc62de731fd516dfb1032861d9a580d4d0b5b0856beb0f185d06df8e6c26259"
LIBRDKAFKA_VERSION = "2.5.3"
LIBRDKAFKA_SOURCE_SHA256 = "eaa1213fdddf9c43e28834d9a832d9dd732377d35121e42f875966305f52b8ff"
end

0 comments on commit 01472cc

Please sign in to comment.