v0.24.10

mahimailabs/voicegatewayv0.24.10Aug 11, 2026by github-actions[bot]

AI Summary

The update corrects the logic for memory usage calculation and prevents unnecessary re-running of scrapes that have already been completed.

Key Highlights

  • Memory usage calculation logic corrected
  • Scrape completion optimization to prevent re-runs

New Features

  • Memory calculation fix
  • Scrape optimization

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* Correct why memory_used_bytes is not floored by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/237
* Do not send an operator to re-run a scrape that was complete by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/238


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.9...v0.24.10