v0.6.0

mahimailabs/voicegatewayv0.6.0May 12, 2026by mahimairaja

AI Summary

Adds voice-specific guardrails to the system to improve safety and compliance during voice interactions.

Key Highlights

  • Implementation of voice-specific guardrails.
  • Focus on safety and compliance within voice sessions.

New Features

  • Voice-specific guardrails implementation

Full Release Notes

## Docker Images

Published to Docker Hub:

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

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


## What's Changed
* feat: Implement voice-specific guardrails by @mahimairaja in https://github.com/mahimailabs/voicegateway/pull/20


**Full Changelog**: https://github.com/mahimailabs/voicegateway/compare/v0.5.0...v0.6.0