v0.25.2

mahimailabs/voicegatewayv0.25.2Aug 19, 2026by mahimairaja

AI Summary

The update enhances baseline tracking by recording source data and rejecting mismatches, while also adding a new route for tool-call ingestion and ensuring forward compatibility.

Key Highlights

  • Baseline now records source and refuses mismatches
  • New tool-calls ingest route added
  • Forward compatibility is pinned

New Features

  • Baseline source tracking
  • Tool-calls ingest route

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* Baseline records its source, and check refuses a mismatch by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/257
* Add the tool-calls ingest route, and pin forward compatibility by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/258


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.25.1...v0.25.2