v0.13.1
mahimailabs/voicegatewayv0.13.1Jul 4, 2026by mahimairaja
AI Summary
A maintenance release focusing on improvements to the ClickHouse cost summary functionality.
Key Highlights
- Added `by_project` rollup in the cost summary
New Features
- ClickHouse cost rollup
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.13.1` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.13.1` - `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.13.1 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * feat(clickhouse): by_project rollup in the cost summary by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/65 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.13.0...v0.13.1