The Apache Fory team is pleased to announce the 0.14.1 release. This is a release that includes 6 PR from 5 distinct contributors. See the Install Page to learn how to get the libraries for your platform.
Highlights
- feat(rust): add generate_default attr, no longer generate Default by default by @ariesdevil in https://github.com/apache/fory/pull/3074
Features
- feat(rust): add generate_default attr, no longer generate Default by default by @ariesdevil in https://github.com/apache/fory/pull/3074
- feat(java): mark createSerializer as public by @chaokunyang
Bug Fix
- fix(java): Fix CopyOnWriteArrayList field serialization by @vybhavjs in https://github.com/apache/fory/pull/3079
- fix(java): Better ergonomics for AllowListChecker by @Asuka-star in https://github.com/apache/fory/pull/3061
- fix(java): fix read class def when writing classdefs by @chaokunyang in https://github.com/apache/fory/commit/3ad627c9
- fix(Rust): Move the calculating of TypeMeta::bytes and TypeMeta::hash ahead of serialization by @urlyy in https://github.com/apache/fory/pull/3060
- fix(Rust): prevent obtaining generic type metadata on custom types(struct/enum) by @urlyy in https://github.com/apache/fory/pull/3057
Full Changelog: https://github.com/apache/fory/compare/v0.14.0...v0.14.1
