mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
docs(release_cycle.md): document enterprise support
This commit is contained in:
parent
bf824dec55
commit
4930babace
1 changed files with 7 additions and 1 deletions
|
|
@ -22,4 +22,10 @@ Stable releases come out every week (typically Sunday)
|
|||
|
||||
- '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.
|
||||
- 'major' bumps: break backward compatibility.
|
||||
|
||||
### Enterprise Support
|
||||
|
||||
|
||||
- Stable releases come out every week. Once a new one is available, we no longer provide support for an older one.
|
||||
- If there is a MAJOR change (according to semvar conventions - e.g. 1.x.x -> 2.x.x), we can provide support for upto 90 days on the prior stable image.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue