v1.83.12-nightly
📦 litellmView on GitHub →
✨ 2 features🐛 6 fixes🔧 3 symbols
Summary
This release introduces Docker image signing via Cosign for enhanced security and adds support for the moonshot/kimi-k2.6 model. It also includes several infrastructure updates and bug fixes related to spend tracking and Docker builds.
Migration Steps
- Users running LiteLLM Docker images should verify image integrity using the provided cosign commands, preferably using the pinned commit hash for maximum security.
✨ New Features
- Added support for moonshot/kimi-k2.6 model to the model registry.
- Introduced LiteLLM adaptive routing capabilities.
🐛 Bug Fixes
- Fixed Docker issue by restoring the pre-uv Prisma cache path.
- Addressed Bedrock guardrail spend logs: fixed hook mode, redaction matching, and streaming request_data handling.
- Stabilized flaky spend accuracy tests and patched a Redis buffer data-loss path.
- Fixed router behavior: ensured wildcard order falls back correctly to higher-order deployments.
- In non-root Docker builds, changed the numeric UID to 65534 for K8s runAsNonRoot compliance.
- Stabilized spend accuracy test transport flakes.