Skip to content

Commit

Permalink
revert auto-require on macos (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Dec 4, 2024
1 parent 59e694a commit 09916d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Rdkafka Changelog

## 0.18.1 (2024-12-04)
- [Fix] Do not run `Rdkafka::Bindings.rd_kafka_global_init` on require to prevent some of macos versions from hanging on Puma fork.

## 0.18.0 (2024-11-26)
- **[Breaking]** Drop Ruby 3.0 support
- [Enhancement] Bump librdkafka to 2.6.1
Expand Down
2 changes: 0 additions & 2 deletions lib/rdkafka.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,3 @@
# Main Rdkafka namespace of this gem
module Rdkafka
end

Rdkafka::Bindings.rd_kafka_global_init
2 changes: 1 addition & 1 deletion lib/rdkafka/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

module Rdkafka
VERSION = "0.18.0"
VERSION = "0.18.1"
LIBRDKAFKA_VERSION = "2.6.1"
LIBRDKAFKA_SOURCE_SHA256 = "0ddf205ad8d36af0bc72a2fec20639ea02e1d583e353163bf7f4683d949e901b"
end

0 comments on commit 09916d4

Please sign in to comment.