Confluent's .NET Client for Apache KafkaTM v1.2.0 Release Notes

Release Date: 2019-09-19 // over 4 years ago
  • ๐Ÿ› Bugs

    WARNING: There is a possible issue with SASL GSSAPI authentication on Windows with this release. If you are using GSSAPI authentication on Windows, please remain on v1.1 until this issue is resolved.

    โœจ Enhancements

    • ๐Ÿš€ References librdkafka v1.2.0. Refer to the release notes for more information. Headline feature is consumer side support for transactions.
    • โž• Added IDictionary overload to Config constructors (contribution by @AndyPook).
    • Confluent.Kafka, Confluent.SchemaRegistry and Confluent.SchemaRegistry.Serdes are now all signed, and Confluent.Kafka.StrongName depreciated.

    ๐Ÿ›  Fixes

    • โšก๏ธ Updated the librdkafka build load order so that the most featureful version is used on any given platform.