Skip to content

Tags: cnirgdev/librdkafka

Tags

v1.9.1

Toggle v1.9.1's commit message
release script: always collect local artifacts, regardless of S3

v1.9.1-RC1

Toggle v1.9.1-RC1's commit message
Packaging: OSX arm64 builds

v1.9.0

Toggle v1.9.0's commit message
Added asynchronous rd_kafka_consumer_close_queue() and .._consumer_cl…

…osed()

This is mainly for the Go client, but can be used by applications as well.

v1.9.0-RC12

Toggle v1.9.0-RC12's commit message
Added asynchronous rd_kafka_consumer_close_queue() and .._consumer_cl…

…osed()

This is mainly for the Go client, but can be used by applications as well.

v1.9.0-RC11

Toggle v1.9.0-RC11's commit message
Added asynchronous rd_kafka_consumer_close_queue() and .._consumer_cl…

…osed()

This is mainly for the Go client, but can be used by applications as well.

v1.9.0-RC10

Toggle v1.9.0-RC10's commit message
Call persistent_connection_del() on correct rkb

Regression from f19a31d.

v1.9.0-RC8

Toggle v1.9.0-RC8's commit message
Mock cluster: allow ApiVersionRequests to have errors injected

v1.9.0-RC7

Toggle v1.9.0-RC7's commit message
Always provide a librdkafka-static.a

Even if there are no dependency .a to bundle we should still provide a librdkafka-static.a, since it
may be sufficient anyway.

This change originally stems from the RPM package librdkafka.spec including librdkafka-static.a, but
depending on Redhat distro it may or may not need static library dependencies, which in turn would
sometime not create a librdkafka-static.a, thus failing RPM packaging.

v1.9.0-RC6

Toggle v1.9.0-RC6's commit message
NuGet packaging: librdkafka.redist is now built with VS 2019 and msvc…

…r v142

v1.9.0-RC5

Toggle v1.9.0-RC5's commit message
Packaging: circumvent new git safe.directory behaviour