karafka-rdkafka 0.23.0.beta2-x86_64-linux-musl → 0.23.0-x86_64-linux-musl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ea00a09d45a41283947e3417158d7e27a714a37d650eeef3e155395e52ea30a
4
- data.tar.gz: aa2b4a733be8476a4282bce88cc8e62f3bda1d4b465209b4735e0374628e488e
3
+ metadata.gz: dcf26fbb935ef0bbd832a2efa1dd92850bd5193f5a77c47a184ba2dce0477e77
4
+ data.tar.gz: 4894703fab047ae648948bc81553bcbbeedc038f3dbb51c98cf6f1b9bdf16908
5
5
  SHA512:
6
- metadata.gz: 3f7d00ed845e9b768fe38aa1ec56f92f8c14722755a67328ddc73e90f1f08a139c41b3dd90e10bae9fb19e6c1a6b6d3086eb88c68163e61518e78ccbc259f95d
7
- data.tar.gz: 2fd5251392452f25886b92011a43567d6a48bcacd95c8b30a74ffdc5233701621588fb139e5f8aef402dc339970704d251ba9ed5532e2ff79d9169a73366ab4a
6
+ metadata.gz: 1a69ee2c245940df8b77d89e7c79c449073d30bfccac4da44d91f8e90ba3abb6e9b64f2b2b6c30a2719530a7f54ccbdc55fa003ed73f2ff3f7d0510a20eda797
7
+ data.tar.gz: 38f56214f7ecdd64a6ffc1096850c6907bd2314738ad640fe9e4d77cf7884b246a86cd81c661e05ee623b27d27662bf775ef3d49b43a359c2bfbd8476ee6a077
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rdkafka Changelog
2
2
 
3
- ## 0.23.0 (Unreleased)
3
+ ## 0.23.0 (2025-11-01)
4
4
  - [Enhancement] Bump librdkafka to 2.12.1.
5
5
  - [Enhancement] Force lock FFI to 1.17.1 or higher to include critical bug fixes around GCC, write barriers, and thread restarts for forks.
6
6
  - [Fix] Fix for Core dump when providing extensions to oauthbearer_set_token (dssjoblom)
data/README.md CHANGED
@@ -63,7 +63,7 @@ Contributions should generally be made to the upstream [rdkafka-ruby repository]
63
63
 
64
64
  | rdkafka-ruby | librdkafka | patches |
65
65
  |-|-|-|
66
- | 0.23.x (Unreleased) | 2.12.1 (2025-10-16) | yes |
66
+ | 0.23.x (2025-11-01) | 2.12.1 (2025-10-16) | yes |
67
67
  | 0.22.x (2025-09-26) | 2.11.1 (2025-08-18) | yes |
68
68
  | 0.21.x (2025-08-18) | 2.11.0 (2025-07-03) | yes |
69
69
  | 0.20.x (2025-07-17) | 2.8.0 (2025-01-07) | yes |
data/ext/librdkafka.so CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rdkafka
4
- VERSION = "0.23.0.beta2"
4
+ VERSION = "0.23.0"
5
5
  LIBRDKAFKA_VERSION = "2.12.1"
6
6
  LIBRDKAFKA_SOURCE_SHA256 = "ec103fa05cb0f251e375f6ea0b6112cfc9d0acd977dc5b69fdc54242ba38a16f"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: karafka-rdkafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0.beta2
4
+ version: 0.23.0
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Thijs Cadier