Release Cycle
Litellm Proxy has the following release cycle:
v1.x.x-nightly
: These are releases which pass ci/cd.v1.x.x.rc
: These are releases which pass ci/cd + manual review.v1.x.x:main-stable
: These are releases which pass ci/cd + manual review + 3 days of production testing.
In production, we recommend using the latest v1.x.x:main-stable
release.
Follow our release notes here.
FAQ​
Is there a release schedule for LiteLLM stable release?​
Stable releases come out every week (typically Sunday)
What is considered a 'minor' bump vs. 'patch' bump?​
- 'patch' bumps: extremely minor addition that doesn't affect any existing functionality or add any user-facing features. (e.g. a 'created_at' column in a database table)
- 'minor' bumps: add a new feature or a new database table that is backward compatible.
- 'major' bumps: break backward compatibility.