v0.14.0
mahimailabs/voicegatewayv0.14.0Jul 5, 2026by mahimairaja
AI Summary
Adds backend support for live agent visibility in the OpenOrca console and documents the fleet worker heartbeat contract to reconcile rosters.
Key Highlights
- Live agent-visibility backend for the OpenOrca console
- Fleet worker heartbeat contract documentation
New Features
- Live agent visibility backend
- Heartbeat contract documentation
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.14.0` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.14.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.14.0 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * feat(fleet): live agent-visibility backend for the OpenOrca console by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/66 * docs(architecture): fleet worker heartbeat contract (reconcile the two rosters) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/67 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.13.1...v0.14.0