Skip to content

Releases: Dakera-AI/dakera-js

v0.11.97

21 Jun 23:14

Choose a tag to compare

What's Changed

  • test(DAK-6959): add ChatMemorySession live-server integration tests @ferhimedamine (#173)

Full Changelog: v0.11.96...v0.11.97

v0.11.96

16 Jun 12:40
4448e31

Choose a tag to compare

What's Changed

  • feat(session): ChatMemorySession helper — playground LLM comparison (DAK-6846) @ferhimedamine (#172)
  • docs(DAK-6840): add missing CHANGELOG entry for v0.11.94 (TealTiger) @ferhimedamine (#171)

Full Changelog: v0.11.95...v0.11.96

Release v0.11.95

16 Jun 10:48
485834d

Choose a tag to compare

What's Changed

Fixed

  • TealTiger subpath exportimport { DakeraCostStorage } from '@dakera-ai/dakera/integrations/tealtiger' now resolves correctly. Added ./integrations/tealtiger to package.json exports and updated the build script to bundle src/integrations/tealtiger.ts as a separate entry point, producing dist/integrations/tealtiger.{js,mjs,d.ts}. (DAK-6819, #170)

Full Changelog: v0.11.94...v0.11.95

v0.11.94

16 Jun 06:38
6e4af78

Choose a tag to compare

What's New

TealTiger Governance Middleware Integration

  • Added DakeraCostStorage implementing the full CostStorage interface for TealTiger's governance middleware
  • New integration module at src/integrations/tealtiger.ts
  • Enables persistent governance state storage (cost tracking, policy enforcement, audit trails) backed by Dakera's memory layer
  • Full test coverage and usage example included

Details

v0.11.93

16 Jun 06:14
0ff38e2

Choose a tag to compare

What's Changed

Added

  • adminReembedStaticCount() — new DakeraClient method for GET /v1/admin/reembed/static-count (DAK-6781, #166). Returns a StaticCountResponse with static_count — count of static vectors pending ONNX upgrade.

  • Playground quickstartexamples/playground/quickstart.ts demonstrates store, recall, search, and knowledge-graph link against the public sandbox. (DAK-6737, #161)

Fixed

  • Admin URL correctionsadminIndexStats(), rebuildIndexes(), and restoreBackup() used incorrect URL patterns causing 404s. (DAK-6775, #165)

  • Playground HTTPS endpoint — quickstart now uses https://5-75-177-31.sslip.io (valid TLS) instead of bare HTTP IP. (DAK-6743, #162)

  • Sandbox KG-link restriction — knowledge-graph link step now handles 403 from the sandbox gracefully instead of throwing. (DAK-6749, #163)

Testing

  • Playground integration testssrc/playground_integration.test.ts added; covers store, recall, search, and KG-link (graceful). Tests skip automatically when DAKERA_TEST_URL is absent. (#164)

Install

npm install @dakera-ai/dakera@0.11.93

v0.11.92

15 Jun 23:57

Choose a tag to compare

@dakera-ai/sdk v0.11.92

Documentation and CI maintenance release.

Documentation

  • CHANGELOG.md entries added — complete feature descriptions for v0.11.90 (batch recall, hybrid search, batch store, autopilot/decay APIs, TIF helpers, ORCID) and v0.11.91 (esbuild security fix) now documented in full. Previously only commit one-liners were present.

CI

  • actions/checkout 4 → 6 (Dependabot PR #152) — CI workflow dependency upgrade; no runtime changes.

Upgrade

npm install @dakera-ai/sdk@0.11.92

No API changes. See v0.11.90 for the full feature release and v0.11.91 for the security patch.

Full Changelog: v0.11.91...v0.11.92

v0.11.91

14 Jun 09:20
dd0546b

Choose a tag to compare

What's Changed

Full Changelog: v0.11.90...v0.11.91

v0.11.90

13 Jun 08:52
93ad424

Choose a tag to compare

What's Changed

Full Changelog: v0.11.89...v0.11.90

v0.11.89

11 Jun 18:55
38f3b82

Choose a tag to compare

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

v0.11.83

04 Jun 19:10
80c54e6

Choose a tag to compare

@dakera-ai/dakera v0.11.83

Sync release with dakera server v0.11.83 (8-version bump from v0.11.75).

Features

  • adminDrainReembed() — new admin method to trigger a full re-embedding pass on all stored memories. Useful after model swaps or embedding pipeline upgrades to ensure vector consistency without data loss. (DAK-6326)

Changes Since v0.11.75

  • sync: bump to v0.11.83, add adminDrainReembed() (DAK-6326) (#140) (80c54e6)

Upgrade

npm install @dakera-ai/dakera@0.11.83

Full Changelog

v0.11.75...v0.11.83