v0.24.6
mahimailabs/voicegatewayv0.24.6Aug 10, 2026by mahimairaja
AI Summary
A maintenance release involving documentation refreshes and specific logic corrections regarding capacity handling and lifecycle gate reporting in the dashboard.
Key Highlights
- Leaned README and refreshed dashboard screenshots
- Fixed per-node capacity logic for parallel generators
- Clarified lifecycle gate measurements
New Features
- Capacity handling logic update
- Lifecycle gate reporting update
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.6` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.6` - `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.6 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Lean the README, refresh the dashboard screenshot by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/227 * Refuse a per-node capacity when the rows are parallel generators by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/228 * Say what the lifecycle gate measured, not what it inferred by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/229 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.5...v0.24.6