From 8afd07ef6b6a9a35d79b17084ee83b9d4c171a2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 04:27:31 +0000 Subject: [PATCH] chore(main): release 3.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d1328ca..4191c88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "3.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b40c715..79a6a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.0.0](https://github.com/OscillateLabsLLC/engram/compare/v2.7.0...v3.0.0) (2026-07-08) + + +### ⚠ BREAKING CHANGES + +* removes the add_knowledge and link_episodes MCP tools and the knowledge/entities/episode_links tables. A startup drop-migration removes the tables from existing databases. + +### Features + +* retire the knowledge-graph surface (triples, entities, episode links) ([918ae7d](https://github.com/OscillateLabsLLC/engram/commit/918ae7d1b864375fe941d8a2e37e8f2941e1cc48)) + + +### Bug Fixes + +* **shutdown:** bound graceful drain — SSE clients hang shutdown until SIGKILL ([a118796](https://github.com/OscillateLabsLLC/engram/commit/a11879620933004f3b38e566163ed39487a6f13f)) +* **shutdown:** bound graceful drain so SSE clients cannot hang shutdown ([e9fd618](https://github.com/OscillateLabsLLC/engram/commit/e9fd618b5109db2bd4c23e5a86966697dfaa4666)) + ## [2.7.0](https://github.com/OscillateLabsLLC/engram/compare/v2.6.2...v2.7.0) (2026-07-07)