Skip to content

Commit e1fbb85

Browse files
committed
v1.9.3: fix epic-task persistence + WebSocket auth redirect
1 parent 2d38560 commit e1fbb85

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphmemory/server",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"description": "MCP server for semantic graph memory from markdown files",
55
"main": "dist/cli/index.js",
66
"bin": {

site/src/pages/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ description: Graph Memory release history and version changes.
55

66
# Changelog
77

8+
## v1.9.3
9+
10+
**March 2026**
11+
12+
### Fixes
13+
14+
- **Epic-task links lost on restart**`linkTaskToEpic`/`unlinkTaskFromEpic` used `mirrorTaskUpdate` instead of `mirrorTaskRelation`, so `belongs_to` events were never written to `events.jsonl`; on restart the relation was replayed without the link and `syncRelationsFromFile` removed it
15+
- **WebSocket false auth redirect** — WS reconnect blindly called `/api/auth/refresh` on every close; when auth is not configured or the server is briefly down, this triggered a redirect to login. Now checks `/api/auth/status` first and only triggers auth failure when auth is truly required and refresh fails
16+
17+
---
18+
819
## v1.9.2
920

1021
**March 2026**

0 commit comments

Comments
 (0)