This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed background embedding errors by updating type casting from type::thing() to (type::record(...)) for SurrealDB v3 compatibility.
Full changelog
🚀 Memory MCP v0.5.11: Final SurrealDB Compatibility Fix
🐛 Critical Bug Fix
- SurrealDB v3 API Method Update: In SurrealDB v3.0, the type casting function
type::thing()was renamed back totype::record(). Previous versions attempted to fix parser errors by switching totype::thing, which threw runtime errors in the background embedding worker. - This release correctly uses
(type::record(...))(wrapped in parentheses) across allUPDATE,WHEREandRELATEqueries. - Result: Background embeddings are now 100% stable and error-free on SurrealDB v3.
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]