Skip to content

Releases: BerriAI/litellm

v1.83.5-nightly

08 Apr 04:31
62757ff

Choose a tag to compare

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. Every release is signed with the same key introduced in commit 0112e53.

Verify using the pinned commit hash (recommended):

A commit hash is cryptographically immutable, so this is the strongest way to ensure you are using the original signing key:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/0112e53046018d726492c814b3644b7d376029d0/cosign.pub \
  ghcr.io/berriai/litellm:v1.83.5-nightly

Verify using the release tag (convenience):

Tags are protected in this repository and resolve to the same key. This option is easier to read but relies on tag protection rules:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.83.5-nightly/cosign.pub \
  ghcr.io/berriai/litellm:v1.83.5-nightly

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed

Full Changelog: v1.83.1-nightly...v1.83.5-nightly

v1.82.3.dev.7

07 Apr 01:10
e3d7412

Choose a tag to compare

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. To verify the integrity of an image before deploying:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.82.3.dev.7/cosign.pub \
  ghcr.io/berriai/litellm:v1.82.3.dev.7

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

Full Changelog: v1.82.3.dev.5...v1.82.3.dev.7

v1.82.3.dev.6

06 Apr 18:54
e3d7412

Choose a tag to compare

Verify Docker Image Signature

All LiteLLM Docker images are signed with cosign. To verify the integrity of an image before deploying:

cosign verify \
  --key https://raw.githubusercontent.com/BerriAI/litellm/v1.82.3.dev.6/cosign.pub \
  ghcr.io/berriai/litellm:v1.82.3.dev.6

Expected output:

The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

Full Changelog: v1.82.3.dev.5...v1.82.3.dev.6

v1.83.1-nightly

03 Apr 05:24
d4a3a5e

Choose a tag to compare

This release was from the LiteLLM team. We are testing out a new signing process and it is safe to use.

This was a test release from us and co sign verify will not work for this release as we are testing a new cosign workflow from us.

v1.83.0-nightly

31 Mar 21:49
f0518c1

Choose a tag to compare

Verifying the Docker Image

cosign verify --insecure-ignore-tlog=true --key https://raw.githubusercontent.com/BerriAI/litellm/main/cosign.pub \
  ghcr.io/berriai/litellm:v1.83.0-nightly

Output:

Verification for ghcr.io/berriai/litellm:v1.83.0-nightly --
The following checks were performed on each of these signatures:
  - The cosign claims were validated
  - The signatures were verified against the specified public key

What's Changed

New Contributors

Full Changelog: v1.82.6.dev2...v1.83.0-nightly

v1.82.6.rc.2

24 Mar 03:39

Choose a tag to compare

v1.82.6.dev2

24 Mar 04:25
14fffc2

Choose a tag to compare

What's Changed

  • fix(proxy): post-call guardrail response not captured for logging by @michelligabriele in #23910
  • feat(prometheus): include spend_logs_metadata in custom labels by @krrishdholakia in #24434
  • feat(proxy): add project_alias tracking in callbacks by @krrishdholakia in #24432

Full Changelog: v1.82.5.dev.1...v1.82.6.dev2

v1.82.3-stable.patch.2

24 Mar 06:10

Choose a tag to compare

What's Changed

  • fix: don't close HTTP/SDK clients on LLMClientCache eviction by @ishaan-jaff in #22926
  • [Feature] UI - Keys: Add Organization Dropdown to Create/Edit Key by @yuneng-jiang in #23595
  • [Test] UI - Add Unit Tests for 5 Untested Components by @yuneng-jiang in #23607
  • [Feature] UI - Internal Users: Add/Remove Team Membership by @yuneng-jiang in #23638
  • [Feature] UI - Default Team Settings: Modernize page and fix defaults application by @yuneng-jiang in #23614
  • [Fix] Tag list endpoint 500 from invalid Prisma group_by kwargs by @yuneng-jiang in #23606
  • [Feature] UI - Usage: Auto-paginate daily spend data by @yuneng-jiang in #23622
  • [Infra] Merge internal dev 3/13 with main by @yuneng-jiang in #23658
  • feat: add sagemaker_nova provider for Amazon Nova models on SageMaker by @ryanh-ai in #21542
  • [Fix] Team Admin 403 on /user/filter/ui With Org Scope Flag by @yuneng-jiang in #23671
  • fix: redact secrets from proxy log output by @ryan-crabbe in #23668
  • fix: prisma migrate deploy failures on pre-existing instances by @krrishdholakia in #23655
  • [Fix] Hanging CI Tests in custom_httpx test_http_handler by @yuneng-jiang in #23674
  • Add CodSpeed continuous performance benchmarks by @codspeed-hq[bot] in #23676
  • [Infra] Merge internal dev with main by @yuneng-jiang in #23654
  • Litellm fix redaction filter logging v2 by @ryan-crabbe in #23667
  • [Fix] Bump PyJWT to ^2.12.0 for Security by @yuneng-jiang in #23678
  • Root cause fix - migrate all logging update to use 1 function - for centralized kwarg updates by @krrishdholakia in #23659
  • fix: make db migration failure exit opt-in via --enforce_prisma_migration_check by @krrishdholakia in #23675
  • [Infra] Optimize CI Pipeline by @yuneng-jiang in #23721

New Contributors

  • @codspeed-hq[bot] made their first contribution in #23676

Full Changelog: v1.82.0.patch5...v1.82.3-stable.patch.2

v1.82.3-stable.patch.1

24 Mar 03:33

Choose a tag to compare

What's Changed

  • fix: don't close HTTP/SDK clients on LLMClientCache eviction by @ishaan-jaff in #22926
  • [Feature] UI - Keys: Add Organization Dropdown to Create/Edit Key by @yuneng-jiang in #23595
  • [Test] UI - Add Unit Tests for 5 Untested Components by @yuneng-jiang in #23607
  • [Feature] UI - Internal Users: Add/Remove Team Membership by @yuneng-jiang in #23638
  • [Feature] UI - Default Team Settings: Modernize page and fix defaults application by @yuneng-jiang in #23614
  • [Fix] Tag list endpoint 500 from invalid Prisma group_by kwargs by @yuneng-jiang in #23606
  • [Feature] UI - Usage: Auto-paginate daily spend data by @yuneng-jiang in #23622
  • [Infra] Merge internal dev 3/13 with main by @yuneng-jiang in #23658
  • feat: add sagemaker_nova provider for Amazon Nova models on SageMaker by @ryanh-ai in #21542
  • [Fix] Team Admin 403 on /user/filter/ui With Org Scope Flag by @yuneng-jiang in #23671
  • fix: redact secrets from proxy log output by @ryan-crabbe in #23668
  • fix: prisma migrate deploy failures on pre-existing instances by @krrishdholakia in #23655
  • [Fix] Hanging CI Tests in custom_httpx test_http_handler by @yuneng-jiang in #23674
  • Add CodSpeed continuous performance benchmarks by @codspeed-hq[bot] in #23676
  • [Infra] Merge internal dev with main by @yuneng-jiang in #23654
  • Litellm fix redaction filter logging v2 by @ryan-crabbe in #23667
  • [Fix] Bump PyJWT to ^2.12.0 for Security by @yuneng-jiang in #23678
  • Root cause fix - migrate all logging update to use 1 function - for centralized kwarg updates by @krrishdholakia in #23659
  • fix: make db migration failure exit opt-in via --enforce_prisma_migration_check by @krrishdholakia in #23675
  • [Infra] Optimize CI Pipeline by @yuneng-jiang in #23721

New Contributors

  • @codspeed-hq[bot] made their first contribution in #23676

Full Changelog: v1.82.0.patch5...v1.82.3-stable.patch.1

v1.82.6.dev1

23 Mar 17:45

Choose a tag to compare