Skip to content

chore(deps): Bump dakera-client from 0.11.36 to 0.11.53#60

Merged
ferhimedamine merged 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.53
May 12, 2026
Merged

chore(deps): Bump dakera-client from 0.11.36 to 0.11.53#60
ferhimedamine merged 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.53

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps dakera-client from 0.11.36 to 0.11.53.

Release notes

Sourced from dakera-client's releases.

v0.11.53

What's Changed

Version bump to match server v0.11.53. No SDK API surface changes — this release tracks server-side improvements.

Server Improvements (v0.11.52–v0.11.53)

  • CE-106: Entity+year co-occurrence BM25 boost for Cat2 multi-hop queries — ×2.0 BM25 multiplier applied when entity+year pair detected in multi-hop queries. Full 1540Q bench: Overall 87.4%, Cat3 68.5% — all gates passed.
  • CE-94: Tighten temporal-inference centroid — 12 new time-bounded factual patterns; Cat2 false-positive temporal-gate rate reduced from 15.6% to 0.9%.
  • CE-86: Multiplicative post-reranker temporal scaling (+2.2pp Cat3); complete recall/search metrics coverage.
  • Distribution week 1 — crates.io metadata, MCP Registry workflow, Docker Hub workflow.

Full Changelog: https://github.com/Dakera-AI/dakera/blob/main/CHANGELOG.md

v0.11.51

What's Changed

New Contributors

Full Changelog: Dakera-AI/dakera-rs@v0.11.36...v0.11.51

Changelog

Sourced from dakera-client's changelog.

[0.11.53] - 2026-05-08

Notes

  • Version bump to match server v0.11.53. Server improvements v0.11.52–v0.11.53:
    • v0.11.53 — CE-106 entity+year co-occurrence BM25 boost for Cat2 multi-hop queries; CE-94 temporal-inference centroid tightening (12 patterns, -14.7pp Cat2 false-positive rate); distribution week1 (crate metadata, MCP registry, Docker Hub workflows).
    • v0.11.52 — CE-86 multiplicative post-reranker temporal scaling (+2.2pp Cat3); complete recall/search metrics coverage (4 PRs).

[0.11.51] - 2026-05-06

Added

  • admin_fulltext_reindex(namespace: Option<&str>): backfill the BM25 fulltext index for memories stored before CE-12 auto-indexing (CE-54). Pass None to reindex all agent namespaces. Returns FulltextReindexResponse with per-namespace breakdown.
  • FulltextReindexResponse and FulltextReindexNamespaceResult structs (CE-54), both exported from the crate root.

Notes

  • Version bump to match server v0.11.51. Server improvements v0.11.47–v0.11.51:
    • v0.11.51 — Fix flaky SEC-5 rate-limit tests (configurable window).
    • v0.11.50 — DAK-3430 S3 retry cap (OpenDAL retry 10→3, MinIO limit 1500→6000).
    • v0.11.49 — Dependency bumps (governor, opendal, redis, criterion).
    • v0.11.48 — Security: openssl 0.10.78→0.10.79.
    • v0.11.47 — ArrayContains HNSW pre-filter (SDK already exposed in v0.11.46).

[0.11.46] - 2026-04-30

Added

  • dakera_client::filter module: typed filter builder functions returning serde_json::Value, composable directly with with_filter(...) on any request builder:
    • Comparison: eq, ne, gt, gte, lt, lte, in_, nin, exists
    • String: contains, icontains, starts_with, ends_with, glob, regex
    • Array (CE-79): array_contains(v), array_contains_all([...]), array_contains_any([...]) — enables HNSW pre-filtering on array metadata fields (e.g. entity tags).
    • Logical: and([...]), or([...])

Notes

  • Version bump to match server v0.11.46. Server improvements v0.11.37–v0.11.46:
    • CE-79 — ArrayContains filter operators: $arrayContains, $arrayContainsAll, $arrayContainsAny for HNSW pre-filtering on array metadata fields.
    • CE-73 — Auto-PRF for hybrid inference queries: Cat3 +4.2pp.
    • CE-71 — ML query classifier: Temporal inference detection on by default.
    • CE-68/69/70 — Temporal boost + recency bias + S3 retry backoff.
    • CE-58 — Configurable RRF k-parameter (DAKERA_RRF_K env var).
Commits
  • 43403da sync: v0.11.53 — version bump (server CE-106, CE-94, distribution week1)
  • 1532301 chore: enforce LF line endings for cross-platform compatibility
  • a1aedc4 docs: add security policy
  • 1664b0e docs: add LoCoMo 87.8% benchmark reference to README (DAK-3939)
  • 2b8fce1 feat: update crates.io keywords for agent memory discoverability (#84)
  • 09cd832 sync: v0.11.51 — add admin_fulltext_reindex + version bump (CE-54) (#83)
  • 0925955 sync: v0.11.46 — add filter module with ArrayContains operators (CE-79) (#82)
  • 0e0f062 chore(deps): migrate reqwest 0.12→0.13 + tonic 0.12→0.14 (#81)
  • a915bad chore(deps): update prost requirement from 0.13 to 0.14 (#78)
  • 8c2a2f9 chore(deps): bump actions/checkout from 4 to 6 (#76)
  • 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-client](https://github.com/dakera-ai/dakera-rs) from 0.11.36 to 0.11.53.
- [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.36...v0.11.53)

---
updated-dependencies:
- dependency-name: dakera-client
  dependency-version: 0.11.53
  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 May 11, 2026
@ferhimedamine ferhimedamine merged commit cb36d21 into main May 12, 2026
5 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/dakera-client-0.11.53 branch May 12, 2026 19:07
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant