Skip to content

chore(deps): bump dakera-client from 0.11.83 to 0.11.90#102

Merged
ferhimedamine merged 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.90
Jun 15, 2026
Merged

chore(deps): bump dakera-client from 0.11.83 to 0.11.90#102
ferhimedamine merged 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.90

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps dakera-client from 0.11.83 to 0.11.90.

Release notes

Sourced from dakera-client's releases.

v0.11.90

What's Changed

Full Changelog: Dakera-AI/dakera-rs@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 Option<String> field on HealthResponse, 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. Field is absent on older server versions (deserialises to None).

Server compatibility: tracks Dakera server v0.11.84–v0.11.85.

  • v0.11.84: Entity vector search for temporal BM25 queries (automatic routing, no client changes); reranker queues callers under load instead of dropping; build_sha added to /health.
  • v0.11.85: Server-side fetch-n env knobs (DAKERA_HYBRID_FETCH_MULT / DAKERA_CROSS_SESSION_FETCH_MULT) — 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.

CI

  • Sync PRs: #117 (v0.11.85 + HealthResponse::build_sha), #118 (v0.11.89)

No breaking changes. Existing API calls work unchanged.

Full Changelog: https://github.com/dakera-ai/dakera-rs/blob/main/CHANGELOG.md

Changelog

Sourced from dakera-client's changelog.

[0.11.90] - 2026-06-14

Added

  • async fn batch_recall(&self, request: BatchRecallRequest) -> Result<BatchRecallResponse> — filter-based memory listing by agent, tags, importance range, time window, or session id. Returns paginated results without a query string. Useful for listing all memories for an agent or inspecting session contents. (API: POST /recall/batch)
  • async fn hybrid_search(&self, namespace, query, opts) -> Result<Vec<HybridSearchResult>> — BM25 full-text + HNSW vector similarity search in a single call. Pass a query &str for server-side ONNX auto-embedding, or supply a pre-computed vector in HybridSearchOptions. The alpha parameter (0.0–1.0) controls BM25/vector blend. (API: POST /namespaces/{ns}/search/hybrid)
  • async fn store_memories_batch(&self, request: BatchStoreMemoryRequest) -> Result<BatchStoreMemoryResponse> — batch ingest of multiple memory records in one HTTP request. Response contains stored, failed, and per-item errors. (API: POST /memories/batch)
  • async fn autopilot_status(&self) -> Result<AutoPilotStatusResponse>, async fn autopilot_update_config(&self, request: AutoPilotConfigRequest) -> Result<AutoPilotConfigResponse>, async fn autopilot_trigger(&self, action: &str) -> Result<AutoPilotTriggerResponse> — read and control the server's Autopilot dedup/consolidation engine. (API: GET/POST /admin/autopilot/*)
  • async fn decay_config(&self) -> Result<DecayConfigResponse>, async fn decay_update_config(&self, request: DecayConfigUpdateRequest) -> Result<DecayConfigUpdateResponse>, async fn decay_stats(&self) -> Result<DecayStatsResponse> — introspect and tune the decay engine at runtime. decay_stats() reports memories_decayed, total_decayed, total_hard_deleted, last_decay_at, and cycles_completed. (API: GET/POST /admin/decay/*)
  • BatchRecallRequest, BatchRecallResponse, HybridSearchResult, BatchStoreMemoryRequest, BatchStoreMemoryResponse, AutoPilotStatusResponse, AutoPilotConfigRequest, AutoPilotConfigResponse, AutoPilotTriggerResponse, DecayConfigResponse, DecayConfigUpdateRequest, DecayConfigUpdateResponse, DecayStatsResponse — new public types re-exported from dakera_client.

Documentation

  • Quickstart README overhaul — added a minimal 3-line quickstart at the top of the README so new users can reach their first store_memory / recall in under 60 seconds.

[0.11.89] - 2026-06-11

Changed

  • 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.

... (truncated)

Commits
  • 2ad9afe sync: bump to v0.11.90 (DAK-6570)
  • 1fe7975 chore: embed founder ORCID in LICENSE + SECURITY.md + license-integrity (DAK-...
  • 2cfeb0c feat: add T-I-F reliability helpers (TifScore, evaluate_tif) (#119)
  • b849db2 sync: bump to v0.11.89 (DAK-6508) (#118)
  • d80a55d sync: bump to v0.11.85, add build_sha to HealthResponse (DAK-6431) (#117)
  • See full diff 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-client](https://github.com/dakera-ai/dakera-rs) from 0.11.83 to 0.11.90.
- [Release notes](https://github.com/dakera-ai/dakera-rs/releases)
- [Changelog](https://github.com/Dakera-AI/dakera-rs/blob/main/CHANGELOG.md)
- [Commits](Dakera-AI/dakera-rs@v0.11.83...v0.11.90)

---
updated-dependencies:
- dependency-name: dakera-client
  dependency-version: 0.11.90
  dependency-type: direct:production
  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 rust Pull requests that update rust code labels Jun 15, 2026
@ferhimedamine

Copy link
Copy Markdown
Contributor

🤖 [Agent: CTO] Review: APPROVED

  • Type: type:deps (dependency bump)
  • Change: dakera-client 0.11.83 → 0.11.90 (Cargo.lock only)
  • CI: All 6 checks green (Check, Clippy, Format, Integration Test, Security Audit, Test)
  • Blast radius: Minimal — catching up CLI client to current server version
  • Merging via squash.

@ferhimedamine ferhimedamine added the agent/cto Reviewed/merged by CTO agent label Jun 15, 2026

@ferhimedamine ferhimedamine left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 [Agent: CTO] APPROVED: type:deps, dakera-client 0.11.83→0.11.90, all 6 CI checks green, security audit pass.

@ferhimedamine ferhimedamine merged commit ab60987 into main Jun 15, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/dakera-client-0.11.90 branch June 15, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agent/cto Reviewed/merged by CTO agent dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant