Hi all, The Apache Fory community is pleased to announce that Apache Fory 1.0.0 is now available.
Apache Fory is a blazingly fast multi-language serialization framework for idiomatic domain objects, schema IDL, and cross-language data exchange. Apache Fory 1.0.0 is a major milestone release. It marks the first 1.0 release line and brings the cross-language serialization model into the default path across supported languages. This release includes 84 PRs from 11 contributors. Highlights in 1.0.0 include: - Unified xlang type system and default xlang mode across supported languages - Decimal and bfloat16 support for xlang serialization - Improved xlang compatible-mode reads, simplified field ordering, and better list/array compatibility - Nested container and field codec support across Rust, C++, C#, Go, Dart, Python, and Swift - Kotlin xlang, KSP, and Schema IDL support - Scala Schema IDL support and updated generated annotations - Java Android serialization support, annotation processor support, schema typed row field accessors. - Serialization performance improvements and refreshed benchmark plots Release blog, with details and examples: https://fory.apache.org/blog/fory_1_0_0_release Release notes: https://github.com/apache/fory/releases/tag/v1.0.0 Complete change list: https://github.com/apache/fory/compare/v0.17.0...v1.0.0 Apache Fory website: https://fory.apache.org/ Download links: https://fory.apache.org/download Fory resources: - GitHub repo: https://github.com/apache/fory - Issue tracker: https://github.com/apache/fory/issues - Mailing list: [email protected] Thanks to everyone in the community who contributed to this release. We welcome new contributors. If you are interested in contributing to Fory, please contact us on the mailing list or on GitHub. ------------------ Best Regards, Shawn Yang
