信息
该版本发布于 Fury 进入 Apache 孵化器之前,因此属于非 ASF 发布。
我很高兴宣布 Fury 0.2.1 版本发布。该版本提供了更完善的 JDK17+ record 支持,并改进了私有类场景下的 JIT 体验。
作者:chaokunyang
我很高兴宣布 Fury 0.2.1 版本发布。该版本提供了更完善的 JDK17+ record 支持,并改进了私有类场景下的 JIT 体验。欢迎试用并反馈问题。
亮点
- [Go] Support tiny go compilation
- [Java] Support private JDK17+ record class JIT serialization
缺陷修复
- Fix jit error for register private serializers
- Upgrade janino version to fix package name conflict with classname
变更列表
- [Doc] Update JDK support doc by @chaokunyang in https://github.com/alipay/fury/pull/992
- [Go] Make compilation support tinygo by @springrain in https://github.com/alipay/fury/pull/991
- [Doc] fix config class imports by @chaokunyang in https://github.com/alipay/fury/pull/993
- [go] fixed typo in readme import path by @voldyman in https://github.com/alipay/fury/pull/995
- [Java] fix jit error for register private serializers by @chaokunyang in https://github.com/alipay/fury/pull/999
- [Java] Refine reflection contructor by MethodHandle by @chaokunyang in https://github.com/alipay/fury/pull/1000
- [Java] Fix private record JIT by @chaokunyang in https://github.com/alipay/fury/pull/1004
- [Java] Upgrade janino version to fix package name conflict with classname by @chaokunyang in https://github.com/alipay/fury/pull/1006
- [Java] fix janino deps for fury-benchmark by @chaokunyang in https://github.com/alipay/fury/pull/1007
- [Doc] Improve README by @caicancai in https://github.com/alipay/fury/pull/1009
新贡献者
- @springrain made their first contribution in https://github.com/alipay/fury/pull/991
- @voldyman made their first contribution in https://github.com/alipay/fury/pull/995
- @caicancai made their first contribution in https://github.com/alipay/fury/pull/1009
完整更新日志:https://github.com/alipay/fury/compare/v0.2.0...v0.2.1
