Files
litellm/docs/my-website/docs/proxy/release_cycle.md
T
Krish Dholakia 7ce687ef39 Litellm stable release notes 05 03 2025 (#10536)
* build(release_cycle.md): document bar for minor vs. patch updates

* docs(index.md): initial changelog doc

* docs(index.md): update llama docs

* docs(index.md): add docs for llm api endpoints + spend tracking/budget improvements

* docs: more doc cleanup

* docs(index.md): more doc cleanup

* docs(index.md): final doc cleanup
2025-05-03 12:47:11 -07:00

1.0 KiB

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.