Skip to content

BetterDB-inc/monitor

v0.29.0 Bugfix

This release fixes issues for SREs watching stability and regressions.

Published 6d Monitoring & Metrics
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

prometheus monitoring obsevability redis valkey

Summary

AI summary

Migration 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-section INFO call, which is a Redis 7.0+ / Valkey-only feature - KeyDB and Redis 6.x reject it outright. The monitor now issues one INFO per 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-INFO calls 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

Track BetterDB-inc/monitor

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

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]