MAJOR.MINOR.PATCH). The cadence below describes when each release type ships, what it typically contains, and how to decide whether you need to upgrade.
Cadence at a glance
| Release type | Frequency | Typical contents |
|---|---|---|
Patch (x.y.Z) | Every 2 - 3 days (depending on reports) | Bug fixes, CVE fixes, small feature previews |
Minor (x.Y.0) | Every 3 - 4 weeks | Rollup of the period’s patches plus new non-breaking features |
Major (X.0.0) | When breaking changes land | Breaking API/schema changes, large architectural cuts |
Patch releases
Patch versions ship every 2 - 3 days. A patch may include:- Bug fixes
- CVE / security patches
- Small feature previews (gated behind config flags where applicable)

