v0.25.0
mahimailabs/voicegatewayv0.25.0Aug 19, 2026by mahimairaja
AI Summary
This version introduces a 'drift gate' for CI, refines turn closing logic, improves agent configuration tracking, and consolidates capture policy flags.
Key Highlights
- New CI drift gate for baseline checks
- Turn closing logic refined to trigger on answer rather than filler
- Agent configuration revision stamping on database rows
- Capture flags consolidated into a single named policy
New Features
- Drift gate for CI
- Turn closing logic improvements
- Agent configuration revision tracking
- Policy flag consolidation
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.25.0` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.25.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.25.0 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Pin what makes talk_over_rate's zero trustworthy (closes #242) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/249 * Close a turn on the answer, not on the filler (closes #243) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/250 * Say which number answers "what did the caller wait" (closes #244) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/251 * Stamp an agent configuration revision on every row (closes #245) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/252 * voicegw baseline pin and check: a drift gate for CI (closes #246) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/253 * Capture per-tool-call rows from tool_execution_updated (closes #247) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/254 * Collapse the four capture flags into one named policy (closes #248) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/255 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.13...v0.25.0