v0.24.0

mahimailabs/voicegatewayv0.24.0Aug 8, 2026by mahimairaja

AI Summary

A documentation restructure release organizing content by stack layers and fixing inaccuracies discovered during the rewrite.

Key Highlights

  • Restructured documentation by stack layer axis
  • Fixed inaccuracies proven wrong during the rewrite

New Features

  • Documentation restructure

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* Restructure the docs onto the stack-layer axis, and fix what the rewrite proved wrong by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/218


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.23.0...v0.24.0