Skip to content

chore(deps): bump dakera-client from 0.11.53 to 0.11.56#71

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.56
Closed

chore(deps): bump dakera-client from 0.11.53 to 0.11.56#71
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.56

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps dakera-client from 0.11.53 to 0.11.56.

Release notes

Sourced from dakera-client's releases.

v0.11.56

What's Changed

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

v0.11.55

What's Changed

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

v0.11.54 — CE-115 Scoring Improvement

Version bump to match server v0.11.54.

Changes:

  • CE-115: INFERENCE_TEMPORAL_MULT_BETA 0.5→0.65, Cat3 +2.2pp to 73.9%
  • Scoring-only change — no API changes

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

Changelog

Sourced from dakera-client's changelog.

[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()
    • Storage tiers: storage_tier_overview()
    • Background activity: background_activity()
    • Memory type stats: memory_type_stats()
    • Namespace migration: migrate_namespace_dimensions()
  • 11 new Rust types for structured responses
  • Comprehensive unit tests covering all SDK methods
  • 6 new examples: admin operations, analytics, fulltext search, knowledge graph, ops diagnostics, vector operations
  • Docker integration tests in CI — full end-to-end integration tests against a live Dakera server container on every PR and push.

[0.11.54] - 2026-05-13

Notes

  • Version bump to match server v0.11.54 (CE-115: INFERENCE_TEMPORAL_MULT_BETA 0.5→0.65, Cat3 +2.2pp to 73.9%). Scoring-only change — no API changes.
Commits
  • 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)
  • 98fceb4 fix: remove hallucinated fetch_by_ids() call and misleading error messages (#...
  • c0b4e9a fix: enable auth testing in CI, add auth rejection tests (#104)
  • e686fad fix(examples): graceful fetch/delete/agent_stats
  • 830c98e ci: add examples integration tests against Docker Dakera (#102)
  • 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.56.
- [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.56)

---
updated-dependencies:
- dependency-name: dakera-client
  dependency-version: 0.11.56
  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 18, 2026
@ferhimedamine
Copy link
Copy Markdown
Contributor

❌ CI failed — dakera-client 0.11.53 → 0.11.56 introduces breaking API changes (Check, Clippy, Test all fail). Closing — Core Engine should create a dedicated PR with the necessary code adaptations for the new client SDK API.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/cargo/dakera-client-0.11.56 branch May 18, 2026 05:58
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