Skip to main content

· One min read
Pan Li

The Apache Fory team is pleased to announce the 0.11.2 release. This is a major release that includes 13 PR from 6 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Features

Bug Fixes

Documentation

Chores

Full Changelog: https://github.com/apache/fory/compare/v0.11.1...v0.11.2

· 3 min read
Liangliang Sui

The Apache Fory team is pleased to announce the 0.11.1 release. This is a major release that includes 32 PR from 13 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Features

Bug Fix

Other Improvements

New Contributors

Full Changelog: https://github.com/apache/fory/compare/v0.11.0...v0.11.1-rc1

· 13 min read
Shawn Yang

The Apache Fory team is pleased to announce the 0.11.0 release. This is a major release that includes 177 PR from 39 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Highlights

  • Add Dart Serialization support
  • Chunk-based map serialization for Java/Python with performance optimizations and XLang support
  • Cross-language homogeneous collection serialization between Java/Python
  • Refactor XLang type system and serialization for fory go
  • Performance improvements in Python (dict/tuple/list serialization, C-API optimization)
  • Row format evolution with support for Optional, Records, nested beans, and interface synthesis
  • Unify Java and XLang object serialization with cross-language compatibility for enums, time, arrays, and more
  • Renamed Apache Fury to Apache Fory

Breaking Changes

  • Renamed Apache Fury to Apache Fory, this transition impacts all project components including code repositories, maven groupId, jar names, package names, documentation, and communication channels and the source release name (and location), see Rename Announcement for more details.

Features

Bug Fix

Other Improvements

New Contributors

Full Changelog: https://github.com/apache/fory/compare/v0.10.3...v0.11.0-rc2

· 2 min read
Shawn Yang

Apache Fory Logo
Our new identity: Fast Serialization Framework FOR You

Announcement

The Apache Fury team is now officially announcing that Apache Fury has been renamed to Apache Fory, effective immediately. This transition impacts all project components including code repositories, package names, documentation, and communication channels.

Why This Change Is Necessary

This transition is required to resolve naming conflicts identified by the ASF Brand Management. Following massive discussions and a formal vote, this change ensures compliance with ASF's guidelines.

The new name "Fory" preserves phonetic similarity to "Fury" while establishing a distinct identity aligned with ASF standards.

Technical Changes and Impact

This transition requires updates across the ecosystem:

  • Java packages migrated from org.apache.fury to org.apache.fory
  • Class names migrated from XXXFury/FuryXXX to XXXFory/ForyXXX
  • GitHub repositories renamed to apache/fory (code) and apache/fory-site (website)
  • Downstream integrations (Quarkus-Fury, Camel-Fury) require dependency updates
  • Mailing lists transition to @fory.apache.org

Migration Support

To facilitate this transition:

  • Existing Apache Fury release document remains intact at v0.10 document
  • Critical URL redirects in place

Why "Fory"?

The name was chosen by prioritizing:

  • Phonetic similarity to "Fury"
  • No existing trademark conflicts
  • Preservation of our technical identity
  • Short, memorable, and globally pronounceable

Our Commitment

We recognize the burden this places on our users, especially those with deep integrations. Please know:

  • All existing issues and PRs have been migrated
  • Performance benchmarks remain consistently superior
  • Release cycles continue uninterrupted

This rename represents our commitment to respecting intellectual property while maintaining technical excellence. We're grateful for your patience and continued trust as we navigate this transition together.

· 2 min read
Pan Li

The Apache Fury team is pleased to announce the 0.10.3 release. This is a minor release that includes 15 PR from 4 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Features

Bug Fix

Chores

Full Changelog: https://github.com/apache/fury/compare/v0.10.2...v0.10.3-rc2

· One min read
Liangliang Sui

The Apache Fury team is pleased to announce the 0.10.2 release. This is a minor release that includes 6 PR from 2 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Features

Bug Fix

Full Changelog: https://github.com/apache/fury/compare/v0.10.1...v0.10.2

· 2 min read
Weipeng Wang

The Apache Fury team is pleased to announce the 0.10.1 release. This is a minor release that includes 14 PR from 10 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Features

Bug Fix

Other Improvements

Full Changelog: https://github.com/apache/fury/compare/v0.10.0...v0.10.1

· 3 min read
Weipeng Wang

The Apache Fury team is pleased to announce the 0.10.0 release. This is a major release that includes 27 PR from 16 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Highlight

  • Chunk based map serialization
  • Highly optimized JavaScript string serialization

Features

Bug Fix

Other Improvements

New Contributors

Full Changelog: https://github.com/apache/fury/compare/v0.9.0...v0.10.0

· 3 min read
Shawn Yang

The Apache Fury team is pleased to announce the 0.9.0 release. This is a major release that includes 34 PR from 14 distinct contributors. See the Install Page to learn how to get the libraries for your platform.

Highlight

  • Optimized serializers for Fury kotlin support
  • Highly-optimized UTF-8 string encoding implementation for Java(2x faster than JDK utf8 encoding)
  • Reduce metastring hashcode payload for small string(<=16 bytes)
  • Support building C++ libs on windows platform

Features

Bug Fix

Other Improvements

New Contributors

Full Changelog: https://github.com/apache/fury/compare/v0.8.0...v0.9.0

Acknowledgements

Thanks @effigies @apupier @wywen @mandrean @HuangXingBo @pjfanning @chaokunyang @penguin-wwy @An-DJ @Forchapeatl @orisgarno @zhaommmmomo @caicancai @Aliothmoon

A big thank you to all our contributors who have worked hard on this release. Your contributions, whether through code, documentation, or issue reporting, are really appreciated.

· 2 min read
Shawn Yang

The Apache Fury team is pleased to announce the 0.8.0 release. This is a major release that includes 23 PR from 7 distinct contributors. See the 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

Bug Fix

Other Improvements

New Contributors

Full Changelog: https://github.com/apache/fury/compare/v0.7.1...v0.8.0

Acknowledgements

Thanks @jiacai2050 @fink-arthur @sh-cho @pjfanning @chaokunyang @yoohaemin

A big thank you to all our contributors who have worked hard on this release. Your contributions, whether through code, documentation, or issue reporting, are really appreciated.