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

chaokunyang pushed a change to tag v0.11.0-rc1
in repository https://gitbox.apache.org/repos/asf/fory.git


*** WARNING: tag v0.11.0-rc1 was modified! ***

    from d9e0ed3d (commit)
      to cc91f02d (commit)
    from d9e0ed3d disable python release
     add cc91f02d chore: cp more commits to 0.11.0 (#2319)

No new revisions were added by this update.

Summary of changes:
 bazel/fory_deps_setup.bzl                          |   4 +-
 .../cpython_benchmark/fory_benchmark.py            |  28 +++-
 .../main/java/org/apache/fory/meta/ClassDef.java   |   6 +
 .../org/apache/fory/resolver/ClassResolver.java    |  34 ++++-
 .../org/apache/fory/resolver/XtypeResolver.java    |   2 +-
 .../org/apache/fory/type/CustomTypeRegistry.java   |  14 +-
 .../main/java/org/apache/fory/type/TypeUtils.java  |  62 +++++----
 .../apache/fory/resolver/ClassResolverTest.java    | 146 +++++++++++++++++++++
 .../org/apache/fory/xlang/MetaSharedXlangTest.java |   3 +-
 .../fory/format/encoder/ArrayDataForEach.java      |   2 +-
 .../fory/format/encoder/ArrayEncoderBuilder.java   |   4 +-
 .../format/encoder/BaseBinaryEncoderBuilder.java   | 126 +++++++++++-------
 .../apache/fory/format/encoder/CustomCodec.java    |  47 ++++++-
 .../fory/format/encoder/RowEncoderBuilder.java     |  95 ++++++++------
 .../format/type/CustomTypeEncoderRegistry.java     |   4 +-
 .../apache/fory/format/type/CustomTypeHandler.java |  14 +-
 .../org/apache/fory/format/type/TypeInference.java |  29 ++--
 .../fory/format/encoder/CustomCodecTest.java       |  92 +++++++++++--
 python/pyproject.toml                              |   2 +-
 19 files changed, 542 insertions(+), 172 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to