v0.24.1
mahimailabs/voicegatewayv0.24.1Aug 8, 2026by mahimairaja
AI Summary
Implements core recording capabilities including turn capture and dead-air detection, alongside improvements to shutdown handling and documentation.
Key Highlights
- Implemented end-to-end write path for turn capture
- Implemented producer for dead-air detection
- Improved SQL engine shutdown handling
- Added documentation for new features
New Features
- Turn capture functionality
- Dead-air detection functionality
- SQL engine shutdown improvements
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.1` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.1` - `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.1 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Release the SQL engine on shutdown, and silence one aiosqlite teardown race by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/219 * Give turn capture a write path, end to end by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/220 * Give dead-air detection a producer by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/221 * Document turn capture and dead-air detection by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/222 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.0...v0.24.1