v0.25.7

feyninc/pulpiev0.25.7Aug 21, 2026by mahimairaja

AI Summary

This release focuses on billing and reconciliation improvements, including gating model enablement on declared rates and allowing rate rules to specify operator payments. It also updates documentation to describe the fourth pricing state.

Key Highlights

  • Documentation update describing the fourth pricing state everywhere it is listed
  • Billing feature to gate model enablement on a declared rate
  • Billing feature allowing rate rules to set what the operator pays
  • Reconciliation feature to name what a flagged row's disagreement is about

New Features

  • Gate model enablement on a declared rate
  • Let a rate rule set what the operator pays
  • Name what a flagged row's disagreement is about

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* docs: describe the fourth pricing state everywhere it is listed by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/268
* feat(billing): gate model enablement on a declared rate, and list the gaps by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/269
* feat(billing): let a rate rule set what the operator pays by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/270
* feat(reconcile): name what a flagged row's disagreement is about by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/271


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