v0.8.5
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-includefor the Alembic migrations, but neither Dockerfile copiedalembic/andalembic.iniinto the builder stage, sopip installfailed during metadata generation withForced 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 minimalvoicegw 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