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 2023/05/25 11:46:19 UTC

[avro] branch master updated (d383b3b55 -> 1b9b0858e)

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

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


    from d383b3b55 Bump proptest from 1.1.0 to 1.2.0 in /lang/rust (#2251)
     add 1b9b0858e AVRO-3759: Add extra types for RecordSchema, EnumSchema, FixedSchema and DecimalSchema (#2241)

No new revisions were added by this update.

Summary of changes:
 lang/rust/avro/src/decode.rs               |  33 ++--
 lang/rust/avro/src/encode.rs               |  15 +-
 lang/rust/avro/src/schema.rs               | 259 ++++++++++++++++-------------
 lang/rust/avro/src/schema_compatibility.rs |  34 ++--
 lang/rust/avro/src/types.rs                |  94 +++++------
 lang/rust/avro/src/writer.rs               |  18 +-
 lang/rust/avro/tests/schema.rs             |  26 +--
 lang/rust/avro_derive/src/lib.rs           |   8 +-
 lang/rust/avro_derive/tests/derive.rs      |  48 ++++--
 9 files changed, 295 insertions(+), 240 deletions(-)