Skip to content

v0.0.24

Choose a tag to compare

@github-actions github-actions released this 24 Jul 17:28
· 8 commits to main since this release
6bcccf1

VoidLLM 0.0.24

Fixes

  • Deleted names can be reused. Deleting a model, user, organization, team, or deployment now frees its name, email, or slug immediately. Previously the soft-deleted record kept the value, so re-creating a model under a previously used name failed with a conflict - as did re-inviting a deleted user's email or re-provisioning a deleted SSO identity. The migration also unblocks values held by records deleted before this fix, so existing installations need no manual cleanup. Thanks to @Frog-Lover-Antony for the report and for tracking the root cause down to the database constraint. (#172)

Security

  • Dependency updates addressing security advisories.

Documentation

  • Logging configuration (logging.level, logging.format) is now documented, including how to enable debug logs. (#177)

Upgrading

Nothing to do. The migration runs automatically; skipping versions is supported.

Docker: ghcr.io/voidmind-io/voidllm:0.0.24