v0.6.0-rc1
版本发布时间: 2024-07-16 21:52:18
apache/fury最新发布版本:v0.8.0(2024-10-05 13:06:02)
What's Changed
- feat(java): support nonexistent class deserialization in meta share mode by @chaokunyang in https://github.com/apache/fury/pull/1646
- chore: bump release version to 0.5.1 by @chaokunyang in https://github.com/apache/fury/pull/1652
- chore(doc): fix example by @wangjie-fourth in https://github.com/apache/fury/pull/1657
- fix(java): fix scala object type codegen by @chaokunyang in https://github.com/apache/fury/pull/1659
- feat(java): scoped meta share mode for type forward/backward compaibility by @chaokunyang in https://github.com/apache/fury/pull/1660
- chore: Add IssueNavigationLink and icon for IDEA by @lvshaokang in https://github.com/apache/fury/pull/1665
- chore(rust): resolve deprecate warnings by @waynexia in https://github.com/apache/fury/pull/1662
- chore(doc): fix doc example code by @wangjie-fourth in https://github.com/apache/fury/pull/1666
- feat(java): support meta compression by Deflater by @chaokunyang in https://github.com/apache/fury/pull/1663
- fix(java): Fix header offset issue in MetaStringBytes hashcode by @LiangliangSui in https://github.com/apache/fury/pull/1668
- perf(java): Add ClassInfo ClassBytes generation conditions. by @LiangliangSui in https://github.com/apache/fury/pull/1667
- chore(rust): Setup rustfmt and toolchain for rust by @Xuanwo in https://github.com/apache/fury/pull/1677
- chore(rust): Make rust clippy happy by @Xuanwo in https://github.com/apache/fury/pull/1678
- chore(doc): add incubating DISCLAIMER by @chaokunyang in https://github.com/apache/fury/pull/1681
- fix(java): fix snapshot jar upload by @chaokunyang in https://github.com/apache/fury/pull/1688
- chore(java): Update github URL in IntelliJ vcs.xml by @pjfanning in https://github.com/apache/fury/pull/1689
- ci: fix ci error by @LiangliangSui in https://github.com/apache/fury/pull/1691
- docs: fix badge x by @vesense in https://github.com/apache/fury/pull/1694
- fix(java): return fury to pooled which get from by @MrChang0 in https://github.com/apache/fury/pull/1697
- chore(doc): fix compiler error by @wangjie-fourth in https://github.com/apache/fury/pull/1698
- fix(doc): codestyle version in python by @pandalee99 in https://github.com/apache/fury/pull/1706
- refactor(java): move latin language checker method from string serializer to string util by @anagh07 in https://github.com/apache/fury/pull/1708
- chore(doc): the more complete readme is in python by @pandalee99 in https://github.com/apache/fury/pull/1709
- fix(java): fix nested map serialization codegen by @chaokunyang in https://github.com/apache/fury/pull/1713
- fix(java): fix fastjson object serialization by @chaokunyang in https://github.com/apache/fury/pull/1717
- feat: use TextDecoder to decode buffer by @bytemain in https://github.com/apache/fury/pull/1699
- feat(Python): meta string encoding algorithm in Python by @pandalee99 in https://github.com/apache/fury/pull/1702
- build: update scala build by @pjfanning in https://github.com/apache/fury/pull/1725
- build: publish jars for fury-scala by @pjfanning in https://github.com/apache/fury/pull/1729
- chore(java): merge reflect.Types into TypeRef by @chaokunyang in https://github.com/apache/fury/pull/1731
- feat(C++): String detection is performed using SIMD techniques by @pandalee99 in https://github.com/apache/fury/pull/1720
- feat(C++): The use of SIMD accelerated to implement and optimize utf16 utf8 by @pandalee99 in https://github.com/apache/fury/pull/1732
- feat(java): enable scoped meta share for compatible mode by default by @chaokunyang in https://github.com/apache/fury/pull/1733
- perf(java): optimize scoped meta share mode perf by @chaokunyang in https://github.com/apache/fury/pull/1734
New Contributors
- @wangjie-fourth made their first contribution in https://github.com/apache/fury/pull/1657
- @lvshaokang made their first contribution in https://github.com/apache/fury/pull/1665
- @waynexia made their first contribution in https://github.com/apache/fury/pull/1662
- @Xuanwo made their first contribution in https://github.com/apache/fury/pull/1677
- @anagh07 made their first contribution in https://github.com/apache/fury/pull/1708
Full Changelog: https://github.com/apache/fury/compare/v0.5.1...v0.6.0-rc1