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 8827129eb..d0c07a6e6 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