Skip to content

Commit 1c4754d

Browse files
committed
release: v1.8.2
1 parent d176edb commit 1c4754d

3 files changed

Lines changed: 16 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.8.1",
3+
"version": "1.8.2",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ description: Graph Memory release history and version changes.
55

66
# Changelog
77

8+
## v1.8.2
9+
10+
**March 2026**
11+
12+
### Fixes
13+
14+
- **Session expiry — 403 instead of 401** — access cookie `maxAge` now matches refresh token TTL so the browser delivers expired JWT cookies to the server; auth middleware returns 401 (triggering client-side refresh) instead of falling through to anonymous 403
15+
- **Client-side session refresh**`checkAuthStatus()`, file uploads, attachment images/downloads, and WebSocket reconnect all handle 401→refresh→retry; previously only `request()` wrapper did
16+
- **WebSocket reconnect on server restart** — WS reconnect now distinguishes network errors (server down → exponential backoff retry) from auth rejection (→ redirect to login); previously any failure kicked to login
17+
- **CLI password input visibility**`users add` command no longer echoes password to terminal
18+
19+
---
20+
821
## v1.8.1
922

1023
**March 2026**

0 commit comments

Comments
 (0)