Apache Fury 团队很高兴宣布 0.10.3 版本发布。 这是一个小版本,包含来自 4 位贡献者的15 PR。 请参阅Install页面了解如何获取适用于你平台的库。
功能特性
- feat(java): add protobuf serializer for message and byte string by @chaokunyang in https://github.com/apache/fury/pull/2213
缺陷修复
- fix(java): mark fury-test-core as test dep in fury extensions by @chaokunyang in https://github.com/apache/fury/pull/2231
- fix(java): ensure readVarUint36Small reads full bits regardless of remaining buffer size by @LouisLou2 in https://github.com/apache/fury/pull/2179
- fix(java): ensure FuryObjectInputStream.read never returns 0 when length>0 by @X-czh in https://github.com/apache/fury/pull/2205
- fix(java): Fix empty string processing in MetaStringBytes by @LouisLou2 in https://github.com/apache/fury/pull/2212
- fix(java): fix field super class missing in compatible mode by @chaokunyang in https://github.com/apache/fury/pull/2214
- fix(python): fix pyfury build using pyproject.toml by @chaokunyang in https://github.com/apache/fury/pull/2206
- fix: install bazel by @chaokunyang
- fix: print python tests exception by @chaokunyang
- fix: install pyarrow by @chaokunyang
工程维护
- chore: cherry-pick commits for 0.10.3 by @chaokunyang in https://github.com/apache/fury/pull/2219
- chore: cherry-pick commits for 0.10.3 by @chaokunyang in https://github.com/apache/fury/pull/2234
- chore: Bump version to 0.10.3 by @pandalee99 in https://github.com/apache/fury/pull/2235
- chore: fix Releases 0.10 by @pandalee99 in https://github.com/apache/fury/pull/2236
- chore(javascript): remove nodejs 12 support by @chaokunyang in https://github.com/apache/fury/pull/2233
完整更新日志:https://github.com/apache/fury/compare/v0.10.2...v0.10.3-rc2
