This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch feat/derive_with
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard bf6ce37 fix(derive): Clearer error messages and documentations
discard f3dd04f feat!: Use the `Fixed` representation for `uuid::Uuid`
discard 49353fa feat(derive): Allow overriding the schema used for a field
add 6fc1f96 fix duplicate serialization of logicalType key for logical
type schemas based on fixed type (#395)
add 578ffd9 chore(deps): Bump miniz_oxide from 0.8.9 to 0.9.0 (#399)
add 6492782 feat!:Make AvroSchemaComponent available without `derive`
feature (#394)
add 0556841 feat(derive): Allow overriding the schema used for a field
add 14fb9c9 feat!: Use the `Fixed` representation for `uuid::Uuid`
add 8028f15 fix(derive): Clearer error messages and documentations
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 (bf6ce37)
\
N -- N -- N refs/heads/feat/derive_with (8028f15)
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:
Cargo.lock | 13 +-
avro/Cargo.toml | 2 +-
avro/src/codec.rs | 1 +
avro/src/lib.rs | 4 +-
avro/src/schema.rs | 474 +++++++++++----------
.../{avro-rs-219.rs => avro_schema_component.rs} | 32 +-
avro_derive/src/lib.rs | 16 +-
avro_derive/tests/derive.rs | 16 +-
8 files changed, 294 insertions(+), 264 deletions(-)
copy avro/tests/{avro-rs-219.rs => avro_schema_component.rs} (60%)