[25.3.5] - 2025-10-03

Features

- Instance's which loose ability to apply raft log updates will automatically
  become Offline. (See also https://git.picodata.io/core/picodata/-/issues/2238).
- New ALTER SYSTEM parameter `plugin_check_migration_hash` (default: true)
  allows disabling plugin migration file checksum validation. This allows plugin
  authors to more easily fix mistakes in migration files.

Fixes

- Fixed bizarre row order produced by ORDER BY <uuid>.
- Fixed a possible state corruption in case picodata crashes after receiving a
  raft snapshot with a stale schema version.
- Fixed TRUNCATE operation for global tables.