v0.25.5

diegosouzapw/OmniRoutev0.25.5Aug 21, 2026by mahimairaja

AI Summary

Adds a troubleshooting page for cloud rows not appearing, addressing issue #174 to help users resolve data visibility issues.

Key Highlights

  • Added a 'Cloud rows-not-appearing' troubleshooting page
  • Corrects documentation for the missing rows feature

New Features

  • Cloud rows-not-appearing troubleshooting page

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* Add a Cloud rows-not-appearing page, corrected (closes #174) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/263


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.25.4...v0.25.5