v0.19.0

mahimailabs/voicegatewayv0.19.0Jul 19, 2026by mahimairaja

AI Summary

Enhances resource monitoring and refocuses the OSS dashboard on core telemetry. It adds per-worker memory tracking, consolidates metrics into costs, and introduces a dedicated diagnostics page.

Key Highlights

  • Per-worker memory headroom tracking
  • OSS dashboard refocus and redesign
  • Metrics consolidation into costs
  • New Diagnostics page

New Features

  • Per-worker memory headroom
  • OSS dashboard refocus
  • Metrics consolidation
  • Diagnostics page

Full Release Notes

## Docker Images

Published to Docker Hub:

- `mahimairaja/voicegateway:0.19.0`
- `mahimairaja/voicegateway:latest`
- `mahimairaja/voicegateway-dashboard:0.19.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.19.0
```

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


## What's Changed
* feat(fleet): per-worker memory headroom on the roster by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/123
* feat(dashboard): mirror cloud sidebar + worker memory in Agents by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/124
* feat(dashboard): refocus the OSS dashboard (drop provider-era pages, agent model stack, rate-card overrides) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/125
* feat(dashboard): match cloud Monitor (fold Metrics into Costs, drop Logs, Sessions to Calls) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/126
* chore(dashboard): remove the dead /api/logs endpoint by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/127
* feat(dashboard): add Diagnostics page to the OSS dashboard (local single vantage) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/128
* docs(readme): reframe around the voice-agent profiler hook, drop removed inference API by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/129
* docs(readme): fresh dashboard screenshot + on-message banner by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/130
* docs(readme): animate the banner (looping gauge) by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/131
* docs(readme): restore the detailed gauge in the banner by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/132
* docs(brand): restore the detailed gauge banner + add social/OG image by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/133


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.18.0...v0.19.0