This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
Summary
AI summaryMigration analysis no longer fails with ERR syntax error when using KeyDB or Redis < 7.
Full changelog
Migration now works with KeyDB and Redis <7 sources.
Fixes
- KeyDB → Valkey (and any Redis <7) migration analysis no longer fails with
ERR syntax error. The analysis probed the source with a single multi-sectionINFOcall, which is a Redis 7.0+ / Valkey-only feature - KeyDB and Redis 6.x reject it outright. The monitor now issues oneINFOper section (universal across every Redis/Valkey/KeyDB version), so migration analysis runs cleanly against KeyDB, Redis 6, and other forks. The fix is in the shared database adapter, so it benefits any feature that inspects a KeyDB/Redis-6 source — not just migration.
⬆ Upgrade notes
- Fully backwards compatible, no config changes. Single-section and full-
INFOcalls are unchanged; only multi-section requests changed (identical parsed output on Valkey/Redis 7, and now also working on older servers). Hot metric-polling paths are untouched. - Docker:
betterdb/monitor:0.29.0
Full Changelog: https://github.com/BetterDB-inc/monitor/compare/v0.28.0...v0.29.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]