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

kriskras99 pushed a change to branch uuid
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


    omit 39053e3  fix: small fixed for uuid and schema compatibility
    omit 32a6dbb  feat!: Rework `Schema::Uuid` to support `fixed` as the base 
type
    omit 3820e6f  feat!: Rework `Schema::Decimal` to not require a `Box<Schema>`
     add 0eeff17  chore(deps): Bump actions/checkout from 5 to 6 (#340)
     add f617b8e  fix: Support deserialization of `BigDecimal` fields in Avro 
records when using the "the serde way" (#338)
     add e011631  chore(deps): Bump syn from 2.0.110 to 2.0.111 (#341)
     add 33c1e84  chore(deps): Bump wasm-bindgen-test from 0.3.55 to 0.3.56 
(#343)
     add 4b8d347  chore(deps): Bump uuid from 1.18.1 to 1.19.0 (#345)
     add 6e55fe6  chore(deps): Bump log from 0.4.28 to 0.4.29 (#347)
     add 124c9ce  chore: Bump MSRV from 1.85 to 1.86 (#348)
     add e992cde  chore(deps): Bump ctor from 0.6.1 to 0.6.2 (#346)
     add 98d6caf  chore(deps): Bump criterion from 0.7.0 to 0.8.0 (#344)
     add 0553f98  chore(deps): Bump ctor from 0.6.2 to 0.6.3 (#354)
     add c6cbe79  chore: Simplify reader tests (#355)
     add 335e74e  fix: Don't write avro.codec if codec is Null (#356)
     add 433be5f  chore(deps): Bump actions/setup-java from 5.0.0 to 5.1.0 
(#358)
     add 113a60d  chore(deps): Bump criterion from 0.8.0 to 0.8.1 (#360)
     add 1c12ae6  fix: `test_overflow` doesn't test for overflow (#357)
     add b7fa60d  fix: Don't depend on Serde to provide fields in the right 
order (#351)
     add 29bbc89  feat!: Rework `Schema::Decimal` to not require a `Box<Schema>`
     add 6924025  feat!: Rework `Schema::Uuid` to support `fixed` as the base 
type
     add 19b366b  fix: small fixed for uuid and schema compatibility

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (39053e3)
            \
             N -- N -- N   refs/heads/uuid (19b366b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/workflows/test-lang-rust-audit.yml  |   4 +-
 .github/workflows/test-lang-rust-ci.yml     |  12 +-
 .github/workflows/test-lang-rust-clippy.yml |   4 +-
 Cargo.lock                                  | 134 ++++++++++++++-----
 Cargo.toml                                  |   4 +-
 avro/Cargo.toml                             |   4 +-
 avro/README.md                              |   2 +-
 avro/src/bigdecimal.rs                      |  42 +++++-
 avro/src/de.rs                              |   6 +
 avro/src/error.rs                           |   5 +-
 avro/src/lib.rs                             |   2 +-
 avro/src/reader.rs                          |  20 +--
 avro/src/ser_schema.rs                      | 192 ++++++++++++++++++++++++----
 avro/src/util.rs                            |   9 +-
 avro/src/writer.rs                          |  12 +-
 avro/tests/avro-rs-226.rs                   |  73 ++++++++++-
 avro/tests/schema.rs                        |   2 +-
 avro_derive/Cargo.toml                      |   2 +-
 avro_test_helper/Cargo.toml                 |   2 +-
 wasm-demo/Cargo.toml                        |   2 +-
 20 files changed, 433 insertions(+), 100 deletions(-)

Reply via email to