This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryUpdates retrieval, mcp, and agent-cache across a mixed release.
Full changelog
Streaming responses are now cached. The Vercel AI SDK adapter implements wrapStream alongside wrapGenerate, so streamText calls hit the cache too - on a miss the streamed text is accumulated and stored on finish; on a hit it's replayed instantly (marked providerMetadata.agentCache.hit). Tool-call streams are left uncached, store happens asynchronously so it never blocks the caller-facing stream, and upstream errors pass through untouched. No breaking changes; requires ai ^6.0.135.
npm install @betterdb/[email protected]
What's Changed
- feat(retrieval): LongMemEval lever ablation foundation by @jamby77 in https://github.com/BetterDB-inc/monitor/pull/284
- feat(retrieval): structured context assembly (Issue 1) by @jamby77 in https://github.com/BetterDB-inc/monitor/pull/285
- feat(retrieval): query-time temporal resolver (Issue 2, slim) by @jamby77 in https://github.com/BetterDB-inc/monitor/pull/287
- fix(mcp): pass section param through to info endpoint by @AruneshDwivedi in https://github.com/BetterDB-inc/monitor/pull/280
- fix(mcp): report package version from metadata by @RitwijParmar in https://github.com/BetterDB-inc/monitor/pull/222
- feat(agent-cache/ai): cache streaming LLM responses via wrapStream by @amitkojha05 in https://github.com/BetterDB-inc/monitor/pull/262
- chore(agent-cache): release v0.11.0 (streaming cache) + fix TS build by @KIvanow in https://github.com/BetterDB-inc/monitor/pull/306
New Contributors
- @AruneshDwivedi made their first contribution in https://github.com/BetterDB-inc/monitor/pull/280
- @RitwijParmar made their first contribution in https://github.com/BetterDB-inc/monitor/pull/222
Full Changelog: https://github.com/BetterDB-inc/monitor/compare/agent-cache-v0.10.0...agent-cache-v0.11.0
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 BetterDB-inc/monitor
Valkey-first observability with Redis compatibility. Query real-time metrics, analyze slow commands, detect hot keys, and investigate performance issues directly from AI coding assistants.
Related context
Related tools
Earlier breaking changes
- vagent-cache-py-v0.7.0 Cache keys changed for tool-using requests on the LlamaIndex adapter; existing cached entries will miss once after upgrade.
- vagent-cache-v0.7.0 Cache keys for tool-using requests changed on Vercel and LlamaIndex adapters; existing entries become one-time misses.
- vagent-v1.5.0 TLS is now mandatory; agent exits with error if `--valkey-tls true` is not set for IAM auth mode.
Beta — feedback welcome: [email protected]