v0.25.6

makeplane/planev0.25.6Aug 21, 2026by mahimairaja

AI Summary

This version addresses billing pricing accuracy by calculating LLM rate rules per leg and improves CI stability by resolving dependencies from the lock file.

Key Highlights

  • Fixed pricing to calculate LLM rate rules per leg instead of summing tokens
  • Resolved CI dependencies from lock files
  • Corrected pricing logic to stop reporting rateless matches as zero

New Features

  • Price LLM rate rules per leg
  • Resolve CI dependencies from lock file
  • Stop reporting rateless catalogue matches as priced zero

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* fix(ci): resolve dependencies from the lock, not from two sources by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/266
* fix(billing): price LLM rate rules per leg instead of summing tokens by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/265
* fix(pricing): stop reporting a rateless catalogue match as a priced zero by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/267


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