v0.24.8

mahimailabs/voicegatewayv0.24.8Aug 11, 2026by mahimairaja

AI Summary

This release improves baseline calculation accuracy by using medians for return-to-baseline levels and anchors windows to the run, while also making retention windows configurable.

Key Highlights

  • Baseline calculation now uses medians
  • Baseline and settle windows anchored to the run
  • Node samples retention window made configurable

New Features

  • Median-based baseline calculation
  • Window anchoring logic
  • Configurable retention windows

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.24.8`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.24.8`
- `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.8
```

See [docs.voicegateway.dev](https://docs.voicegateway.dev) for full documentation.


## What's Changed
* Take the return-to-baseline levels as medians, not one sample each by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/233
* Anchor the baseline and settle windows to the run by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/234
* Fix/settle median by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/235
* Make the node_samples retention window configurable by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/232


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.7...v0.24.8