From 1390ae8e18308ad9b70bc87da08233e5664c3988 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Sat, 26 Apr 2025 18:53:58 -0700 Subject: [PATCH] docs(index.md): cleanup doc --- docs/my-website/release_notes/v1.67.4-stable/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/my-website/release_notes/v1.67.4-stable/index.md b/docs/my-website/release_notes/v1.67.4-stable/index.md index f3082e80642..7b1eb9b85bc 100644 --- a/docs/my-website/release_notes/v1.67.4-stable/index.md +++ b/docs/my-website/release_notes/v1.67.4-stable/index.md @@ -93,6 +93,8 @@ pip install litellm==1.67.4.post1 - **User Info Panel**: Added a new user information pane [PR](https://github.com/BerriAI/litellm/pull/10213) + - View teams, keys, models associated with User + - Edit user role, model permissions @@ -121,8 +123,8 @@ pip install litellm==1.67.4.post1 #### UI Authentication & Security - **Required Authentication**: Authentication now required for all dashboard pages [PR](https://github.com/BerriAI/litellm/pull/10229) - **SSO Fixes**: Fixed SSO user login invalid token error [PR](https://github.com/BerriAI/litellm/pull/10298) -- **Encrypted Tokens**: Moved UI to encrypted token usage [PR](https://github.com/BerriAI/litellm/pull/10302) -- **Token Expiry**: Added token expiry logic to user dashboard [PR](https://github.com/BerriAI/litellm/pull/10250) +- [BETA] **Encrypted Tokens**: Moved UI to encrypted token usage [PR](https://github.com/BerriAI/litellm/pull/10302) +- **Token Expiry**: Support token refresh by re-routing to login page (fixes issue where expired token would show a blank page) [PR](https://github.com/BerriAI/litellm/pull/10250) #### UI General fixes - **Fixed UI Flicker**: Addressed UI flickering issues in Dashboard [PR](https://github.com/BerriAI/litellm/pull/10261)