Releases: Dakera-AI/dakera-js
Release list
@dakera-ai/dakera v0.11.101
What's Changed
Server sync v0.11.96 — no SDK API surface changes; bundled with server v0.11.96 engine and routes-handler improvements (DAK-7243).
Full Changelog: https://github.com/Dakera-AI/dakera-js/blob/main/CHANGELOG.md
v0.11.100
What's Changed
- fix(changelog): correct reranker model org and version in CE-13 entry @ferhimedamine (#187)
- docs: update CE-13 reranker model name to bge-reranker-v2-m3 (CE-C) @ferhimedamine (#186)
Full Changelog: v0.11.99...v0.11.100
v0.11.99
What's Changed
- test(sdk): verify EmbeddingModel wire values for ModernBERT variants (DAK-7098/7102) @ferhimedamine (#185)
- feat(sdk): add modernbert-embed-base + gte-modernbert-base to EmbeddingModel (DAK-7098/7102) @ferhimedamine (#184)
Full Changelog: v0.11.98...v0.11.99
v0.11.98
What's Changed
- chore: release v0.11.98 — admin route fixes (adminTtlCleanup, /admin/keys) @ferhimedamine (#183)
- fix(DAK-7066): use /admin/keys instead of /v1/keys for key management @ferhimedamine (#182)
- fix(admin): add missing adminTtlCleanup binding for POST /v1/admin/ttl/cleanup (DAK-7069) @ferhimedamine (#181)
- fix: playground badge URL → dakera.ai/playground @ferhimedamine (#177)
- docs: add orange playground badge to README @ferhimedamine (#176)
Dependencies
- chore(deps-dev): bump @types/node from 25.9.3 to 26.0.0 @dependabot[bot] (#180)
- chore(deps-dev): bump typescript-eslint from 8.61.1 to 8.62.0 @dependabot[bot] (#179)
- chore(deps): bump actions/checkout from 6 to 7 @dependabot[bot] (#178)
Full Changelog: v0.11.97...v0.11.98
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