v1.88.2 - DB Resilience, Passthrough, Model-Info & Budget
Deploy this version​
- Docker
- Pip
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
docker.litellm.ai/berriai/litellm:1.88.2
pip install litellm==1.88.2
v1.88.2 is a patch release on top of v1.88.1. It backports an already-merged set: the database-resilience fixes, passthrough corrections, the /v1/model/info team-access chain, the budget-reservation toggle, and dependency bumps.
What's Changed​
- feat(proxy): add
disable_budget_reservationgeneral setting - PR #29493 - fix(proxy): recover from cached-plan errors by reconnecting the Prisma client - PR #29983
- feat(proxy): add option to disable server-side prepared statements for DB lookups - PR #29984
- fix(proxy): return 5xx on DB infra errors during auth; reserve 401 for genuine auth failures - PR #29986
- fix(passthrough): resolve costing model when body model is unknown - PR #30160
- fix(passthrough): skip
[DONE]sentinels and non-JSON SSE frames in Anthropic streaming logging - PR #30202 - fix(proxy): return deprecated-key lookup result directly in get_data combined view - PR #30327
- fix(proxy): stop team BYOK model name corruption on model edit - PR #29731
- fix(proxy): align
/v1/model/infowith router deployments - PR #30025 - fix(proxy): populate
access_via_team_idson/v1/model/info- PR #30274 - chore(deps): bump vitest, brace-expansion, pypdf, and tornado - PR #30220
Full Changelog​
https://github.com/BerriAI/litellm/compare/v1.88.1...v1.88.2