v3.7.0 — audiolla v0.23.1 → v1.0.1 (breaking REST contract migration)
Bumps the audiolla service to v1.0.1 (CPU + CUDA). Upstream's REST
contract changed completely: JSON bodies everywhere, raw bytes only at
PUT /v1/files/{path}, output_path xor output_url required for any
audio-producing endpoint, *_base64 response fields gone.
5 new text-to-audio generation engines added on the CUDA variant
(stable-audio-open, musicgen-small/medium, riffusion, audioldm2).
MusicGen weights are CC-BY-NC — gated behind a new
AUDIOLLA_ENABLE_NONCOMMERCIAL env var; the other three are commercial-
safe or self-hosted-OK without opt-in.
Aigate's smoke tests + docs + MCP fragment descriptions all rewritten
for the new shape. 14/14 tests pass on both CPU and CUDA after the
upgrade.
See CHANGELOG.md for the full details.