Skip to content

v0.8.5

Choose a tag to compare

@github-actions github-actions released this 06 Jun 17:30
· 575 commits to main since this release

Restores the Docker images, which failed to build for v0.8.3 and v0.8.4. The Python package is unchanged from v0.8.4.

Fixed

  • The Docker image builds again. v0.8.3 added a wheel force-include for the Alembic migrations, but neither Dockerfile copied alembic/ and alembic.ini into the builder stage, so pip install failed during metadata generation with Forced include not found: /build/alembic, and the 0.8.3 and 0.8.4 images never published. Both the core and dashboard Dockerfiles now copy the migrations into the builder before installing. PyPI was unaffected (different build path).

Docker users upgrading from 0.8.2 also pick up 0.8.3 and 0.8.4

  • Migrations ship inside the wheel (0.8.3), so storage builds its schema on first run.
  • Quieter embedded logs under attach(), a live dashboard version, a model list filtered to callable providers, and a minimal voicegw init (0.8.4).

Install

pip install voicegateway[server]==0.8.5

The Docker image now publishes as voicegateway:0.8.5, :0.8, and :latest.

Full changelog: https://github.com/mahimailabs/voicegateway/blob/v0.8.5/CHANGELOG.md