rdkafka 0.23.0-x86_64-linux-musl → 0.23.1-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: e234854324afa4b446878db175134503f8e70851366ac7ef1258007f07e2a1bc
4
- data.tar.gz: f753626183b3f875601f3e717c956380936d5a08a2607eb64c83c80e1b828b7e
3
+ metadata.gz: f2248de20504846989a6bf19fd98a435823657313c05c2ec725324e9f71be435
4
+ data.tar.gz: f76c20ad316d8b4d4c8311833b1df96878ebaa0a3a2dda63eacfb8d948c4a120
5
5
  SHA512:
6
- metadata.gz: 9460591432294870724eba80dbec1fa205b409fa3ac6c129385933786077d60cf42ac7cd814b12dded75c3935fb12566c3dbc30a710556423c47635ec4c2aae4
7
- data.tar.gz: 06ac2e5c5f10e23474b63f732f3f673c17ab9ff35572fdd3d447549d814ee98fdc23f52bd551e469b4a171ad6f692cf4a473fd55476d3da6882d153c09a40079
6
+ metadata.gz: fe941502b860b5571b2fe170e17178b1c5ce9ab4534d485af9c6b5992256a9f0b598cbdce1a5a38de9a69ec841280523ad91332e25b98d2701d04f9105d15d1c
7
+ data.tar.gz: 68789d65b053054746079c0071a7359c7bc145ccdaa93181d83e84d89154988f0b5059232597aa44928c21f7b70ec710698eb8768481213eb8f394fec859036c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Rdkafka Changelog
2
2
 
3
+ ## 0.23.1 (2025-09-25)
4
+ - [Enhancement] Improve sigstore attestation for precompiled releases.
5
+ - [Fix] Fix incorrectly set default SSL certs dir.
6
+ - [Fix] Disable OpenSSL Heartbeats during compilation.
7
+
3
8
  ## 0.23.0 (2025-09-04)
4
9
  - **[Breaking]** Drop support for Ruby 3.1 to move forward with the fiber scheduler work.
5
10
  - [Enhancement] Bump librdkafka to `2.11.0`
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"
4
+ VERSION = "0.23.1"
5
5
  LIBRDKAFKA_VERSION = "2.11.0"
6
6
  LIBRDKAFKA_SOURCE_SHA256 = "592a823dc7c09ad4ded1bc8f700da6d4e0c88ffaf267815c6f25e7450b9395ca"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdkafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Thijs Cadier