Confluent Kafka Golang Client v1.5.2 Release Notes
Release Date: 2020-11-05 // 4 months ago-
confluent-kafka-go v1.5.2
๐ v1.5.2 is a maintenance release with the following fixes and enhancements:
- ๐ Bundles librdkafka v1.5.2 - see release notes for all enhancements and fixes.
- ๐ Documentation fixes
๐ confluent-kafka-go is based on librdkafka v1.5.2, see the
๐ librdkafka release notes
โฌ๏ธ for a complete list of changes, enhancements, fixes and upgrade considerations.
Previous changes from v1.4.2
-
confluent-kafka-go v1.4.2
๐ v1.4.2 is a maintenance release:
- The bundled librdkafka directory (
kafka/librdkafka
) is no longer pruned by Go mod vendor import. - โฌ๏ธ Bundled librdkafka upgraded to v1.4.2, highlights:
- System root CA certificates should now be picked up automatically on most platforms
- Fix produce/consume hang after partition goes away and comes back,
such as when a topic is deleted and re-created (regression in v1.3.0).
librdkafka v1.4.2 changes
๐ See the librdkafka v1.4.2 release notes for changes to the bundled librdkafka included with the Go client.
- The bundled librdkafka directory (