This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a change to branch schema_compatibility2
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
omit 521c723 feat: Bump MSRV to 1.88
omit 4cf0087 feat!: Rework schema compatibility
omit 1d388e0 feat!: Rework `Schema::Uuid` to support `fixed` as the base
type
omit 2a83712 feat!: Rework `Schema::Decimal` to not require a `Box<Schema>`
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
add d953250 feat!: Rework schema compatibility
add 61b9a7c feat: Bump MSRV to 1.88
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 (521c723)
\
N -- N -- N refs/heads/schema_compatibility2 (61b9a7c)
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:
avro/src/error.rs | 4 ++--
avro/src/schema.rs | 15 +--------------
avro/src/schema_compatibility.rs | 5 +----
avro/src/schema_equality.rs | 6 +++---
avro/src/types.rs | 25 ++++++++++++++++++++++---
avro/tests/serde_human_readable_true.rs | 4 ++--
6 files changed, 31 insertions(+), 28 deletions(-)