Releases: Dakera-AI/dakera-cli
Releases · Dakera-AI/dakera-cli
v0.6.0
What's Changed (v0.5.5 → v0.6.0)
Features
- CLI maturity overhaul — aligned output tables, progress bars, retry logic, verbose logging (#73)
- Added
dk text— full-text BM25 search across memories - Added
dk admin— cluster administration, caching, backups, and server configuration
Commands Removed (streamlining)
- Removed
dk analytics— consolidated into admin diagnostics - Removed
dk ops— consolidated into admin operations - Removed
dk vector— low-level vector ops removed (usedk memoryinstead)
Testing
- Expanded test coverage: 3 → 47+ integration tests with httpmock + live container CI (#74)
- Added
text.rscommand tests with proper auth
Security
- Fixed auth header gaps in removed commands (admin.rs, vector.rs)
- Hardened
.gitignorewith secrets exclusions (#66) - Replaced non-existing security@dakera.ai with GitHub Security Advisories (#69)
- Added
SECURITY.mdsecurity policy
CI & Distribution
- Added crates.io keywords and categories for distribution (#57, #61)
- Fixed Security Audit ARM64 failure — switched to cacheable cargo-audit (#72)
- Added CODEOWNERS for automated PR review routing
- Enforced LF line endings for cross-platform compatibility
Documentation
- README fully rewritten — polished onboarding flow, all commands documented, stale sections removed
- Added "Run Dakera" onboarding section (#63)
- Updated LoCoMo benchmark score reference (87.6%)
- Added CI, version, and license badges (#65)
- Added dakera.ai docs badge and early access CTA (#68)
- Updated tool count from 83 to 14 core tools (86+ via profiles)
Community
- Added community health files — contributing guide, issue templates, code of conduct (#64)
Dependencies
- Bumped dakera-client from 0.11.36 to 0.11.53
- Bumped tokio from 1.52.1 to 1.52.3
- Bumped assert_cmd from 2.2.1 to 2.2.2
- Updated Cargo.lock patch dependencies (#56)
Full Changelog: v0.5.5...v0.6.0
v0.5.5
dakera-cli v0.5.5
Changes
- fix: dakera-client 0.9→0.11 API compatibility (SessionEndResponse field path)
- deps: tokio 1.37→1.52, thiserror 1.0→2.0, dirs 5.0→6.0, 5 other dep bumps
- ci: fix x86_64-apple-darwin release builds on ARM64 runners (zigbuild + explicit rustup target add)
18 commits since v0.5.4.
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- ci: remove obsolete SSH agent setup from all jobs by @ferhimedamine in #30
- chore(deps): Bump rand from 0.9.2 to 0.9.4 by @dependabot[bot] in #29
- fix(deps): rustls-webpki 0.103.10→0.103.12 security patch (GHSA-xgp8-3hg3-c2mh, GHSA-965h-392x-2mh5) by @ferhimedamine in #32
- chore(release): bump version to v0.5.4 by @ferhimedamine in #33
New Contributors
- @dependabot[bot] made their first contribution in #29
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
Added
- Integration test harness: 7 tests covering health, namespace list, and namespace policy get/set using
httpmock+assert_cmd(DAK-1492)
CI
- Add
cargo-auditCVE scanning to CI pipeline — runs on every push and PR (#26) - Skip
cargo-auditinstallation when binary already exists on self-hosted runner (#27)
Changed
- Updated README to reflect open-core product model and current platform positioning (#28)
v0.5.2
What's Changed
- docs: add dk init getting-started section and improve description by @ferhimedamine in #21
- feat(cli-2): add dk namespace policy get/set + bump dakera-client 0.8→0.9 by @ferhimedamine in #22
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- ci(release): handle already-published error for cargo publish idempotency by @ferhimedamine in #19
- chore(release): bump version to v0.5.1 by @ferhimedamine in #20
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
Added
dk ops stats— new subcommand that callsGET /v1/ops/statsand displays server version, state, total vectors, namespace count, and uptime (DAK-918)- Bumps
dakera-client 0.6.2 → 0.8.6to accessDakeraClient::ops_stats()andOpsStats
CI
v0.4.1
Changes
CI
- Add
deploy-binaryjob to release workflow — attaches compiled binaries as release assets (INFRA-1) - SHA-pin
webfactory/ssh-agentin CI and release workflows — supply chain security hardening
Changed
- Reposition product messaging as AI agent memory platform (DAK-729)
v0.4.0
What's Changed
- feat(cli): structured errors, dry-run flags, help polish — v0.4.0 (CE-2) by @ferhimedamine in #9
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
Changed
- Bumped
dakera-clientdependency from0.2.0→0.6for SDK parity with v0.6.1. No functional changes — all existing CLI operations are compatible. Picks up improvements from SDK v0.3.0–v0.6.1 (typedEmbeddingModel,ServerErrorCode,configure_namespace, SSE events, cross-agent network types).
Full Changelog: https://github.com/Dakera-AI/dakera-cli/blob/main/CHANGELOG.md