[25.5.3] - 2026-01-15

Features

- Support JSON_EXTRACT_PATH function.
- New column `sync_incarnation` is added to `_pico_instance` system table.
- New ALTER SYSTEM parameter `governor_check_replication_error` (default: true)
  enables the checking if replication is broken on any instance, in which case
  the instance will be automatically made Offline.
- New columns `target_state_reason` & `target_state_change_time` in `_pico_instance` system table

Fixes

- Fixed that the whole replicaset would be broken if one instance get's a
  replication conflict. (See also https://git.picodata.io/core/picodata/-/issues/2231).
- Fixed that governor would sometimes be blocked in read_only on a DDL operation
  mode not being able to apply any subsequent raft operations.