Skip to content

BetterDB Monitor v0.6.1

Choose a tag to compare

@KIvanow KIvanow released this 27 Feb 10:37
· 231 commits to master since this release
78339a8

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 configAvailable capability 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_error telemetry 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