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

mgrigorov pushed a change to branch avro-3683-multiple-schemas
in repository https://gitbox.apache.org/repos/asf/avro.git


 discard 992cf0635 AVRO-3683: WIP
 discard 2fa6fa149 AVRO-3683: Formatting
 discard aaf8b5da6 AVRO-3683: WIP
 discard 227433832 AVRO-3683: WIP
 discard 6bc036593 AVRO-3683: WIP Add support for reading
 discard fe4ed7876 AVRO-3683: WIP compiles and all tests pass
 discard 2867a91df AVRO-3683: WIP compiles
 discard 50cffa938 AVRO-3683: WIP
 discard 4d6b5d046 AVRO-3683: Add support for using multiple schemata for 
resolve/validate/write
     add a02e97418 AVRO-3692: [rust] Make serde deserializer support serde 
flatten (#2024)
     add cd6eb1133 docs: fix small error (#2025)
     add c8ca3afbb docs: use python 3 print syntax (#2033)
     add 558f3af60 Bump anyhow from 1.0.66 to 1.0.68 in /lang/rust (#2032)
     add 1fd8c627f Bump thiserror from 1.0.37 to 1.0.38 in /lang/rust (#2031)
     add 21c10bcaf Bump quote from 1.0.21 to 1.0.23 in /lang/rust (#2030)
     add 9b6c93250 Bump syn from 1.0.105 to 1.0.107 in /lang/rust (#2029)
     add 720bccdc1 Bump serde_json from 1.0.89 to 1.0.91 in /lang/rust (#2028)
     add 7067df861 Bump proc-macro2 from 1.0.47 to 1.0.49 in /lang/rust (#2026)
     add 17132fe3e Bump serde from 1.0.150 to 1.0.151 in /lang/rust (#2027)
     add bc092fda0 Bump netty-bom from 4.1.85.Final to 4.1.86.Final in 
/lang/java (#2023)
     add 43b5d7e3c Bump mockito-core from 4.9.0 to 4.10.0 in /lang/java (#2021)
     add d4ffd0b07 Bump grpc.version from 1.51.0 to 1.51.1 in /lang/java (#2019)
     add 7d6b4028d Bump protobuf-java from 3.21.11 to 3.21.12 in /lang/java 
(#2022)
     add 12fdbc55a AVRO-3697: [ruby] Test against Ruby 3.2 (#2041)
     add b1de7a6a1 Bump mockito-core from 4.10.0 to 4.11.0 in /lang/java (#2044)
     add edc5eccff Bump json5 from 2.2.1 to 2.2.2 in /lang/js (#2043)
     add 3e1ba6af4 Bump serde from 1.0.151 to 1.0.152 in /lang/rust (#2038)
     add 62f45ecc9 AVRO-3696: Replace tox-wheel with standard tox (#2040)
     add 3545c1bb7 AVRO-3229: Raise on invalid enum default only if validation 
enabled (#2039)
     add 05099c326 AVRO-3278: [ruby] Drop support for Ruby 2.6 (#2045)
     add abc2e2ec2 AVRO-3683: Add support for using multiple schemata for 
resolve/validate/write
     add f9e49a935 AVRO-3683: WIP
     add 7788ce2a2 AVRO-3683: WIP compiles
     add a3a4acaec AVRO-3683: WIP compiles and all tests pass
     add d5d59561b AVRO-3683: WIP Add support for reading
     add d805ef6d0 AVRO-3683: WIP
     add 5cb78fe60 AVRO-3683: WIP
     add 33d7cf4a3 AVRO-3683: Formatting
     add 9e1f6ec78 AVRO-3683: WIP

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   (992cf0635)
            \
             N -- N -- N   refs/heads/avro-3683-multiple-schemas (9e1f6ec78)

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-java.yml               |  2 +-
 .github/workflows/test-lang-js.yml                 |  2 +-
 .github/workflows/test-lang-py.yml                 |  4 +-
 .github/workflows/test-lang-ruby.yml               |  8 ++--
 BUILD.md                                           |  2 +-
 .../++version++/Getting started (Python)/_index.md |  4 +-
 .../en/docs/++version++/SASL profile/_index.md     |  4 +-
 lang/java/pom.xml                                  |  8 ++--
 lang/js/package-lock.json                          |  6 +--
 lang/py/avro/schema.py                             |  4 +-
 lang/ruby/.rubocop.yml                             |  2 +-
 lang/ruby/avro.gemspec                             |  2 +-
 lang/ruby/build.sh                                 |  7 +--
 lang/ruby/test/test_logical_types.rb               |  4 +-
 lang/rust/Cargo.lock                               | 36 +++++++--------
 lang/rust/avro/Cargo.toml                          |  8 ++--
 lang/rust/avro/src/de.rs                           | 53 +++++++++++++++++-----
 lang/rust/avro_derive/Cargo.toml                   | 10 ++--
 lang/rust/wasm-demo/Cargo.toml                     |  2 +-
 share/docker/Dockerfile                            |  2 +-
 20 files changed, 96 insertions(+), 74 deletions(-)

Reply via email to