Skip to content

v0.11.89

Choose a tag to compare

@ferhimedamine ferhimedamine released this 11 Jun 18:55
· 33 commits to main since this release
38f3b82

What's Changed since v0.11.83

v0.11.85 (2026-06-05)

Added

  • HealthResponse.build_sha — new optional field (string | undefined) on the HealthResponse interface, 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_sha in /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_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.

Dependencies

  • Bumped vitest 4.1.7→4.1.8 (#137), typescript-eslint 8.60.0→8.61.0 (#138, #143), eslint 10.4.0→10.4.1 (#139), @types/node 25.9.1→25.9.2 (#142)

CI

  • Sync PRs: #141 (v0.11.85 + HealthResponse.build_sha), #144 (v0.11.89)

No breaking changes. Existing API calls work unchanged.

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