github apache/fory v1.7.3

4 hours ago

Highlights

  • Go now supports the Standard Row Format, with struct encoding and direct access to fields and collection elements without decoding the entire row. This enables row data exchange with Java, C++, Python, and Rust.
  • Faster Java JSON reading and writing, including floating-point conversion and parsing timestamps with time zones.
  • Kotlin JSON now honors property inclusion settings, including NON_EMPTY, across supported JVM, GraalVM Native Image, and Android paths.

Features

Bug Fix

  • fix(java): restore contexts for nested Externalizable callbacks by @chaokunyang in #4038
  • fix(json): honor Kotlin property inclusion by @chaokunyang in #4040
  • fix(android): align Kotlin JSON inclusion assertions by @chaokunyang in #4041
  • fix(java): Fix inconsistency in exception handling when reading EOF stream by @wuwangben in #2821

Other Improvements

Full Changelog: v1.7.2...v1.7.3

Don't miss a new fory release

NewReleases is sending notifications on new releases.