Skip to content

Releases: Dakera-AI/dakera-js

@dakera-ai/dakera v0.11.101

Choose a tag to compare

@ferhimedamine ferhimedamine released this 02 Jul 20:22
4c383cf

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

Choose a tag to compare

@ferhimedamine ferhimedamine released this 26 Jun 10:36
75d1353

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

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:52
428255b

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

Choose a tag to compare

@github-actions github-actions released this 23 Jun 18:58
35699f3

What's Changed

Dependencies

Full Changelog: v0.11.97...v0.11.98

v0.11.97

Choose a tag to compare

@ferhimedamine ferhimedamine released this 21 Jun 23:14

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

Choose a tag to compare

@ferhimedamine ferhimedamine released this 16 Jun 12:40
4448e31

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

Choose a tag to compare

@ferhimedamine ferhimedamine released this 16 Jun 10:48
485834d

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

Choose a tag to compare

@ferhimedamine ferhimedamine released this 16 Jun 06:38
6e4af78

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

Choose a tag to compare

@ferhimedamine ferhimedamine released this 16 Jun 06:14
0ff38e2

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

Choose a tag to compare

@ferhimedamine ferhimedamine released this 15 Jun 23:57

@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