v0.24.11
mahimailabs/voicegatewayv0.24.11Aug 11, 2026by mahimairaja
AI Summary
This release updates the PyPI publisher configuration to accept metadata version 2.5, ensuring compatibility with the latest PyPI standards.
Key Highlights
- PyPI publisher updated to accept metadata 2.5
New Features
- PyPI metadata 2.5 compatibility
Full Release Notes
## Docker Images Published to Docker Hub: - `mahimairaja/voicegateway:0.24.11` - `mahimairaja/voicegateway:latest` - `mahimairaja/voicegateway-dashboard:0.24.11` - `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.24.11 ``` See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation. ## What's Changed * Move the PyPI publisher pin so it accepts metadata 2.5 by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/239 **Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.10...v0.24.11