v1.87.1
📦 litellmView on GitHub →
✨ 1 features🐛 1 fixes
Summary
This release focuses on security by introducing cosign signing for all LiteLLM Docker images and backports a critical fix related to session token budget exemptions.
Migration Steps
- Users can now verify Docker image authenticity using the provided cosign commands, either pinning the commit hash (recommended) or using the release tag.
✨ New Features
- LiteLLM Docker images are now signed with cosign for enhanced security verification.
🐛 Bug Fixes
- Backported session-token budget-ceiling exemption fix (from #29612) into the 1.87.x stable branch.