Skip to content

v1.7.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@chaokunyang chaokunyang released this 24 Aug 13:24
· 5 commits to main since this release

Highlights

  • Introduced first-class Fory JSON support for Scala 2.13 and Scala 3.
  • Introduced first-class Fory JSON support for Kotlin on Android/JVM/GraalVM.
  • Enhanced Fory JSON on GraalVM Native Image with build-time code generation enabled by default and fine-grained generated codec caching.
  • Added incremental JSON stream decoding for top-level arrays and newline-delimited JSON (NDJSON), enabling values to be processed progressively from chunked UTF-8 input.
  • Add swift support for visionOS watchOS tvOS Linux, and add grpc support for Swift

Features

Bug Fix

Other Improvements

New Contributors

Full Changelog: v1.6.1...v1.7.0-rc2