v0.16.0
mahimailabs/voicegatewayv0.16.0Jul 8, 2026by mahimairaja
AI Summary
Adds granular telemetry capabilities by allowing the tracking of per-call channels and per-session requests.
Key Highlights
- Per-call channel tracking
- Per-session requests tracking
New Features
- Per-call channel telemetry
- Per-session requests tracking
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.16.0` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.16.0` - `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.16.0 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * feat(telemetry): per-call channel + a per-session requests read by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/72 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.15.0...v0.16.0