v0.0.23
VoidLLM 0.0.23
A maintenance release. No new features, no configuration changes, nothing to do on upgrade.
Fixes
- The Playground keeps the model you selected when you switch to another tab and back, instead of resetting it to that tab's first model. (#170)
Security
- Two advisories in the frontend build toolchain were closed. Neither affected the shipped binary or the container image. (#163, #165)
- Workflow tokens are scoped more tightly: every CI job now runs with only the permissions it declares for itself. (#168)
Dependencies
- Go: fiber 3.3.0, grpc 1.81.1, modernc.org/sqlite 1.52.0, pgx 5.10.0, otel 1.44.0, x/net 0.55.0, x/crypto 0.52.0 (#161)
- Base images: alpine 3.24, node 24 LTS. CI now builds the UI on the same runtime as the release image, so the two cannot drift apart. (#164)
- GitHub Actions: checkout v7, codecov-action v7, setup-go v7, setup-qemu-action v4.1.0, codeql-action v4. (#162, #167)
- Frontend: react 19.2.7, @tanstack/react-query 5.101.4, vite 8.1.5, eslint 10.7.0. (#163, #165, #170)
Upgrading
Nothing to do. Schema migrations are applied automatically and are tracked individually rather than by version, so skipping releases is supported - upgrading directly from 0.0.21 does the same work as upgrading from 0.0.22.
Docker: ghcr.io/voidmind-io/voidllm:0.0.23