This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryAdded inheritance, implementation, and mixin relationship tracking for all supported languages.
Full changelog
🚀 What's New
Extends / Implements / With Relations
Previously get_related_symbols only tracked calls and imports. Now it also captures inheritance and implementation relationships across all 7 supported languages:
| Language | extends | implements | with/mixin |
|----------|:-------:|:----------:|:----------:|
| Dart | ✅ | ✅ | ✅ |
| Java | ✅ | ✅ | — |
| TypeScript | ✅ | ✅ | — |
| JavaScript | ✅ | — | — |
| Python | ✅ | — | — |
| Rust | — | ✅ (impl trait) | — |
| Go | — | — | — |
All Tree-sitter patterns verified against node-types.json grammars.
Bug Fixes
- Fix serde RELATE conflict —
from_symbol/to_symbolno longer overwrite SurrealDB's auto-generatedin/outfields duringRELATEcommands (skip_serializingadded)
Tests
- New
test_dart_extends_implements— verifies extends, implements, and mixin patterns - 73 tests passing
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About pomazanbohdan/memory-mcp-1file
A self-contained Memory server with single-binary architecture (embedded DB & models, no dependencies). Provides persistent semantic and graph-based memory for AI agents.
Related context
Beta — feedback welcome: [email protected]