跳到主要内容

Fury 0.4.1 发布

· 阅读需 2 分钟
杨朝坤
信息

该版本发布于 Fury 进入 Apache 孵化器之前,因此属于非 ASF 发布。

I'm pleased to announce the 0.4.1 release of the Fury: https://github.com/alipay/fury/releases/tag/v0.4.1. With this release, Fury support rust row format now. C++ row format has been enhanced too, now iterable types can be encoded to fury row format. Please try it out and share your feedbacks with us.

作者:chaokunyang

I'm pleased to announce the 0.4.1 release of the Fury: https://github.com/alipay/fury/releases/tag/v0.4.1. With this release, Fury support rust row format now. C++ row format has been enhanced too, now iterable types can be encoded to fury row format too.

亮点

  • [Rust] Support row format
  • [C++] Support iterable types for RowEncoder
  • [JavaScript] Support partial record
  • [Java] Fix JIT error in corner case, now Fury can generate serializer for every class

变更列表

新贡献者

完整更新日志https://github.com/alipay/fury/compare/v0.4.0...v0.4.1