Skip to content

chore(deps-dev): bump @dakera-ai/dakera from 0.11.54 to 0.11.83#37

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dakera-ai/dakera-0.11.83
Closed

chore(deps-dev): bump @dakera-ai/dakera from 0.11.54 to 0.11.83#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dakera-ai/dakera-0.11.83

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown

Bumps @dakera-ai/dakera from 0.11.54 to 0.11.83.

Release notes

Sourced from @​dakera-ai/dakera's releases.

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

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

Upgrade

npm install @dakera-ai/dakera@0.11.83

Full Changelog

Dakera-AI/dakera-js@v0.11.75...v0.11.83

v0.11.75

What's Changed

Features

  • storeMemoriesBatch(): New batch memory store method for JavaScript SDK — write multiple memories in a single API call, reducing latency for bulk operations. Brings parity with dakera-rs v0.11.57 (DAK-5508) (#135, 44c79258)

Documentation

  • Unified LoCoMo benchmark score to 88.2% across SDK READMEs (8a39d50f)
  • Backfilled CHANGELOG entries for v0.11.57 (store_memories_batch backport context) and v0.11.75 (#136, df2072d7)

Full diff: v0.11.57...v0.11.75 — 4 commits

v0.11.57

What's Changed

Dependencies

Full Changelog: Dakera-AI/dakera-js@v0.11.56...v0.11.57

... (truncated)

Changelog

Sourced from @​dakera-ai/dakera's changelog.

[0.11.83] - 2026-06-04

Added

  • adminDrainReembed() — new DakeraClient method for POST /admin/reembed/drain (v0.11.82+). Synchronously runs the re-embedding upgrade loop until all _embedding_kind=static vectors are upgraded to full ONNX quality, or the optional timeout_secs cap is reached. Accepts an optional DrainReembedRequest and returns a DrainReembedResponse with processed, remaining, elapsed_ms, cycles, and timed_out fields. Requires Admin scope. Useful as a pre-benchmark steady-state gate when DAKERA_TIERED=1.
  • DrainReembedRequest / DrainReembedResponse — new types exported from the package.

Changed

  • Server compatibility: tracks Dakera server v0.11.76–v0.11.83.
    • v0.11.76: search_hybrid() binary overselection formula corrected (Recall@10 restored).
    • v0.11.77: SearchMode default flipped to Hybrid; is_static flag on write path.
    • v0.11.78–v0.11.79: TieredEngine pre-warm; GPU inference semaphore; batch store via TieredEngine.
    • v0.11.80: SIMD HNSW distance (3–8× throughput); ONNX memory fixes.
    • v0.11.81: OnnxBackend GPU pool=1; BFCArena retry extended.
    • v0.11.82: Model2Vec static-write tier (DAKERA_TIERED=1); /health/ready adds tiered_engine field.
    • v0.11.83: Deterministic HNSW (CE-127); raw-fs 9× writes; O(namespace) list removed. No breaking changes to existing method signatures.

[0.11.75] - 2026-05-31

Changed

  • Server compatibility: tracks Dakera server v0.11.75 (TieredEngine registered in AppState, binary HNSW dispatch wired in search paths, ReembedJob spawned at startup). No client API surface changes required — all existing calls work unchanged. Binary HNSW is opt-in server-side via DAKERA_SEARCH_MODE=hybrid; the SDK sends requests identically regardless of server search mode.

[0.11.57] - 2026-05-22

Added

  • storeMemoriesBatch() — new DakeraClient method for POST /v1/memories/store/batch, enabling high-throughput batch memory ingestion (DAK-5508)
    • BatchStoreMemoryItem — per-item fields matching the server batch schema
    • BatchStoreMemoryRequestagentId + BatchStoreMemoryItem[]
    • BatchStoredMemory / BatchStoreMemoryResponse — response types

[0.11.56] - 2026-05-17

Changed

... (truncated)

Commits
  • 80c54e6 sync: bump to v0.11.83, add adminDrainReembed() (DAK-6326) (#140)
  • df2072d chore: bump version to 0.11.75, add CHANGELOG entries for 0.11.75 and 0.11.57...
  • a15b6f4 Merge pull request #135 from Dakera-AI/feat/dak-5508-batch-store-memory
  • 8a39d50 docs: unify LoCoMo benchmark score to 88.2%
  • 7c725da feat(DAK-5508): add storeMemoriesBatch() — parity with dakera-rs v0.11.57 (#134)
  • 44c7925 feat(DAK-5508): add storeMemoriesBatch() — parity with dakera-rs v0.11.57
  • 80a7a26 chore(deps-dev): bump typescript-eslint from 8.59.4 to 8.60.0 (#131)
  • 6cd8c8f chore(deps-dev): bump @​types/node from 25.9.0 to 25.9.1 (#132)
  • 108d08b chore(deps-dev): bump vitest from 4.1.6 to 4.1.7 (#133)
  • f387cab fix: update default port from 3300 to 3000 in README examples (#130)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@dakera-ai/dakera](https://github.com/dakera-ai/dakera-js) from 0.11.54 to 0.11.83.
- [Release notes](https://github.com/dakera-ai/dakera-js/releases)
- [Changelog](https://github.com/Dakera-AI/dakera-js/blob/main/CHANGELOG.md)
- [Commits](Dakera-AI/dakera-js@v0.11.54...v0.11.83)

---
updated-dependencies:
- dependency-name: "@dakera-ai/dakera"
  dependency-version: 0.11.83
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Author

Superseded by #41.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dakera-ai/dakera-0.11.83 branch June 17, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants