v0.11.1

mahimailabs/voicegatewayv0.11.1Jul 3, 2026by mahimairaja

AI Summary

Bug fixes for API key creation and tenant ID handling during call attachment.

Key Highlights

  • Fix API key creation using RETURNING id
  • Fix tenant_id carry-over during attach

New Features

  • API key fix
  • Tenant ID fix

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* fix(api-keys): use RETURNING id so key creation works on Postgres by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/61
* fix(attach): carry per-call tenant_id on the remote wire via metadata by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/62


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.11.0...v0.11.1