v0.24.9
mahimailabs/voicegatewayv0.24.9Aug 11, 2026by mahimairaja
AI Summary
This patch prevents the system from failing over nodes when a counter change cannot be expressed, improving overall system stability.
Key Highlights
- Node failure prevention on counter overflow/underflow
New Features
- Node stability improvement
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.9` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.9` - `mahimairaja/voicegateway-dashboard:latest` Built for `linux/amd64` and `linux/arm64`. ## Quick Start ```bash docker run -p 8080:8080 \ -v $(pwd)/voicegw-data:/data \ mahimairaja/voicegateway:0.24.9 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Do not fail a node over a change its counter cannot express by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/236 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.8...v0.24.9