v1.8.0
版本发布时间: 2021-10-05 20:37:25
confluentinc/confluent-kafka-dotnet最新发布版本:v2.5.2(2024-08-07 15:21:59)
Enhancements
- References librdkafka.redist 1.8.0. Refer to the librdkafka release notes for a complete list of changes, enhancements, fixes and upgrade considerations.
- Added the
UseLatestVersion
configuration property to the Protobuf, JSON Schema and Avro serdes (rayokota).
Fixes
-
Breaking Change: Updated the message framing format used by the Protobuf serdes (
ProtobufSerializer
andProtobufDeserializer
) to be compatible with the Java Protobuf serdes (message indices now use zigzag encoding). Note: This framing encodes schema metadata, enabling integration with Confluent Schema Registry. To disable, set theUseDeprecatedFormat
configuration property totrue
. (rayokota).
Security
- Upgraded the bundled zlib version from 1.2.8 to 1.2.11 in the librdkafka.redist NuGet package. The updated zlib version fixes CVEs: CVE-2016-9840, CVE-2016-9841, CVE-2016-9842, CVE-2016-9843 See https://github.com/edenhill/librdkafka/issues/2934 for more information.