Skip to content

Releases: karafka/karafka-rdkafka

v0.18.1

04 Dec 08:36
09916d4
Compare
Choose a tag to compare
  • [Fix] Do not run Rdkafka::Bindings.rd_kafka_global_init on require to prevent some of macos versions from hanging on Puma fork.

v0.18.0

26 Nov 10:07
5989777
Compare
Choose a tag to compare
  • [Breaking] Drop Ruby 3.0 support
  • [Enhancement] Bump librdkafka to 2.6.1
  • [Enhancement] Use default oauth callback if none is passed (bachmanity1)
  • [Enhancement] Expose rd_kafka_global_init to mitigate macos forking issues.
  • [Patch] Retire no longer needed cooperative-sticky patch.

v0.18.0.rc1

26 Nov 09:11
83cd38e
Compare
Choose a tag to compare
v0.18.0.rc1 Pre-release
Pre-release
  • [Breaking] Drop Ruby 3.0 support
  • [Enhancement] Bump librdkafka to 2.6.1
  • [Enhancement] Use default oauth callback if none is passed (bachmanity1)
  • [Enhancement] Expose rd_kafka_global_init to mitigate macos forking issues.
  • [Patch] Retire no longer needed cooperative-sticky patch.

v0.17.6

03 Sep 14:26
6055ec6
Compare
Choose a tag to compare
  • [Fix] Fix incorrectly behaving CI on failures.
  • [Fix] Fix invalid patches librdkafka references.

v0.17.5

03 Sep 13:38
6956b4e
Compare
Choose a tag to compare
  • [Patch] Patch with "Add forward declaration to fix compilation without ssl" fix

v0.17.4

02 Sep 15:49
1adb1ef
Compare
Choose a tag to compare
  • [Enhancement] Bump librdkafka to 2.5.3
  • [Enhancement] Do not release GVL on rd_kafka_name (ferrous26)
  • [Fix] Fix unused variable reference in producer (lucasmvnascimento)

v0.17.3

02 Sep 15:49
5af3aa3
Compare
Choose a tag to compare
  • [Fix] Mitigate a case where FFI would not restart the background events callback dispatcher in forks.

v0.17.2

07 Aug 15:11
7f2c42b
Compare
Choose a tag to compare
  • [Enhancement] Support returning #details for errors that do have topic/partition related extra info.

v0.17.2.rc1

07 Aug 13:43
7f2c42b
Compare
Choose a tag to compare
v0.17.2.rc1 Pre-release
Pre-release
  • [Enhancement] Support returning #details for errors that do have topic/partition related extra info.

v0.17.1

01 Aug 13:18
8e66140
Compare
Choose a tag to compare
  • [Enhancement] Support ability to release patches to librdkafka.
  • [Patch] Patch cooperative-sticky assignments in librdkafka.