@@ -163,8 +163,8 @@ pip install litellm==1.77.7.rc.1
163
163
#### Features
164
164
165
165
- ** Virtual Keys**
166
- - Fix Session Token Cookie Infinite Logout Loop - [ PR #15146 ] ( https://github.com/BerriAI/litellm/pull/15146 )
167
166
- Ensure LLM_API_KEYs can access pass through routes - [ PR #15115 ] ( https://github.com/BerriAI/litellm/pull/15115 )
167
+ - Support 'guaranteed_throughput' when setting limits on keys belonging to a team - [ PR #15120 ] ( https://github.com/BerriAI/litellm/pull/15120 )
168
168
169
169
- ** Models + Endpoints**
170
170
- Ensure OCI secret fields not shared on /models and /v1/models endpoints - [ PR #15085 ] ( https://github.com/BerriAI/litellm/pull/15085 )
@@ -175,9 +175,34 @@ pip install litellm==1.77.7.rc.1
175
175
- Ensure OTEL settings are saved in DB after set on UI - [ PR #15118 ] ( https://github.com/BerriAI/litellm/pull/15118 )
176
176
- Top api key tags - [ PR #15151 ] ( https://github.com/BerriAI/litellm/pull/15151 ) , [ PR #15156 ] ( https://github.com/BerriAI/litellm/pull/15156 )
177
177
178
- #### Bugs
178
+ - ** MCP**
179
+ - show health status of MCP servers - [ PR #15185 ] ( https://github.com/BerriAI/litellm/pull/15185 )
180
+ - allow setting extra headers on the UI - [ PR #15185 ] ( https://github.com/BerriAI/litellm/pull/15185 )
181
+ - allow editing allowed tools on the UI - [ PR #15185 ] ( https://github.com/BerriAI/litellm/pull/15185 )
182
+
183
+ ### Bug Fixes
184
+
185
+ - ** Virtual Keys**
186
+ - (security) prevent user key from updating other user keys - [ PR #15201 ] ( https://github.com/BerriAI/litellm/pull/15201 )
187
+ - (security) don't return all keys with blank key alias on /v2/key/info - [ PR #15201 ] ( https://github.com/BerriAI/litellm/pull/15201 )
188
+ - Fix Session Token Cookie Infinite Logout Loop - [ PR #15146 ] ( https://github.com/BerriAI/litellm/pull/15146 )
189
+
190
+ - ** Models + Endpoints**
191
+ - Make UI theme settings publicly accessible for custom branding - [ PR #15074 ] ( https://github.com/BerriAI/litellm/pull/15074 )
192
+
193
+ - ** Teams**
194
+ - fix failed copy to clipboard for http ui - [ PR #15195 ] ( https://github.com/BerriAI/litellm/pull/15195 )
195
+
196
+ - ** Logs**
197
+ - fix logs page render logs on filter lookup - [ PR #15195 ] ( https://github.com/BerriAI/litellm/pull/15195 )
198
+ - fix lookup list of end users (migrate to more efficient /customers/list lookup) - [ PR #15195 ] ( https://github.com/BerriAI/litellm/pull/15195 )
199
+
200
+ - ** Test key**
201
+ - update selected model on key change - [ PR #15197 ] ( https://github.com/BerriAI/litellm/pull/15197 )
202
+
203
+ - ** Dashboard**
204
+ - Fix LiteLLM model name fallback in dashboard overview - [ PR #14998 ] ( https://github.com/BerriAI/litellm/pull/14998 )
179
205
180
- - ** Dashboard** - Fix LiteLLM model name fallback in dashboard overview - [ PR #14998 ] ( https://github.com/BerriAI/litellm/pull/14998 )
181
206
182
207
---
183
208
@@ -190,6 +215,9 @@ pip install litellm==1.77.7.rc.1
190
215
- ** [ Langfuse] ( ../../docs/proxy/logging#langfuse ) **
191
216
- Handle non-serializable objects in Langfuse logging - [ PR #15148 ] ( https://github.com/BerriAI/litellm/pull/15148 )
192
217
- Set usage_details.total in langfuse integration - [ PR #15015 ] ( https://github.com/BerriAI/litellm/pull/15015 )
218
+ - ** [ Prometheus] ( ../../docs/proxy/prometheus ) **
219
+ - support custom metadata labels on key/team - [ PR #15094 ] ( https://github.com/BerriAI/litellm/pull/15094 )
220
+
193
221
194
222
#### Guardrails
195
223
0 commit comments