v0.10.0
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.10.0mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.10.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.10.0See docs.voicegateway.dev for full documentation.
What's Changed
- docs(deployment): VPS, Railway, and Fly.io collector guides by @mahimairaja in #45
- feat: one-line collector installer (collector.sh) by @mahimairaja in #46
- feat: nav option B + rename virtual_key to api_key everywhere by @mahimairaja in #47
- feat: branding — wordmark, favicons, docs nav, readme overhaul by @mahimairaja in #48
- feat: added attach by @mahimairaja in #49
- Retire in-tree docs and web site (migrated to voicegateway-web) by @mahimairaja in #50
- Remove stray web/public/_old brand backups by @mahimairaja in #51
- Untrack local voicegw.yaml by @mahimairaja in #52
- docs: bring the Mintlify documentation into the engine repo by @mahimairaja in #54
- feat: OSS multi-tenant foundation + ClickHouse telemetry by @mahimairaja in #53
- feat(collector): opt-in auto-update overlay with rolling Postgres backups by @mahimairaja in #55
- fix(release): pin wheel version from the tag so PyPI accepts it by @mahimairaja in #56
- ci(docker-publish): deselect integration tests in the release gate by @mahimairaja in #58
- ci(docker): native multi-arch build (no QEMU), merge by digest by @mahimairaja in #59
- fix(docker): checkout in the merge job so the README sync finds its file by @mahimairaja in #60
Full Changelog: v0.9.2...v0.10.0