v0.24.8
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.24.8mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.24.8mahimairaja/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.24.8See docs.voicegateway.dev for full documentation.
What's Changed
- Take the return-to-baseline levels as medians, not one sample each by @mahimairaja in #233
- Anchor the baseline and settle windows to the run by @mahimairaja in #234
- Fix/settle median by @mahimairaja in #235
- Make the node_samples retention window configurable by @mahimairaja in #232
Full Changelog: v0.24.7...v0.24.8