Skip to content

Commit ef6b401

Browse files
docs: update CHANGELOG for v0.9.0
Co-authored-by: Ona <no-reply@ona.com>
1 parent c55a1cc commit ef6b401

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
All notable changes to Distill are documented here.
44

5+
## [v0.9.0] - 2026-05-09
6+
7+
### Added
8+
9+
- **Multi-provider embedding support** — Ollama and Cohere alongside OpenAI; `--embedding-provider` flag on all commands (#83)
10+
- **Memory expiry and supersession**`expire` and `supersede` endpoints; TTL via `expires_at`; `include_expired` on recall (#84)
11+
- **Sensitivity tagging** — pattern-based auto-classification for PII, credentials, and internal references; `max_sensitivity` in recall response (#85)
12+
- **Conflict detection on write** — semantically similar but non-duplicate entries flagged in store response (#88)
13+
- **Task-relevance ranking**`boost_tags`, `task_context`, and `min_relevance` on recall (#89)
14+
- **MCP tools**`memory_expire` and `memory_supersede`
15+
16+
### Changed
17+
18+
- README reframed around memory reliability (#86)
19+
20+
### Fixed
21+
22+
- Staticcheck QF1003 lint violation (#87)
23+
524
## [v0.4.0] - 2026-02-24
625

726
### Added

0 commit comments

Comments
 (0)