Hello!

On behalf of the Apache Avro team I am happy to announce the release of
Apache Avro Rust SDK version 0.19.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.18.0:

*  feat: Add settings for Codec::Deflate  by @martin-g in
https://github.com/apache/avro-rs/pull/174
* doc: Update Rustdoc of ser_schema.rs to match with the current struct
names by @thynson in https://github.com/apache/avro-rs/pull/176
* ci: Fix CI badge in readme by @erikbrinkman in
https://github.com/apache/avro-rs/pull/183
* fix: #181 - Do not error if there is nothing to read by @martin-g in
https://github.com/apache/avro-rs/pull/182
* feat: Support different header types by @masongup-mdsol in
https://github.com/apache/avro-rs/pull/190
* feat: Expose the capability to do headerless avro encoding with serde by
@allenbenz in https://github.com/apache/avro-rs/pull/193
* perf: Reduce the size of Error from 256 bytes to 88 bytes by @Kriskras99
in https://github.com/apache/avro-rs/pull/194
* feat: Accept more inputs for `Schema::parse_(str_with)_list` by
@Kriskras99 in https://github.com/apache/avro-rs/pull/195
* chore: Fix a bunch of new Clippy lints by @Kriskras99 in
https://github.com/apache/avro-rs/pull/196
* feat: Add `get_ref` and `get_mut` methods to `Writer` by @Kriskras99 in
https://github.com/apache/avro-rs/pull/201
* fix: flush Writer on drop by @Kriskras99 in
https://github.com/apache/avro-rs/pull/199

and several dependency updates by Dependabot.

New Contributors:
@thynson made their first contribution in #176
@erikbrinkman made their first contribution in #183
@masongup-mdsol made their first contribution in #190
@allenbenz made their first contribution in #193

Full Changelog:
https://github.com/apache/avro-rs/compare/rel/release-0.18.0...rel/release-0.19.0

Regards,
Martin

Reply via email to