Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion src/content/docs/docs/development/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ All notable releases for **AutoMem** (the memory server) and **MCP AutoMem** (th

---

## July 2026

### 0.16.1 · Recall & Admin Bug Fixes
**2026-07-07**

A patch release hardening recall and the admin surface. Admin repair endpoints now reject placeholder-provider fallback and use real provider embeddings instead. Memory writes require confirmed graph commits before returning success. Recall over-fetches vector candidates and excludes artifact types, widens context-tag candidate fetch, and preserves the metadata sidecar budget and vector fetch limit floor. Consolidation sync ignores `MetaPattern` artifacts when checking for drift. See [What's New](/docs/whats-new/).

---

## June 2026

### 0.16.0 · Recall Ranking Overhaul
Expand Down Expand Up @@ -53,7 +62,7 @@ Optimized relationship taxonomy for cleaner graph traversal. LoCoMo cat5 multi-h
Complete OpenClaw plugin rewrite — native MCP integration and new skill setup. Split global vs. project rules for Cursor. Hook stdin parsing with truncation guards and dedup checks.

### 0.14.0 · Docker & Hardened Deployments
**2026-03-08**
**2026-03-07**

Official Docker build workflow. `QDRANT_HOST` + `QDRANT_PORT` for flexible Qdrant config. Stateless MCP bridge transport for resilient connections. Consolidation overhaul: reduced decay rate, importance floor, archived memory filtering. Voyage AI set as recommended embedding default.

Expand Down