Skip to content

v0.19.0

Choose a tag to compare

@mahimairaja mahimairaja released this 19 Jul 19:11
· 388 commits to main since this release

Docker Images

Published to Docker Hub:

  • mahimairaja/voicegateway:0.19.0
  • mahimairaja/voicegateway:latest
  • mahimairaja/voicegateway-dashboard:0.19.0
  • 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.19.0

See docs.voicegateway.dev for full documentation.

What's Changed

  • feat(fleet): per-worker memory headroom on the roster by @mahimairaja in #123
  • feat(dashboard): mirror cloud sidebar + worker memory in Agents by @mahimairaja in #124
  • feat(dashboard): refocus the OSS dashboard (drop provider-era pages, agent model stack, rate-card overrides) by @mahimairaja in #125
  • feat(dashboard): match cloud Monitor (fold Metrics into Costs, drop Logs, Sessions to Calls) by @mahimairaja in #126
  • chore(dashboard): remove the dead /api/logs endpoint by @mahimairaja in #127
  • feat(dashboard): add Diagnostics page to the OSS dashboard (local single vantage) by @mahimairaja in #128
  • docs(readme): reframe around the voice-agent profiler hook, drop removed inference API by @mahimairaja in #129
  • docs(readme): fresh dashboard screenshot + on-message banner by @mahimairaja in #130
  • docs(readme): animate the banner (looping gauge) by @mahimairaja in #131
  • docs(readme): restore the detailed gauge in the banner by @mahimairaja in #132
  • docs(brand): restore the detailed gauge banner + add social/OG image by @mahimairaja in #133

Full Changelog: v0.18.0...v0.19.0