Hi all, The Apache Fory community is excited to announce our v0.13.0 release, a milestone packed with powerful features and our first official Rust implementation!
Apache Fory is a blazingly fast, multi‑language serialization framework powered by JIT compilation and zero‑copy design. This release delivers native Rust support for high‑performance, strongly‑typed serialization across complex object graphs — with benchmarks showing massive speed gains over JSON and Protobuf. Rust Highlights in 0.13.0: - Derive-based serialization - Trait object support - Shared & circular reference tracking - Forward/backward schema evolution for versioned data - Zero‑copy row format with field‑selective access - Thread‑safe context pooling for multi‑thread serialization - Broad collection support The release notes are available here: https://github.com/apache/fory/releases/tag/v0.13.0 For the complete list of changes: https://github.com/apache/fory/compare/v0.12.3...v0.13.0 Apache Fory website: https://fory.apache.org/ Rust Guide: https://fory.apache.org/docs/docs/guide/rust_serialization Crate: https://crates.io/crates/fory API Docs: https://docs.rs/fory Download Links: https://fory.apache.org/download Fory Resources: - Fory github repo: https://github.com/apache/fory - Issue: https://github.com/apache/fory/issues - Mailing list: [email protected] We are looking to grow our community and welcome new contributors. If you are interested in contributing to Fory, please contact us on the mailing list or on GitHub. We will be happy to help you get started. ------------------ Best Regards, Shawn Yang
