v0.23.0

mahimailabs/voicegatewayv0.23.0Aug 8, 2026by mahimairaja

AI Summary

A major feature release including directory restructuring, state snapshot wiring for the attach feature, and exposing per-room latency metrics via the API.

Key Highlights

  • Directory structure reorganized into deploy/ and tools/
  • State snapshots wired for attach feature
  • New API endpoint for per-room latency split

Breaking Changes

  • Directory structure reorganized into deploy/ and tools/

New Features

  • State snapshot wiring
  • Per-room latency API endpoint

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.23.0`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.23.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.23.0
```

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


## What's Changed
* fix(doctor): a slow provider API crashed the command instead of timing out by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/215
* Fold three top-level directories into deploy/ and tools/ by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/214
* feat(attach): wire state snapshots, so the replay tables stop being empty by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/216
* feat(api): expose the per-room latency split over HTTP by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/217


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