v0.8.0
mahimailabs/voicegatewayv0.8.0Jun 5, 2026by mahimairaja
AI Summary
Introduces fleet collector operational hardening, including a wire protocol, on-ramp, dashboard views, and features like rate limiting, retention, and windowed rollup.
Key Highlights
- Fleet collector Phase 1 (wire/on-ramp) and Phase 2 (dashboard) implemented.
- Operational hardening including rate limits, retention, and worker wiring.
- CI fixes for auto-publishing to PyPI on tag push.
New Features
- Fleet collector infrastructure
- Per-agent dashboard views and health monitoring
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.8.0` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.8.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.8.0 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * ci: publish to PyPI on tag push (fix auto-publish) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/30 * fix+refactor: stabilize flaky tests and remove dead staleness code by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/31 * feat: fleet collector Phase 1 - the wire and the on-ramp by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/32 * feat: fleet dashboard Phase 2 - per-agent views, filter, and health by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/33 * Fleet Phase 3: collector operational hardening (rate limit, retention, windowed rollup, worker wiring) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/34 * docs(changelog): v0.8.0 fleet operational hardening by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/35 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.7.0...v0.8.0