v0.23.0
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.23.0mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.23.0mahimairaja/voicegateway-dashboard:latest
Built for linux/amd64 and linux/arm64.
Quick Start
docker run -p 8080:8080 \
-v $(pwd)/voicegw-data:/data \
mahimairaja/voicegateway:0.23.0See docs.voicegateway.dev for full documentation.
What's Changed
- fix(doctor): a slow provider API crashed the command instead of timing out by @mahimairaja in #215
- Fold three top-level directories into deploy/ and tools/ by @mahimairaja in #214
- feat(attach): wire state snapshots, so the replay tables stop being empty by @mahimairaja in #216
- feat(api): expose the per-room latency split over HTTP by @mahimairaja in #217
Full Changelog: v0.22.3...v0.23.0