Skip to content

Tags: graph-memory/graphmemory

Tags

v1.9.5

Toggle v1.9.5's commit message
v1.9.5: fix epic→task crash, inline editing, board column height

v1.9.4

Toggle v1.9.4's commit message
fix: resolve merge conflict in cli/index.ts

v1.9.3

Toggle v1.9.3's commit message
v1.9.3: fix epic-task persistence + WebSocket auth redirect

v1.9.2

Toggle v1.9.2's commit message
v1.9.2: UI polish, DnD rewrite, summary dashboard, performance

- Tasks tabs (Summary/List/Board/Epics), summary dashboard with stats
- Board & list DnD rewrite with SortableContext + arrayMove
- Epic selector in forms, inline priority editing
- Attachments in edit forms, two-column epic detail
- React.memo + useCallback + teamMap performance optimizations
- Uppercase labels, vertical FieldRow, context-aware breadcrumbs
- Docker curl healthcheck, remove tag grouping
- Changelog for v1.9.1 and v1.9.2

v1.9.1

Toggle v1.9.1's commit message
fix: npm ci deps

v1.8.2

Toggle v1.8.2's commit message
release: v1.8.2

v1.8.1

Toggle v1.8.1's commit message
fix: enforce ACL on project/workspace listing and stats endpoints

Projects, workspaces, and per-graph stats are now filtered by user
access — denied graphs return null/zero, fully denied projects are
hidden. UI sidebar, dashboard cards, and recent sections respect
graph access. Concurrent 401 refresh requests deduplicated. Bump 1.8.1.

v1.8.0

Toggle v1.8.0's commit message
chore: bump to v1.8.0, audit docs/site/ui-help, rewrite changelog

- Bump version to 1.8.0
- Rewrite changelog: compact user-facing format, v1.5.0+ only, add missing v1.6.0–v1.6.2 and v1.7.1 entries
- Fix maxResults default 20→5 across all docs, site, and ui/help
- Fix scrypt N 16384→65536 in authentication docs
- Fix session timeout 30→60 min in hardening and MCP tools docs
- Fix CORS credentials docs (always on, not off by default)
- Fix Redis config: add enabled, prefix, embeddingCacheTtl fields
- Fix ACL 4-level→5-level across all references
- Fix tool availability: graph-specific requires instead of "Always available"
- Add --debug flag to CLI reference
- Add cancelled to kanban statuses
- Fix embeddings YAML: add server: wrapper
- Fix config keys: embedding.model→model, embedding.codeModel→codeModel in ui/help

v1.7.1

Toggle v1.7.1's commit message
fix: auth redirect loop after login, update docs — bump to v1.7.1

- signin: use full page reload after login so AuthGate re-checks auth
- AuthGate: only include returnUrl for non-root paths (session expiry)
- README: fix redis config format, OAuth endpoint paths, Docker Compose
- example config: add server.redis section, fix scrypt cost
- CLAUDE.md: update test count

v1.7.0

Toggle v1.7.0's commit message
chore: bump to v1.7.0, add Redis to docker-compose, consolidate chang…

…elog