This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a change to branch
dependabot/maven/lang/java/grpc.version-1.43.1
in repository https://gitbox.apache.org/repos/asf/avro.git.
from 79c2382 Bump grpc.version from 1.42.1 to 1.43.1 in /lang/java
add ea07ac0 AVRO-3205 Rust: Update Cargo.toml [package] information
(#1344)
add 6c2e370 AVRO-3241 [Java] Publish SNAPSHOT artifacts (#1385)
add 336f04a duplicate line remove (#1440)
add 04e41fc AVRO-3234: add new codec to lang/rust: zstandard (#1370)
add 9da79b6 AVRO-3246 Rust: Add new codec: bzip2 (#1389)
add 54f37e5 AVRO-3245 Rust: Replace crc crate with crc32fast (#1388)
add 6a67d71 Update strum requirement from 0.21.0 to 0.23.0 in /lang/rust
(#1408)
add c4ce231 Update strum_macros requirement from 0.21.1 to 0.23.1 in
/lang/rust (#1409)
add 87d04ef AVRO-3247 Rust: Run MIRI checks (#1390)
add 74f9a51 AVRO-2722 Move the 'random' variable to be local to the
method where it is being used (#1365)
add bce3866 AVRO-3197 Fallback to the 'type' when the logical type does
not support the type (#1340)
add 409ed65 AVRO-3277: Test against Ruby 3.1 (#1441)
add b76a437 AVRO-3216 Reuse records' schema by name (#1345)
add 5ebc186 AVRO-3043: Remove redundant casts
add 13de1f0 Merge branch 'fd-remove-redundant-generic-hints' of
https://github.com/Fokko/avro into Fokko-fd-remove-redundant-generic-hints
add edd836f AVRO-3042 Update test expectations
add d5b85d8 Merge branch 'Fokko-fd-remove-redundant-generic-hints'
add 4015f96 Bump zstd-jni from 1.5.0-4 to 1.5.1-1 in /lang/java (#1445)
add fd946e0 Merge branch 'master' into
dependabot/maven/lang/java/grpc.version-1.43.1
No new revisions were added by this update.
Summary of changes:
.../{spotless.yml => java-publish-snapshot.yml} | 28 +++--
.github/workflows/test-lang-ruby.yml | 2 +
.github/workflows/test-lang-rust-ci.yml | 2 +-
...ang-rust-clippy.yml => test-lang-rust-miri.yml} | 31 +++--
lang/c++/impl/DataFile.cc | 3 +-
.../specific/templates/java/classic/record.vm | 6 +-
lang/java/pom.xml | 2 +-
.../avro/examples/baseball/FieldTest.java | 6 +-
.../avro/examples/baseball/Player.java | 6 +-
.../output/AddExtraOptionalGettersTest.java | 6 +-
.../src/test/compiler/output/NoSettersTest.java | 6 +-
.../output/OptionalGettersAllFieldsTest.java | 6 +-
.../output/OptionalGettersNullableFieldsTest.java | 6 +-
.../tools/src/test/compiler/output/Player.java | 6 +-
lang/rust/CHANGELOG.md | 5 +-
lang/rust/Cargo.toml | 27 +++--
lang/rust/README.md | 31 ++++-
lang/rust/README.tpl | 11 +-
lang/rust/src/codec.rs | 89 +++++++++++++-
lang/rust/src/error.rs | 8 +-
lang/rust/src/lib.rs | 7 +-
lang/rust/src/schema.rs | 103 +++++++++++++---
lang/rust/src/types.rs | 1 -
lang/rust/tests/io.rs | 2 +-
lang/rust/tests/schema.rs | 132 +++++++++++++++++++--
25 files changed, 432 insertions(+), 100 deletions(-)
copy .github/workflows/{spotless.yml => java-publish-snapshot.yml} (62%)
copy .github/workflows/{test-lang-rust-clippy.yml => test-lang-rust-miri.yml}
(60%)