Skip to content

chore(deps): bump dakera-client from 0.11.90 to 0.11.94#106

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

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps dakera-client from 0.11.90 to 0.11.94.

Release notes

Sourced from dakera-client's releases.

v0.11.94

What's Changed

  • fix(tests): remove useless usize >= 0 assertion in test_auth_accepts_valid_key @​ferhimedamine (#138)

Full Changelog: Dakera-AI/dakera-rs@v0.11.93...v0.11.94

v0.11.93

What's Changed

Added

  • ChatMemorySession — new high-level session helper in dakera_client::session. Wraps start_session + store_memory + recall + end_session into the LLM comparison three-step pattern. Uses Arc<DakeraClient> for shared ownership. Exported as dakera_client::ChatMemorySession. Parity with dakera-py and dakera-js. (#135, DAK-6863)

  • DakeraClientBuilder::header() — new method to inject a custom HTTP header into every request. Enables X-Playground-Session and other headers for sandbox isolation or custom routing. (#133, DAK-6806)

Fixed

  • Playground quickstart session isolationexamples/playground/main.rs now uses the header() builder to set X-Playground-Session, isolating sandbox runs from concurrent users. (#133, DAK-6806)

Documentation

  • Completed v0.11.91 CHANGELOG with playground quickstart and bug fix entries. (#134, DAK-6755)

Full Changelog: Dakera-AI/dakera-rs@v0.11.92...v0.11.93

v0.11.92

What's Changed

Added

  • admin_reembed_static_count() — new DakeraClient async method for GET /v1/admin/reembed/static-count (DAK-6781, #131). Returns a StaticCountResponse with the count of static vectors pending ONNX upgrade. A count of 0 means steady state.

Fixed

  • TLS connectivity — replaced invalid rustls-native-certs reqwest feature with rustls-tls-native-roots, enabling native-roots TLS to the playground and production endpoints. Previously the quickstart example failed to connect via HTTPS. (DAK-6764, #130)

  • Sandbox KG-link restriction — playground quickstart now handles the sandbox POST /v1/memories/{id}/links 403 gracefully, printing an informative message instead of panicking. (#128)

Testing

  • Playground integration teststests/playground_integration_test.rs added; covers store, recall, search, and KG-link (graceful on sandbox). Tests skip automatically when DAKERA_TEST_URL is absent. (#129)

Install

[dependencies]
dakera-client = "0.11.92"

... (truncated)

Changelog

Sourced from dakera-client's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.11.93] - 2026-06-16

Added

  • ChatMemorySession — new high-level session helper in dakera_client::session. Wraps start_session + store_memory + recall + end_session into the three-step pattern used by the playground LLM comparison feature. Uses Arc<DakeraClient> for shared ownership. Exported as dakera_client::ChatMemorySession. (DAK-6863, parity with dakera-py/dakera-js, #135)

  • DakeraClientBuilder::header() — new method to inject a custom HTTP header into every request (e.g. X-Playground-Session for sandbox isolation). Chains with the existing builder API. (DAK-6806, #133)

Fixed

  • Playground quickstart session isolationexamples/playground/main.rs now sets X-Playground-Session via the new header() builder, isolating sandbox runs from other concurrent users. (DAK-6806, #133)

[0.11.92] - 2026-06-16

Added

  • admin_reembed_static_count() — new DakeraClient async method for GET /v1/admin/reembed/static-count (v0.11.91+, DAK-6781). Returns a StaticCountResponse with the count of static vectors pending ONNX upgrade. (#131)

Fixed

  • TLS connectivity — replaced invalid rustls-native-certs reqwest feature with rustls-tls-native-roots, enabling native-roots TLS to the playground and production endpoints. Previously the quickstart example failed to connect via HTTPS. (DAK-6764, #130)

  • Sandbox KG-link restriction — playground quickstart now handles the sandbox POST /v1/memories/{id}/links 403 gracefully, printing an informative message instead of panicking. (#128)

Testing

... (truncated)

Commits
  • c351e63 fix(tests): remove useless usize >= 0 assertion in test_auth_accepts_valid_ke...
  • b8e7dae chore(release): v0.11.93 — ChatMemorySession + header() builder
  • f36f8d5 feat(DAK-6863): add ChatMemorySession helper (parity with py/js) (#135)
  • 047ca92 docs(dak6755): complete v0.11.91 CHANGELOG — playground quickstart + bug fixe...
  • 2b195db feat(client): add header() builder method + fix playground quickstart session...
  • 57842b9 chore(release): bump version to 0.11.92 (DAK-6792)
  • 9b1e6eb feat(admin): add admin_reembed_static_count() — GET /v1/admin/reembed/static-...
  • 907a13e fix(deps): use rustls-tls-native-roots instead of rustls-native-certs for TLS...
  • 723fa55 test(integration): playground scenario integration tests (DAK-6752)
  • f1691b7 fix(examples): handle sandbox KG-link restriction gracefully (DAK-6749) (#128)
  • 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.90 to 0.11.94.
- [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.90...v0.11.94)

---
updated-dependencies:
- dependency-name: dakera-client
  dependency-version: 0.11.94
  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 22, 2026
@ferhimedamine

Copy link
Copy Markdown
Contributor

🤖 [Agent: CTO] type:deps — dakera-client 0.11.90→0.11.94 (tracks engine releases). All CI green (Check, Clippy, Format, Test, Integration Test, Security Audit). Merging.

@ferhimedamine ferhimedamine added the agent/cto Reviewed/merged by CTO agent label Jun 22, 2026
@ferhimedamine ferhimedamine merged commit e8a1b4d into main Jun 22, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/dakera-client-0.11.94 branch June 22, 2026 20:49
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