v0.25.8

altic-dev/FluidVoicev0.25.8Aug 22, 2026by mahimairaja

AI Summary

This release updates Docker images for multiple architectures and introduces a feature to track turns for metered calls, alongside a storage fix to return revisions on request rows.

Key Highlights

  • Docker images published to Docker Hub for gateway and dashboard
  • Record which turn a metered call belongs to
  • Fix to return revision on request rows and guard the read list

New Features

  • Record which turn a metered call belongs to

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.25.8`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.25.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.25.8
```

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


## What's Changed
* feat(cost): record which turn a metered call belongs to by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/272
* fix(storage): return revision on request rows, and guard the read list by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/273


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.25.7...v0.25.8