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

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


 discard 71adcf6  feat: Implement support for `#[serde(flatten)]`
 discard 9344c06  chore: Move all Serde related modules to the `serde` module
    omit 02ff0c9  fix: Different field order between Serde and the Schema
     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 1155f95  chore: Move all Serde related modules to the `serde` module
     add f176b28  feat: Implement support for `#[serde(flatten)]`

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   (71adcf6)
            \
             N -- N -- N   refs/heads/feat/serde_flatten (f176b28)

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-ci.yml |  2 +-
 Cargo.lock                              | 12 ++---
 avro/Cargo.toml                         |  2 +-
 avro/src/reader.rs                      | 20 +++------
 avro/src/serde/ser_schema.rs            | 78 ++++++++++++++++++---------------
 avro/src/util.rs                        |  9 +++-
 avro/src/writer.rs                      | 12 ++---
 avro/tests/schema.rs                    |  2 +-
 avro_test_helper/Cargo.toml             |  2 +-
 9 files changed, 72 insertions(+), 67 deletions(-)

Reply via email to