karafka-rdkafka 0.23.1.rc2 → 0.23.1

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: 68196aae24e5d668136cf199dfecde8fb2626f56c765c4f29213fecd23c7479d
4
- data.tar.gz: c91dd253425bbd3ec001447e4796aeaa6522f2bf88fbf861ccb92f7f097b777e
3
+ metadata.gz: 243f58054044fa30e1b940f87c4a8f55fcd64f13ff101121abf521acaf2f9989
4
+ data.tar.gz: ce9545b0e98709550c430c18cee957c44f22cb6917853915a52f2a9a816120a3
5
5
  SHA512:
6
- metadata.gz: c2706935b29c54523de10777b752c9e0c0ad6247d9ecfd4698be31f7b48aa30c867a4a651a8e6a70ead73f02b89c36af5f2c3c81b9a2ecd50f94652615e7f7fa
7
- data.tar.gz: fe214c95b8466681037fecbf6aeee4e93f960eeb4ac04ebf5357a558de3c67454e987811a08fcb742f92ebc796de0433a0b88cd51db428a9895088dd0b86bd37
6
+ metadata.gz: bb9cbbc96ed08de86a16fff588faf499cc76f524ea873e0dcf4d3c20cb11651a7025585092d91b92f93cfec4b1313ecb654b70980f05c07c78abe48dbf7f088f
7
+ data.tar.gz: ec01e936411f472f4c3df59d631452829fa1da77f66d01b4316b6ccddbe787637017e90d120c7222fc217e515127cb0bdbcbc5278457f2fa8951fd101faa0522
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Rdkafka Changelog
2
2
 
3
- ## 0.23.1 (Unreleased)
3
+ ## 0.23.1 (2025-11-14)
4
4
  - **[Feature]** Add integrated fatal error handling in `RdkafkaError.validate!` - automatically detects and handles fatal errors (-150) with single entrypoint API.
5
5
  - [Enhancement] Add optional `client_ptr` parameter to `validate!` for automatic fatal error remapping to actual underlying error codes.
6
6
  - [Enhancement] Update all Producer and Consumer `validate!` calls to provide `client_ptr` for comprehensive fatal error handling.
@@ -1,7 +1,7 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Rdkafka
4
- VERSION = "0.23.1.rc2"
4
+ VERSION = "0.23.1"
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.1.rc2
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thijs Cadier