-
Notifications
You must be signed in to change notification settings - Fork 0
Releases: Dakera-AI/dakera-go
v0.11.90
6db506f What's Changed
- sync: bump to v0.11.90 (DAK-6570) @ferhimedamine (#108)
- chore: embed founder ORCID in LICENSE + SECURITY.md + license-integrity workflow @ferhimedamine (#107)
- feat: add T-I-F reliability helpers (TifScore, EvaluateTif) @ferhimedamine (#106)
Full Changelog: v0.11.89...v0.11.90
Assets 2
v0.11.89
f811edd What's Changed since v0.11.83
v0.11.85 (2026年06月05日)
Added
HealthResponse.BuildSha— newstringfield (JSON:build_sha,omitempty) onHealthResponse, 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_shaadded 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_noverride 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_DECOMPserver 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
No breaking changes. Existing API calls work unchanged.
Full Changelog: https://github.com/dakera-ai/dakera-go/blob/main/CHANGELOG.md
Assets 2
v0.11.83
b3fac5b 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
Upgrade
go get github.com/dakera-ai/dakera-go@v0.11.83
Full Changelog
Assets 2
v0.11.75
0011310 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
Assets 2
v0.11.57
e15eeb9 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
- chore(deps): bump release-drafter/release-drafter from 6 to 7 @dependabot[bot] (#97)
Full Changelog: v0.11.56...v0.11.57
Assets 2
v0.11.56
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
Assets 2
v0.11.55
cb26084 What's Changed
- docs: add Run Dakera onboarding section to README by @ferhimedamine in #72
- chore: enhance CONTRIBUTING.md — security reporting section (DAK-4722) by @ferhimedamine in #73
- docs: add CI, version, and license badges by @ferhimedamine in #74
- docs: fix broken README Quick Start by @ferhimedamine in #75
- fix: harden .gitignore with secrets exclusions by @ferhimedamine in #76
- docs: add dakera.ai backlinks + early access CTA (DAK-5057) by @ferhimedamine in #78
- chore: .github audit improvements — DAK-5054 by @ferhimedamine in #79
- docs: overhaul README — logo, Why Dakera, ecosystem context, resources by @ferhimedamine in #80
- fix(ci): switch to GitHub-hosted runners for reliable CI by @ferhimedamine in #82
- fix: replace non-existing security@dakera.ai with GH Security Advisories by @ferhimedamine in #81
- feat: Docker integration tests in CI (DAK-5082) by @ferhimedamine in #83
- feat: rename Alpha→VectorWeight, fix nil-opts wire format bug by @ferhimedamine in #84
Full Changelog: v0.11.54...v0.11.55
Assets 2
v0.11.54
91b7ac9 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
Assets 2
v0.11.53
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
Assets 2
v0.11.51
34316bf 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
- @dependabot[bot] made their first contribution in #66
Full Changelog: v0.11.36...v0.11.51