v0.10.3
What's Changed
- chore(javascript): remove nodejs 12 support by @chaokunyang in #2233
- fix(java): mark fury-test-core as test dep in fury extensions by @chaokunyang in #2231
- fix(java): ensure readVarUint36Small reads full bits regardless of remaining buffer size by @LouisLou2 in #2179
- fix(java): ensure FuryObjectInputStream.read never returns 0 when length>0 by @X-czh in #2205
- fix(java): Fix empty string processing in MetaStringBytes by @LouisLou2 in #2212
- feat(java): add protobuf serializer for message and byte string by @chaokunyang in #2213
- fix(java): fix field super class missing in compatible mode by @chaokunyang in #2214
- fix: install bazel by @chaokunyang
- fix(python): fix pyfury build using pyproject.toml by @chaokunyang in #2206
- fix: print python tests exception by @chaokunyang
- fix: install pyarrow by @chaokunyang
- chore: Bump version to 0.10.3 by @pandalee99 in #2235 #2236
Breaking Changes
- Class with super classes in Java/Scala/Kotlin serialized using fury(
<0.10.3
) withCompatibleMode
is not binary compatible with this version to fix the missing fields, see more details in #2214
Full Changelog: v0.10.2...v0.10.3-rc2