Skip to content

v0.25.8

Choose a tag to compare

@mahimairaja mahimairaja released this 22 Aug 02:32
· 46 commits to main since this release
a03afa5

Docker Images

Published to Docker Hub:

  • mahimairaja/voicegateway:0.25.8
  • mahimairaja/voicegateway:latest
  • mahimairaja/voicegateway-dashboard:0.25.8
  • mahimairaja/voicegateway-dashboard:latest

Built for linux/amd64 and linux/arm64.

Quick Start

docker run -p 8080:8080 \
  -v $(pwd)/voicegw-data:/data \
  mahimairaja/voicegateway:0.25.8

See docs.voicegateway.dev for full documentation.

What's Changed

  • feat(cost): record which turn a metered call belongs to by @mahimairaja in #272
  • fix(storage): return revision on request rows, and guard the read list by @mahimairaja in #273

Full Changelog: v0.25.7...v0.25.8