v0.15.0
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.15.0mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.15.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.15.0See docs.voicegateway.dev for full documentation.
What's Changed
- feat(openorca): map sessions to tasks + guardrail events to interventions by @mahimairaja in #68
- feat(openorca): make the intervention-resolve endpoint real (validate + tenant-scope + persist) by @mahimairaja in #69
- feat(console): standalone OpenOrca fleet console served at /console by @mahimairaja in #70
- build(console): bundle the /console SPA in the wheel and Docker image by @mahimairaja in #71
Full Changelog: v0.14.0...v0.15.0