v0.11.89
What's Changed since v0.11.83
v0.11.85 (2026-06-05)
Added
HealthResponse.build_sha— new optional field (string | undefined) on theHealthResponseinterface, populated since server v0.11.84. Contains the git commit SHA baked into the server binary; useful for verifying the expected commit is running after a hotfix rollout.
Server compatibility: tracks Dakera server v0.11.84–v0.11.85.
- v0.11.84: Entity vector search for temporal queries (automatic routing, no client changes); reranker queues instead of dropping under load;
build_shain/health. - v0.11.85: Server-side fetch-n env knobs — no client API changes.
v0.11.89 (2026-06-11)
Server compatibility: tracks Dakera server v0.11.86–v0.11.89.
- v0.11.86: CE-OVERHAUL safe subset — RRF single-modality virtual ranking, temporal date-range inference, cross-session entity bridging. All engine-internal; no client API changes required.
- v0.11.87: Honor cross-session
fetch_noverride in session-scoped recall path — inert for SDK consumers; server-side env knob only. - v0.11.88: Opt-in CE-31 sentence decomposition on batch ingest (
DAKERA_BATCH_SENTENCE_DECOMPserver env) — no client API changes. - v0.11.89: List-aware CE-31 decomposition + hardened supersession demotion, both inert-by-default server-side env flags — no client API changes.
Dependencies
- Bumped
vitest4.1.7→4.1.8 (#137),typescript-eslint8.60.0→8.61.0 (#138, #143),eslint10.4.0→10.4.1 (#139),@types/node25.9.1→25.9.2 (#142)
CI
No breaking changes. Existing API calls work unchanged.
Full Changelog: https://github.com/dakera-ai/dakera-js/blob/main/CHANGELOG.md