Skip to content

v25.3.0

Latest

Choose a tag to compare

@sava-release-please sava-release-please released this 19 Jul 00:50
9ab510e

25.3.0 (2026-07-19)

⚠ BREAKING CHANGES

  • jsoniter: JsonIterator.readObject() and readObjField() are removed.
  • jsoniter: Default readArray and readMap methods now utilize an optimized sizing logic. Update any custom implementations relying on previous behaviors. Enriched JsonException may impact exception handling logic.

Features

  • build: Bump sava-build plugin version (6eaed15)
  • jsoniter: add quality gate and mutation ratchet process details (0efe144)
  • jsoniter: add quality gate and mutation ratchet process details (7a3c4eb)
  • jsoniter: enhance parsing with sized array and map methods (db15a1b)
  • jsoniter: remove deprecated readObject/readObjField (4db0000)
  • test: add multibyte scan path and fuzz corpus replay tests (aa16460)

Miscellaneous Chores