Skip to content

10.5.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 15:17

This minor release includes support for .NET 9, client dependency updates, and a schema reader fix:

  • The dotnet avro CLI has added support for .NET 9 (#324). Support for end-of-life versions will be dropped at the next major release.

  • Chr.Avro.Confluent now targets Confluent.Kafka and Confluent.SchemaRegistry 2.6.0 (#325).

  • The schema reader correctly handles decimal schemas without a scale specified (#322, h/t @pgloria). In previous versions, reading a decimal schema without a scale caused InvalidOperationException.