Skip to content

v0.11.89

Choose a tag to compare

@ferhimedamine ferhimedamine released this 11 Jun 18:55
· 14 commits to main since this release
b849db2

What's Changed since v0.11.83

v0.11.85 (2026-06-05)

Added

  • HealthResponse::build_sha — new Option<String> field on HealthResponse, 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 to None).

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_sha added 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_n override 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_DECOMP server 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

  • Sync PRs: #117 (v0.11.85 + HealthResponse::build_sha), #118 (v0.11.89)

No breaking changes. Existing API calls work unchanged.

Full Changelog: https://github.com/dakera-ai/dakera-rs/blob/main/CHANGELOG.md