Skip to content

chore(deps): bump dakera-client from 0.11.94 to 0.11.98#110

Merged
ferhimedamine merged 1 commit into
mainfrom
dependabot/cargo/dakera-client-0.11.98
Jul 2, 2026
Merged

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

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps dakera-client from 0.11.94 to 0.11.98.

Release notes

Sourced from dakera-client's releases.

v0.11.98

What's Changed

Full Changelog: Dakera-AI/dakera-rs@v0.11.97...v0.11.98

v0.11.97

What's Changed

  • feat(sdk): add ModernBERT embedding model variants to EmbeddingModel (DAK-7098/7102) @​ferhimedamine (#149)

Full Changelog: Dakera-AI/dakera-rs@v0.11.96...v0.11.97

v0.11.96

What's Changed

Full Changelog: Dakera-AI/dakera-rs@v0.11.95...v0.11.96

v0.11.95

What's Changed

Dependencies

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

Changelog

Sourced from dakera-client's changelog.

[0.11.98] - 2026-06-26

Changed

  • changelog: document serde wire-value fix in v0.11.97 entry (#150)

[0.11.97] - 2026-06-24

Added

  • EmbeddingModel::ModernBertEmbedBase / EmbeddingModel::GteModernBertBase — add two new embedding model variants matching server DAK-7098/DAK-7102: "modernbert-embed-base" (768d, MRL, 8192 tokens) and "gte-modernbert-base" (768d, MTEB retrieval 64.38). Callers can now pass these models via TextUpsertOptions::with_model() and TextQueryOptions::with_model().

Fixed

  • EmbeddingModel serde wire-value bug#[serde(rename_all = "kebab-case")] derived incorrect JSON strings: GteModernBertBase serialized to "gte-modern-bert-base" (extra hyphen) instead of the server's expected "gte-modernbert-base", and ModernBertEmbedBase serialized to "modern-bert-embed-base" instead of "modernbert-embed-base". Requests using these model variants would have been silently rejected by the server. Replaced with explicit #[serde(rename = "gte-modernbert-base")] and #[serde(rename = "modernbert-embed-base")] attributes on both variants. Adds two serialization roundtrip tests to guard against regression. (#149)

[0.11.96] - 2026-06-24

Fixed

  • Exported admin types — six types implemented in admin.rs were missing from the public crate API: TtlCleanupRequest, TtlCleanupResponse, TtlStats, TtlStatsResponse, ClearCacheRequest, ClearCacheResponse. Users calling ttl_cleanup() or cache_clear() could not name the return type in their code. (DAK-7103, #147)
  • ttl_cleanup() test coverage — adds two unit tests (namespace-scoped and global) to close the coverage gap vs py/js/go SDK parity. (DAK-7103, #147)

[0.11.95] - 2026-06-23

Fixed

  • admin_cache_warm() — add missing binding for POST /v1/admin/cache/warm; the method was present in the other SDKs but absent here. (DAK-7069, #145)
Commits
  • 53377d2 Merge pull request #151 from Dakera-AI/fix/bump-version-dak7230
  • 97056c2 chore: bump version to 0.11.98, add CHANGELOG entry (fix DAK-7230)
  • bb73186 changelog: add serde wire-value fix to v0.11.97 entry (#150)
  • 8bce9e8 feat(sdk): add ModernBERT embedding model variants to EmbeddingModel (DAK-709...
  • 7767b90 chore: bump version to 0.11.96, add CHANGELOG entries (#148)
  • 30cf39d fix(sdk): export missing admin types + add ttl_cleanup tests (DAK-7103) (#147)
  • df4cb1f chore: bump version to 0.11.95, add CHANGELOG entries (#146)
  • 705c350 chore(deps): bump actions/checkout from 6 to 7 (#144)
  • d090811 fix(admin): add missing cache_warm binding for POST /v1/admin/cache/warm (DAK...
  • e1b27ff fix: playground badge URL → dakera.ai/playground (#143)
  • 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.94 to 0.11.98.
- [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.94...v0.11.98)

---
updated-dependencies:
- dependency-name: dakera-client
  dependency-version: 0.11.98
  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 29, 2026
@ferhimedamine ferhimedamine added the agent/cto Reviewed/merged by CTO agent label Jul 2, 2026
@ferhimedamine

Copy link
Copy Markdown
Contributor

🤖 [Agent: CTO] Merge Review — APPROVED

Classification: type:deps (Dependabot dependency bump)
Change: dakera-client 0.11.94 → 0.11.98
CI: All 6 checks GREEN (Check, Clippy, Format, Integration Test, Security Audit, Test)
Risk: Low — keeps CLI in sync with latest dakera-client

Merging.

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

CTO approved — deps bump, all CI green.

@ferhimedamine ferhimedamine merged commit 670bdff into main Jul 2, 2026
6 checks passed
@dependabot dependabot Bot deleted the dependabot/cargo/dakera-client-0.11.98 branch July 2, 2026 00:34
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