This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch chaokunyang-patch-1 in repository https://gitbox.apache.org/repos/asf/fury-site.git
commit eb045be81f1a45f92edc20b8bfd43f7805ceec14 Author: Shawn Yang <[email protected]> AuthorDate: Sat Oct 5 13:15:30 2024 -0600 Update 2024-10-04-fury_0_8_0_release.md --- blog/2024-10-04-fury_0_8_0_release.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/blog/2024-10-04-fury_0_8_0_release.md b/blog/2024-10-04-fury_0_8_0_release.md index 8827129e..d0c07a6e 100644 --- a/blog/2024-10-04-fury_0_8_0_release.md +++ b/blog/2024-10-04-fury_0_8_0_release.md @@ -7,6 +7,12 @@ tags: [fury] The Apache Fury team is pleased to announce the 0.8.0 release. This is a major release that includes [23 PR](https://github.com/apache/fury/compare/v0.7.1...v0.8.0) from 7 distinct contributors. See the [Install](https://fury.apache.org/docs/start/install) Page to learn how to get the libraries for your platform. +### Highlights + +* Support graalvm 17/21/22 native image +* Release fury optimized serializers for scala collection +* Reduce scala collection classname serialization cost using dict encoding + ### Features * refactor(rust): simplify error handle by @jiacai2050 in https://github.com/apache/fury/pull/1823 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
