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

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: 55f4b9985ace9673ecbf88ee9432bec2a7d925cbd23871af4a90abd5f0f6607f
4
- data.tar.gz: 21da9178451190689149455321fcf3ae806a1aef784f1ded27a763098e349dbb
3
+ metadata.gz: a6ac808200a1e72e3bfa0085f40f6af426ce537219366c1019bf018b9ebbccd4
4
+ data.tar.gz: 19e0bac320e9e8f7d4804a14b8b6bea253c16572902ce98fca3e2926be399cc2
5
5
  SHA512:
6
- metadata.gz: 5ba5e94d82a59fd2ec88374a726e6cfeddb2fbd41f3d21595058438eca6dea13ecf6036875587e89e36f45a1d7cbb457ba1ac8d12e30357cc40030f523364bff
7
- data.tar.gz: b55c117dead4f44b68797bd766c1dbeeffab9f81c8b29daab84ac0d48eb2faca218da63026603264db43ca844262cec12680e6df6a5b7269e7f9149258125ec9
6
+ metadata.gz: 338455e9abce8ffa8ffabf623ada8feb1d37d874cb19703db15dc940c33a342d354b1a36193114d8ae5c86662187e1ff6c1e39c527ce43c89a0a4d1389858294
7
+ data.tar.gz: 80fd6d36db9564fe92247ed77f1c996b39b2a79f3912d8c9817b1b40df3ad2cc541a5e813a6930d3b699ad3d15c3f2bbc2f53145bef2496600f89d65e352c5b2
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-gnu
6
6
  authors:
7
7
  - Thijs Cadier