v1.82.3.rc.1
📦 litellmView on GitHub →
✨ 5 features🐛 9 fixes🔧 4 symbols
Summary
This release focuses heavily on UI enhancements, including organization and team management features, alongside critical bug fixes related to logging redaction, database migrations, and dependency security updates.
Migration Steps
- If you rely on database migrations succeeding by default, note that database migration failure exit is now opt-in via the --enforce_prisma_migration_check flag.
✨ New Features
- Added Organization Dropdown to Create/Edit Key UI.
- Implemented functionality for Internal Users to Add/Remove Team Membership.
- Modernized the Default Team Settings page and fixed defaults application logic.
- Implemented auto-pagination for daily spend data in the Usage UI.
- Added support for the sagemaker_nova provider for Amazon Nova models on SageMaker.
🐛 Bug Fixes
- Prevented HTTP/SDK clients from being closed on LLMClientCache eviction.
- Fixed 500 error on Tag list endpoint caused by invalid Prisma group_by kwargs.
- Resolved Team Admin 403 error on /user/filter/ui when Org Scope Flag is present.
- Redacted secrets from proxy log output.
- Fixed prisma migrate deploy failures on pre-existing instances.
- Resolved hanging CI tests in custom_httpx test_http_handler.
- Applied Litellm fix for redaction filter logging v2.
- Bumped PyJWT to ^2.12.0 for security reasons.
- Centralized logging update logic to use a single function for updating kwargs.