Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 05:13
· 42 commits to master since this release

Fixed

  • daemon: archiveOldTurns now caps its scan with a server-side TIMEOUT 8s. On an overloaded SurrealDB instance the maintenance query could otherwise blow the 60s client deadline → flag the shared connection "zombie" → tear down the socket that also serves hook memory-injection, the cause of intermittent "daemon unreachable". A SurrealDB TIMEOUT error isn't "deadline exceeded", so it also avoids the retry-doubling.

Performance

  • HNSW indexes: all 9 *_vec_idx vector indexes now pin TYPE F32 instead of SurrealDB's F64 default — lossless (embeddings are F32-precision) and ~halves in-RAM index size. New installs get it automatically; existing installs rebuild via scripts/migrate-hnsw-f32.mjs.