From f4a2143b82499ab7812a92b24cc8e292b8a26764 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 23 Dec 2024 21:43:47 -0800 Subject: [PATCH] update release notes --- docs/my-website/release_notes/v1.55.10/index.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/my-website/release_notes/v1.55.10/index.md b/docs/my-website/release_notes/v1.55.10/index.md index 1f1e794659bc..60dce1332ed9 100644 --- a/docs/my-website/release_notes/v1.55.10/index.md +++ b/docs/my-website/release_notes/v1.55.10/index.md @@ -2,7 +2,7 @@ import Image from '@theme/IdealImage'; # v1.55.10 -`batches`, `guardrails`, `cost tracking`, `logging` +`batches`, `guardrails`, `team management`, `custom auth` @@ -15,7 +15,20 @@ Track cost, usage for Batch Creation Jobs. [Start here](https://docs.litellm.ai/ Show available guardrails to users. [Start here](https://litellm-api.up.railway.app/#/Guardrails) -## + +## ✨ Allow teams to add models + +This enables team admins to call their own finetuned models via litellm proxy. [Start here](https://docs.litellm.ai/docs/proxy/team_model_add) + + +## ✨ Common checks for custom auth + +Calling the internal common_checks function in custom auth is now enforced as an enterprise feature. This allows admins to use litellm's default budget/auth checks within their custom auth implementation. [Start here](https://docs.litellm.ai/docs/proxy/virtual_keys#custom-auth) + + +## ✨ Assigning team admins + +Team admins is graduating from beta and moving to our enterprise tier. This allows proxy admins to allow others to manage keys/models for their own teams (useful for projects in production). [Start here](https://docs.litellm.ai/docs/proxy/virtual_keys#restricting-key-generation)