v0.24.2
mahimailabs/voicegatewayv0.24.2Aug 9, 2026by mahimairaja
AI Summary
Adjusts how turn boundaries are determined to rely strictly on the state events emitted by the LiveKit service.
Key Highlights
- Turn boundary logic updated to use LiveKit state events
New Features
- LiveKit state event integration for turn boundaries
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.2` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.2` - `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.2 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Drive turn boundaries from the state events LiveKit actually emits by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/223 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.1...v0.24.2