The Apache Fory team is pleased to announce the 0.12.2 release. This is a minor release that includes 10 PR from 4 distinct contributors. See the Install Page to learn how to get the libraries for your platform.
Features
- feat(java): bean encoder implemented interfaces honor
@Ignore
by @stevenschlansker in https://github.com/apache/fory/pull/2576 - feat(java): support limit deserialization depth by @chaokunyang in https://github.com/apache/fory/pull/2578
Bug Fixes
- fix(ci): Install pyfory for golang xlang tests by @esafak in https://github.com/apache/fory/pull/2561
- fix(ci): Exit with subprocess return code in run_ci.py by @esafak in https://github.com/apache/fory/pull/2560
- fix(java): fix codegen name conflict by @chaokunyang in https://github.com/apache/fory/pull/2565
- fix(java): Skip calculation of classVersionHash if checkClassVersion by @theigl in https://github.com/apache/fory/pull/2573
- fix(java): skip hash compute for abstract field type by @chaokunyang in https://github.com/apache/fory/pull/2575
- fix(java): row format buffer recycling leaves offset and size for null by @stevenschlansker in https://github.com/apache/fory/pull/2540
Improvements
- refactor(java): refactor fory java exception hierarchical structure by @chaokunyang in https://github.com/apache/fory/pull/2577
Full Changelog: https://github.com/apache/fory/compare/v0.12.1...v0.12.2