v0.24.4
mahimailabs/voicegatewayv0.24.4Aug 9, 2026by mahimairaja
AI Summary
Database schema changes to improve data handling by expanding column types to support larger time values and switching from uptime to epoch timestamps.
Key Highlights
- Expanded timestamp columns to BIGINT
- Switched from storing uptime to epoch timestamps
Breaking Changes
- Database schema updated: timestamp columns now store epoch instead of uptime
New Features
- Schema improvements for millisecond columns
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.4` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.4` - `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.4 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Widen turns and dead_air_events millisecond columns to BIGINT, and store epoch not uptime by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/225 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.3...v0.24.4