This is an automated email from the ASF dual-hosted git repository.
martin-g pushed a change to branch 06-empty-compression-level
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
discard 6e6ad3f Optimize imports
discard 78248b6 fix: Empty avro.codec.compression_level metadata panics
reader via bytes[0]
discard 98d3f9c fix: OCF block message count unbounded with
zero-byte-consuming decode
add 1471846 Improve docs and comments
add 56b5d64 pub(crate) to pub, for recursion_depth
add 7d282f0 Introduce Config::recurse()
add 7d4c595 fix: OCF block message count unbounded with
zero-byte-consuming decode
add 60d589b fix: Empty avro.codec.compression_level metadata panics
reader via bytes[0]
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 (6e6ad3f)
\
N -- N -- N refs/heads/06-empty-compression-level (60d589b)
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/serde/deser_schema/mod.rs | 53 +++++++++++++++++------------
avro/src/util.rs | 3 +-
avro/tests/recursion_depth_deser.rs | 2 +-
avro/tests/recursion_depth_value_resolve.rs | 2 +-
4 files changed, 34 insertions(+), 26 deletions(-)