The Apache Fury team is pleased to announce the 0.10.3 release. This is a minor release that includes 15 PR from 4 distinct contributors. See the Install Page to learn how to get the libraries for your platform.
Features
- feat(java): add protobuf serializer for message and byte string by @chaokunyang in https://github.com/apache/fury/pull/2213
Bug Fix
- 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
Chores
- 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
Full Changelog: https://github.com/apache/fury/compare/v0.10.2...v0.10.3-rc2