Release Notes

1.3.2

  • Bug Fix: Unable to Set SpecificAvroDeserializer as Deserializer - NullReferenceException (issue)

1.3.1

  • Bug Fix: Retrying produce results in re-resolving topic names (issue)

  • Bug Fix: Topic resolver failure when using Produce with callback (issue)

  • Minor improvements

1.3.0

  • Added support for Kafka transactions

  • Bug Fix: ValueDeserializer may not be specified more than once (issue)

1.2.0

  • Add Support for PEM format

  • Update dependencies libraries - Confluent.Kafka, Confluent.SchemaRegistry to 1.5.3

  • Disable AutoRegisterSchemas (Causes InternalServerError 50004 Master not known)

  • Bug Fix: Duplicate Kafka Header ProducerIdHeader

1.1.1

  • Add Support for .NET Standard 2.0 (Axual.SchemaRegistry.Serdes.Avro)

1.1.0

  • Add Support for .NET Standard 1.3, 2.0 (Axual.Kafka.Proxy)

1.0.3

  • Update dependencies libraries - Confluent.Kafka, Confluent.SchemaRegistry to 1.5.0

  • Bug Fix: Trusted certificates from the SslCaLocation are not been used

  • Bug Fix: Discovery featcher headers values (X-Application-Version, X-Client-Library-Version)

1.0.2

  • Update dependencies libraries

1.0.1

  • Bug fix: Consuming with Specific Avro

1.0.0

  • Adding switching capability for Schema Registry

  • Bug fix: Consume method with cancellection token blocking switching capability

  • Bug fix: Return correct topic name in ConsumeResult / DelioveryReport

1.0.0-beta

  • Producing / Consuming with AVRO Specific is currently not supported

  • Confluent Schema Registry support - No Axual high availability

  • Async converted to synchronize method

  • Supporting streams names with hyphen

  • Change the default Partitioner to Murmur2Random