Releases: Dakera-AI/dakera-js
v0.11.97
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
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
What's Changed
Fixed
- TealTiger subpath export —
import { DakeraCostStorage } from '@dakera-ai/dakera/integrations/tealtiger'now resolves correctly. Added./integrations/tealtigertopackage.jsonexports and updated the build script to bundlesrc/integrations/tealtiger.tsas a separate entry point, producingdist/integrations/tealtiger.{js,mjs,d.ts}. (DAK-6819, #170)
Full Changelog: v0.11.94...v0.11.95
v0.11.94
What's New
TealTiger Governance Middleware Integration
- Added
DakeraCostStorageimplementing 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
- PR: #157 (community contribution from @nagasatish007 at TealTiger)
- Issue: #158 (closed)
- Discussion: Dakera-AI/dakera-deploy#169
v0.11.93
What's Changed
Added
-
adminReembedStaticCount()— newDakeraClientmethod forGET /v1/admin/reembed/static-count(DAK-6781, #166). Returns aStaticCountResponsewithstatic_count— count of static vectors pending ONNX upgrade. -
Playground quickstart —
examples/playground/quickstart.tsdemonstrates store, recall, search, and knowledge-graph link against the public sandbox. (DAK-6737, #161)
Fixed
-
Admin URL corrections —
adminIndexStats(),rebuildIndexes(), andrestoreBackup()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 tests —
src/playground_integration.test.tsadded; covers store, recall, search, and KG-link (graceful). Tests skip automatically whenDAKERA_TEST_URLis absent. (#164)
Install
npm install @dakera-ai/dakera@0.11.93v0.11.92
@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/checkout4 → 6 (Dependabot PR #152) — CI workflow dependency upgrade; no runtime changes.
Upgrade
npm install @dakera-ai/sdk@0.11.92No 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
What's Changed
- sync: bump to v0.11.91 — security fix (GHSA-gv7w-rqvm-qjhr) @ferhimedamine (#150)
- docs(DAK-6620): add 3-line minimal quickstart to README @ferhimedamine (#149)
- fix(DAK-6588): pin esbuild>=0.28.1 to resolve GHSA-gv7w-rqvm-qjhr @ferhimedamine (#148)
Full Changelog: v0.11.90...v0.11.91
v0.11.90
What's Changed
- sync: bump to v0.11.90 (DAK-6570) @ferhimedamine (#147)
- chore: embed founder ORCID in LICENSE + SECURITY.md + license-integrity workflow @ferhimedamine (#146)
- feat: add T-I-F reliability helpers (TifScore, evaluateTif) @ferhimedamine (#145)
Full Changelog: v0.11.89...v0.11.90
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
v0.11.83
@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
Upgrade
npm install @dakera-ai/dakera@0.11.83