Skip to content

chore(deps): bump dakera-client from 0.11.53 to 0.11.57#94

Merged
ferhimedamine merged 2 commits into
mainfrom
dependabot/cargo/dakera-client-0.11.57
May 26, 2026
Merged

chore(deps): bump dakera-client from 0.11.53 to 0.11.57#94
ferhimedamine merged 2 commits into
mainfrom
dependabot/cargo/dakera-client-0.11.57

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps dakera-client from 0.11.53 to 0.11.57.

Release notes

Sourced from dakera-client's releases.

v0.11.57

What's New

Added

  • store_memories_batch() — new DakeraClient method for POST /v1/memories/store/batch, enabling high-throughput batch memory ingestion (DAK-5508, #113)
    • BatchStoreMemoryItem — per-item fields matching the server batch schema
    • BatchStoreMemoryRequestagent_id + Vec<BatchStoreMemoryItem>
    • BatchStoredMemory / BatchStoreMemoryResponse — response types

Fixed

  • Replace hardcoded api.dakera.ai with localhost:3300 in README examples (DAK-5329, #112)

Dependencies

  • Bump release-drafter/release-drafter from 6 to 7 (#111)

Commits (v0.11.56 → v0.11.57)

  • feat(DAK-5508): add store_memories_batch() and batch store types (#113) (733bec68)
  • fix: replace api.dakera.ai with localhost:3300 in README (DAK-5329) (#112) (640b9413)
  • chore(deps): bump release-drafter/release-drafter from 6 to 7 (#111) (614f0aeb)

Install

[dependencies]
dakera-client = "0.11.57"

v0.11.56

What's Changed

Full Changelog: Dakera-AI/dakera-rs@v0.11.55...v0.11.56

v0.11.55

What's Changed

... (truncated)

Changelog

Sourced from dakera-client's changelog.

[0.11.57] - 2026-05-22

Added

  • store_memories_batch() — new DakeraClient method for POST /v1/memories/store/batch, enabling high-throughput batch memory ingestion (DAK-5508, #113)
    • BatchStoreMemoryItem — per-item fields matching the server batch schema
    • BatchStoreMemoryRequestagent_id + Vec<BatchStoreMemoryItem>
    • BatchStoredMemory / BatchStoreMemoryResponse — response types

Fixed

  • Replace hardcoded api.dakera.ai with localhost:3300 in README examples (DAK-5329, #112)

Dependencies

  • Bump release-drafter/release-drafter from 6 to 7 (#111)

[0.11.56] - 2026-05-17

Changed

  • BREAKING: QueryResponse field renamed matchesresults — the field holding returned memory/vector entries has been renamed from .matches to .results for consistency with the REST API response schema. A backward-compat type alias is provided at compile time but will be removed in a future minor release. Update all destructuring:
    // Before
    for r in response.matches { ... }
    // After
    for r in response.results { ... }

Added

  • 40+ new client methods for full engine parity:
    • Health probes: health_ready(), health_live()
    • Vector bulk ops: bulk_update_vectors(), bulk_delete_vectors(), count_vectors()
    • Agent consolidation: consolidate_agent(), get_consolidation_log(), patch_consolidation_config()
    • Namespace config: get_namespace_entity_config(), get_namespace_extractor()
    • Admin cluster: admin_cluster_replication(), admin_list_shards(), admin_rebalance_shards()
    • Admin maintenance: admin_maintenance_status(), admin_enable_maintenance(), admin_disable_maintenance()
    • Admin quotas: admin_list_quotas(), admin_get_default_quota(), admin_set_default_quota(), admin_get_quota(), admin_set_quota(), admin_delete_quota(), admin_check_quota()
    • Admin slow queries: admin_list_slow_queries(), admin_slow_query_summary(), admin_clear_slow_queries(), admin_update_slow_query_config()
    • Admin backups: admin_list_backups(), admin_create_backup(), admin_get_backup(), admin_delete_backup(), admin_get_backup_schedule(), admin_update_backup_schedule(), admin_restore_backup(), admin_get_restore_status()
    • Ops: ops_diagnostics(), ops_list_jobs(), ops_get_job(), ops_compact(), ops_shutdown()
    • Fulltext: fulltext_stats(), fulltext_delete()
    • TTL: ttl_stats()
    • Query routing: route_query()
    • Import jobs: import_job_status()
    • Backup I/O: download_backup(), upload_backup()

... (truncated)

Commits
  • 752c4d0 release: bump version to 0.11.57
  • 733bec6 feat(DAK-5508): add store_memories_batch() and batch store types (#113)
  • 640b941 fix: replace api.dakera.ai with localhost:3300 in README (DAK-5329) (#112)
  • 614f0ae chore(deps): bump release-drafter/release-drafter from 6 to 7 (#111)
  • aacf4d1 release: bump version to 0.11.56
  • b0caf8d docs: add v0.11.55 CHANGELOG entry — breaking QueryResponse.matches→results r...
  • e9169df tests: comprehensive coverage for all SDK methods
  • 7e94bff sync: Phase 3 engine parity — 8 new endpoints (#108)
  • d53d1f8 feat: engine parity — vector bulk ops, consolidation, namespace config (#107)
  • 147f160 feat: add missing methods for full SDK parity (#106)
  • 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.53 to 0.11.57.
- [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.53...v0.11.57)

---
updated-dependencies:
- dependency-name: dakera-client
  dependency-version: 0.11.57
  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 25, 2026
… v0.11.57

get_memory() now requires (agent_id, memory_id) per the multi-agent API.
The agent_id was already parsed from CLI args but unused (prefixed _).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ferhimedamine ferhimedamine merged commit 0da4707 into main May 26, 2026
11 of 12 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/dakera-client-0.11.57 branch May 26, 2026 20:50
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