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 compilation lifetime issues and eliminated KV cache contamination across embedding passes for Qwen3Model.

Full changelog

🐛 Bug Fixes

  • Embedding Engine (Definitive KV Cache Fix): The previous workaround for the Qwen3Model KV cache accumulation (using VarBuilder::clone()) caused compilation lifetimes issues. This release introduces the ultimate and correct fix. We added a local patch for candle-transformers v0.9.2 via [patch.crates-io] to expose clear_kv_cache() as a pub fn directly on the base Qwen3Model.
  • The engine now elegantly and explicitly calls model_mut.clear_kv_cache() before each independent forward pass (both in single and batched embedding generation), completely eliminating the shape mismatch in broadcast_add panic and preventing cross-contamination between texts.

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

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]