Skip to content

chore(deps-dev): bump @dakera-ai/dakera from 0.11.54 to 0.11.100#46

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dakera-ai/dakera-0.11.100
Closed

chore(deps-dev): bump @dakera-ai/dakera from 0.11.54 to 0.11.100#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/dakera-ai/dakera-0.11.100

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown

Bumps @dakera-ai/dakera from 0.11.54 to 0.11.100.

Release notes

Sourced from @​dakera-ai/dakera's releases.

v0.11.100

What's Changed

Full Changelog: Dakera-AI/dakera-js@v0.11.99...v0.11.100

v0.11.99

What's Changed

  • test(sdk): verify EmbeddingModel wire values for ModernBERT variants (DAK-7098/7102) @​ferhimedamine (#185)
  • feat(sdk): add modernbert-embed-base + gte-modernbert-base to EmbeddingModel (DAK-7098/7102) @​ferhimedamine (#184)

Full Changelog: Dakera-AI/dakera-js@v0.11.98...v0.11.99

v0.11.98

What's Changed

Dependencies

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

v0.11.97

What's Changed

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

v0.11.96

What's Changed

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

Release v0.11.95

What's Changed

... (truncated)

Changelog

Sourced from @​dakera-ai/dakera's changelog.

[0.11.100] - 2026-06-26

Changed

  • fix(changelog): correct reranker model org and version in CE-13 CHANGELOG entry (#186, #187)

[0.11.99] - 2026-06-24

Added

  • EmbeddingModel'modernbert-embed-base' and 'gte-modernbert-base' — two new union members matching server DAK-7098/DAK-7102: modernbert-embed-base (768d, MRL, 8192 tokens) and gte-modernbert-base (768d, MTEB retrieval 64.38). Pass via model in TextUpsertOptions and TextQueryOptions.

[0.11.98] - 2026-06-23

Fixed

  • adminTtlCleanup() — add missing binding for POST /v1/admin/ttl/cleanup; previous callers received a 404 silently. (DAK-7069, #181)
  • Key management routes — fix createKey, listKeys, getKey, deleteKey, deactivateKey, rotateKey, getKeyUsage to use /admin/keys instead of the incorrect /v1/keys path. (DAK-7066, #182)

[0.11.97] - 2026-06-21

Fixed

  • Admin route prefix — migrate extended ops routes from /admin/* to the canonical /v1/admin/* prefix for consistency with server API. (DAK-7027, #174)

Internal

  • Add integration tests for ChatMemorySession. (#173)

[0.11.96] - 2026-06-16

Added

  • ChatMemorySession — new convenience helper class for the LLM chat comparison pattern used by the playground (DAK-6846, #172). Wraps startSession / storeMemory / recall / endSession into a clean async API:

    import { DakeraClient, ChatMemorySession } from '@dakera-ai/dakera';

... (truncated)

Commits
  • 75d1353 Merge pull request #188 from Dakera-AI/fix/bump-version-dak7230
  • 9d25707 chore: bump version to 0.11.100, add CHANGELOG entry (fix DAK-7230)
  • 822c28c fix(changelog): correct reranker model ref and version in CE-13 entry (#187)
  • 9772367 docs: update CE-13 reranker model name to bge-reranker-v2-m3 (CE-C) (#186)
  • 428255b test(sdk): verify EmbeddingModel wire values for ModernBERT variants (DAK-709...
  • 630dc04 feat(sdk): add modernbert-embed-base + gte-modernbert-base to EmbeddingModel ...
  • 35699f3 chore: bump version to 0.11.98, add CHANGELOG entries (#183)
  • dc6ea6c fix(DAK-7066): use /admin/keys instead of /v1/keys for key management (#182)
  • 97424f2 chore(deps-dev): bump @​types/node from 25.9.3 to 26.0.0 (#180)
  • 1647ed0 chore(deps-dev): bump typescript-eslint from 8.61.1 to 8.62.0 (#179)
  • 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-ai/dakera](https://github.com/dakera-ai/dakera-js) from 0.11.54 to 0.11.100.
- [Release notes](https://github.com/dakera-ai/dakera-js/releases)
- [Changelog](https://github.com/Dakera-AI/dakera-js/blob/main/CHANGELOG.md)
- [Commits](Dakera-AI/dakera-js@v0.11.54...v0.11.100)

---
updated-dependencies:
- dependency-name: "@dakera-ai/dakera"
  dependency-version: 0.11.100
  dependency-type: direct:development
  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 javascript Pull requests that update javascript code labels Jul 1, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Author

Superseded by #49.

@dependabot dependabot Bot closed this Jul 8, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dakera-ai/dakera-0.11.100 branch July 8, 2026 16:14
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants