Change8

v1.83.3.rc.1

📦 litellmView on GitHub →
6 features🐛 11 fixes🔧 12 symbols

Summary

This release introduces Docker image signature verification via cosign and adds significant features for team management, including project-level guardrails and enhanced UI controls for keys and rate limits. Numerous bug fixes address issues across the UI, proxy, and agent integrations.

Migration Steps

  1. Users deploying LiteLLM Docker images should verify image signatures using the provided cosign commands (recommended using the pinned commit hash) to ensure image integrity.

✨ New Features

  • Added support for project-level guardrails in the proxy.
  • Implemented UI support for adding and managing guardrails in project create/edit forms.
  • Enabled resolution of access group resources in team endpoints.
  • Exposed Azure Entra ID credential fields in the provider form UI.
  • Added per-model rate limits configuration to team edit/info views in the UI.
  • Enabled adding team guardrails directly from the UI.

🐛 Bug Fixes

  • Fixed wiring of the team_id filter to the key alias dropdown on the Virtual Keys tab in the UI.
  • Added paginated team search functionality to the usage page filter in the UI.
  • Allowed changing the team organization from team settings in the UI.
  • Preserved the JSON-RPC envelope for AgentCore A2A-native agents.
  • Prevented injection of empty vector_store_ids: [] when editing a model in the UI.
  • Fixed an issue causing a 500 error during Team Model Update due to an unsupported Prisma JSON Path Filter.
  • Fixed team model group name routing.
  • Fixed MCP Toolsets and GCP Caching issues.
  • Applied cherry-pick for tag query fix and MCP metadata support.
  • Fixed usage export display to use entity key.
  • Ensured enterprise hooks are loaded in the non-root runtime Docker image.

Affected Symbols