v0.25.0
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.25.0mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.25.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.25.0See docs.voicegateway.dev for full documentation.
What's Changed
- Pin what makes talk_over_rate's zero trustworthy (closes #242) by @mahimairaja in #249
- Close a turn on the answer, not on the filler (closes #243) by @mahimairaja in #250
- Say which number answers "what did the caller wait" (closes #244) by @mahimairaja in #251
- Stamp an agent configuration revision on every row (closes #245) by @mahimairaja in #252
- voicegw baseline pin and check: a drift gate for CI (closes #246) by @mahimairaja in #253
- Capture per-tool-call rows from tool_execution_updated (closes #247) by @mahimairaja in #254
- Collapse the four capture flags into one named policy (closes #248) by @mahimairaja in #255
Full Changelog: v0.24.13...v0.25.0