You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2024/02/05 09:19:49 UTC

(avro) branch main updated (b2afd2e3a -> e6d495f69)

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


    from b2afd2e3a Bump grpc.version from 1.61.0 to 1.61.1 in /lang/java (#2724)
     add e6d495f69 AVRO-3926: [Rust] Allow UUID to serialize to Fixed[16] (#2676)

No new revisions were added by this update.

Summary of changes:
 lang/rust/avro/README.md     |   4 +-
 lang/rust/avro/src/decode.rs | 103 +++++++++++++++++++++++++++++++++++++++----
 lang/rust/avro/src/encode.rs |  52 +++++++++++++++++++---
 lang/rust/avro/src/error.rs  |   6 +++
 lang/rust/avro/src/lib.rs    |   4 +-
 lang/rust/avro/src/schema.rs |  65 ++++++++++++++++++++-------
 6 files changed, 200 insertions(+), 34 deletions(-)