v0.22.1
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.22.1mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.22.1mahimairaja/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.22.1See docs.voicegateway.dev for full documentation.
What's Changed
- Measure network and RTP-port headroom instead of excluding them by @mahimairaja in #205
- Profile by default, judge only when asked by @mahimairaja in #206
- Open the load-test profile with one table a human can decide from by @mahimairaja in #207
- Read each half of the lifecycle pair from the source that has it by @mahimairaja in #208
- Survive a database migrated by a newer build by @mahimairaja in #209
Full Changelog: v0.22.0...v0.22.1