v0.11.89
What's Changed since v0.11.83
v0.11.85 (2026-06-05)
Added
HealthResponse::build_sha— newOption<String>field onHealthResponse, 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. Field is absent on older server versions (deserialises toNone).
Server compatibility: tracks Dakera server v0.11.84–v0.11.85.
- v0.11.84: Entity vector search for temporal BM25 queries (automatic routing, no client changes); reranker queues callers under load instead of dropping;
build_shaadded to/health. - v0.11.85: Server-side fetch-n env knobs (
DAKERA_HYBRID_FETCH_MULT/DAKERA_CROSS_SESSION_FETCH_MULT) — 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.
CI
No breaking changes. Existing API calls work unchanged.
Full Changelog: https://github.com/dakera-ai/dakera-rs/blob/main/CHANGELOG.md