BetterDB Monitor v0.6.1
Bug Fix
- Handle disabled CONFIG command on managed Redis services (#32) Detects CONFIG availability at connect time and skips config change monitoring when the command is unavailable (e.g. AWS ElastiCache, Google Cloud Memorystore). Adds
configAvailablecapability flag to the database adapter interface.
New Feature
- Report startup errors to entitlement server (#33) Captures fatal errors within the first 60 seconds of process lifetime and sends them as
startup_errortelemetry events. Categorizes errors into connection_refused, port_in_use, auth_failed, timeout, storage_init, and config_invalid. Also reports non-fatal Valkey/Redis connection failures from ConnectionRegistry. Startup error telemetry bypasses the telemetry opt-out to ensure visibility into why users hit errors and bail.
What's Changed
- fix: handle disabled CONFIG command on managed Redis services (#27) by @KIvanow in #32
- feat: report startup errors to entitlement server within first 60s by @KIvanow in #33
Full Changelog: v0.6.0...v0.6.1