Hello! On behalf of the Apache Avro team I am happy to announce the release of Apache Avro Rust SDK version 0.21.0!
It is available at Crates.io: - https://crates.io/crates/apache-avro - https://crates.io/crates/apache-avro-derive What's changed since v0.20.0: chore(deps): Bump bon to 3.7.2 by @Fokko in #280 chore: switch dependency from xz2 to liblzma by @timsaucer in #284 ci: Set -o pipefail in CI by @Kriskras99 in #299 fix: Do not store "items" for Schema::Array and "values" for Schema::Map in custom_attributes by @martin-g in #306 fix: Change TestError from uninhabited enum to an empty struct by @martin-g in #313 chore: silence deprecation warning for generic-array by @Kriskras99 in #324 Commiting Unit Test with Failing Byte Array Deserialization by @roofdiver in #293 refactor: Replace Once with now stable OnceLock by @Kriskras99 in #259 Issue #252: Add an Option<String> field with a #[avro(default = "null")] by @martin-g in #260 feat!: Change default of is_human_readable to false by @Kriskras99 in #325 fix: documentation linked to private items by @Kriskras99 in #327 New Contributors: @Fokko made their first contribution in #280 @timsaucer made their first contribution in #284 @roofdiver made their first contribution in #293 https://github.com/apache/avro-rs/releases/tag/rel%2Frelease-0.21.0
