Apache Fory 团队很高兴宣布 0.14.1 版本发布。 这是一个版本更新,包含来自 5 位贡献者的6 PR。 请参阅Install页面了解如何获取适用于你平台的库。
亮点
- feat(rust): add generate_default attr, no longer generate Default by default by @ariesdevil in https://github.com/apache/fory/pull/3074
功能特性
- 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
缺陷修复
- 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
完整更新日志:https://github.com/apache/fory/compare/v0.14.0...v0.14.1
