Skip to content

v25.2.0

Choose a tag to compare

@sava-release-please sava-release-please released this 18 Jul 01:11
da68e61

25.2.0 (2026-07-18)

⚠ BREAKING CHANGES

  • jsoniter: Deprecated methods and interfaces have been removed. Consumers must migrate to the corresponding modern APIs like applyObject, testObject, or new dispatch handlers before updating.

Features

  • fuzzing: add fuzz tests for JSON number/instant parsing and edge cases (fa0c8dc)
  • jsoniter: add tests for sub-range reuse with mark/reset (699726a)
  • jsoniter: remove deprecated API for cleanup and consistency (1a0f3ff)

Miscellaneous Chores