Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: Dakera-AI/dakera-go

v0.11.90

13 Jun 08:52
@github-actions github-actions
6db506f
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v0.11.89...v0.11.90

Contributors

ferhimedamine
Assets 2
Loading

v0.11.89

11 Jun 18:55
@ferhimedamine ferhimedamine
f811edd
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed since v0.11.83

v0.11.85 (2026年06月05日)

Added

  • HealthResponse.BuildSha — new string field (JSON: build_sha, omitempty) on HealthResponse, populated since server v0.11.84. Contains the git commit SHA baked into the server binary; useful for verifying the expected commit is running after a hotfix rollout. Empty string on older server versions.

Server compatibility: tracks Dakera server v0.11.84–v0.11.85.

  • v0.11.84: Entity vector search for temporal BM25 queries (automatic routing, no client changes); reranker queues callers under load; build_sha added to /health.
  • v0.11.85: Server-side fetch-n env knobs — no client API changes.

v0.11.89 (2026年06月11日)

Server compatibility: tracks Dakera server v0.11.86–v0.11.89.

  • v0.11.86: CE-OVERHAUL safe subset — RRF single-modality virtual ranking, temporal date-range inference, cross-session entity bridging. All engine-internal; no client API changes required.
  • v0.11.87: Honor cross-session fetch_n override in session-scoped recall path — inert for SDK consumers; server-side env knob only.
  • v0.11.88: Opt-in CE-31 sentence decomposition on batch ingest (DAKERA_BATCH_SENTENCE_DECOMP server env) — no client API changes.
  • v0.11.89: List-aware CE-31 decomposition + hardened supersession demotion, both inert-by-default server-side env flags — no client API changes.

Updated test mock server versions to v0.11.89 for accurate integration testing.

CI

  • Sync PRs: #104 (v0.11.85 + HealthResponse.BuildSha), #105 (v0.11.89 + mock versions)

No breaking changes. Existing API calls work unchanged.

Full Changelog: https://github.com/dakera-ai/dakera-go/blob/main/CHANGELOG.md

Loading

v0.11.83

04 Jun 19:10
@ferhimedamine ferhimedamine
b3fac5b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

dakera-go v0.11.83

Sync release with dakera server v0.11.83 (8-version bump from v0.11.75).

Features

  • AdminDrainReembed() — new admin method to trigger a full re-embedding pass on all stored memories. Useful after model swaps or embedding pipeline upgrades to ensure vector consistency without data loss. (DAK-6326)

Changes Since v0.11.75

  • sync: bump to v0.11.83, add AdminDrainReembed() (DAK-6326) (#103) (b3fac5b)

Upgrade

go get github.com/dakera-ai/dakera-go@v0.11.83

Full Changelog

v0.11.75...v0.11.83

Loading

v0.11.75

31 May 00:34
@ferhimedamine ferhimedamine
0011310
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Features

  • StoreMemoriesBatch(): New batch memory store method for Go SDK — write multiple memories in a single API call, reducing latency for bulk operations. Brings parity with dakera-rs v0.11.57 (DAK-5508) (#101, 7c15e6c)

Documentation

  • Unified LoCoMo benchmark score to 88.2% across SDK READMEs (b70dee4)
  • Backfilled CHANGELOG entries for v0.11.57 (store_memories_batch backport context) and v0.11.75 (#102, 0011310)

Full diff: v0.11.57...v0.11.75 — 4 commits

Loading

v0.11.57

28 May 17:20
@ferhimedamine ferhimedamine
e15eeb9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • feat(DAK-5508): add StoreMemoriesBatch() — parity with dakera-rs v0.11.57 @ferhimedamine (#100)
  • fix: align README default port with deploy docs (3300 → 3000) @ferhimedamine (#99)
  • fix: replace api.dakera.ai with localhost:3300 in README @ferhimedamine (#98)

Dependencies

Full Changelog: v0.11.56...v0.11.57

Contributors

ferhimedamine
Loading

v0.11.56

17 May 17:44
@ferhimedamine ferhimedamine

Choose a tag to compare

What's Changed

  • fix: update LoCoMo badge 87.6% → 87.8% by @ferhimedamine in #85
  • ci: add examples integration tests against Docker Dakera by @ferhimedamine in #86
  • fix: use default embedding model in advanced example by @ferhimedamine in #87
  • fix: enable auth testing in CI, fix error handling by @ferhimedamine in #88
  • fix: remove hallucinated Fetch() call and misleading error messages by @ferhimedamine in #89
  • fix: remove client.Delete() — vector delete endpoint returns 404 on v0.11.55 by @ferhimedamine in #90
  • fix: correct vector Delete() URL path by @ferhimedamine in #91
  • fix: fulltext Document field 'Content' → 'Text' to match server by @ferhimedamine in #92
  • feat: engine parity — health probes, vector bulk ops, consolidation, namespace config by @ferhimedamine in #93
  • sync: Phase 3 engine parity — 11 new endpoints by @ferhimedamine in #94
  • tests: comprehensive coverage for all 177 SDK methods by @ferhimedamine in #95
  • docs: add v0.11.55 CHANGELOG — breaking Alpha→VectorWeight + nil-opts fix by @ferhimedamine in #96

Full Changelog: v0.11.55...v0.11.56

Contributors

ferhimedamine
Loading

v0.11.55

17 May 07:31
@ferhimedamine ferhimedamine
cb26084
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

Full Changelog: v0.11.54...v0.11.55

Contributors

ferhimedamine
Loading

v0.11.54

13 May 09:55
@ferhimedamine ferhimedamine
91b7ac9
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

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-go/blob/main/CHANGELOG.md

Loading

v0.11.53

08 May 14:45
@ferhimedamine ferhimedamine

Choose a tag to compare

What's Changed

Version bump to match server v0.11.53. No SDK API surface changes — this release tracks server-side improvements.

Server Improvements (v0.11.52–v0.11.53)

  • CE-106: Entity+year co-occurrence BM25 boost for Cat2 multi-hop queries×ばつ2.0 BM25 multiplier applied when entity+year pair detected in multi-hop queries. Full 1540Q bench: Overall 87.4%, Cat3 68.5% — all gates passed.
  • CE-94: Tighten temporal-inference centroid — 12 new time-bounded factual patterns; Cat2 false-positive temporal-gate rate reduced from 15.6% to 0.9%.
  • CE-86: Multiplicative post-reranker temporal scaling (+2.2pp Cat3); complete recall/search metrics coverage.
  • Distribution week 1 — crates.io metadata, MCP Registry workflow, Docker Hub workflow.

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

Loading

v0.11.51

06 May 11:26
@ferhimedamine ferhimedamine
34316bf
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

  • chore: add dependabot.yml by @ferhimedamine in #65
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #66
  • chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #67
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.11.1 by @dependabot[bot] in #68
  • sync: v0.11.46 — add ArrayContains filter helpers and string op constants (CE-79) by @ferhimedamine in #69
  • sync: v0.11.51 — add AdminFulltextReindex (CE-54) by @ferhimedamine in #70

New Contributors

Full Changelog: v0.11.36...v0.11.51

Contributors

ferhimedamine and dependabot
Loading
Previous 1 3 4 5 6
Previous

AltStyle によって変換されたページ (->オリジナル) /