Skip to content

This release fixes issues for SREs watching stability and regressions.

Published 3mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Fixed crash caused by Qwen3 KV cache accumulating tokens across sequential embedding requests.

Full changelog

🐛 Bug Fixes

  • Embedding Engine (Qwen3 KV Cache): Fixed a crash (Embedding error: shape mismatch in broadcast_add) that occurred when generating multiple embeddings sequentially. The Qwen3 KV cache was accumulating tokens across independent requests. Since clear_kv_cache is private in candle-transformers 0.9.2, this is resolved by retaining the configuration and VarBuilder in memory, and reconstructing a fresh Qwen3Model instance for each forward pass. Because VarBuilder uses Arc under the hood, this reconstruction is virtually instant (zero-copy) and completely prevents cross-contamination of embeddings.

Full Changelog: https://github.com/pomazanbohdan/memory-mcp-1file/compare/v0.4.3...v0.4.4

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

Track pomazanbohdan/memory-mcp-1file

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]