v0.24.12

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

AI Summary

A minor patch release that pins the behavior of import warnings on idle nodes to ensure consistent warning suppression across environments.

Key Highlights

  • Import warning behavior stabilized on idle nodes

New Features

  • Import warning handling fix

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* Pin the import warning's silence on an idle node by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/240


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.24.11...v0.24.12