Release cycle
We are following Semantic Versioning for our latest releases. Currently, we are before stable release so we may introduce breaking changes in minor version updates because we are still gathering feedback and improving the product.
Release cycle
We don't have scheduled releases. The releases done as we ship new features or bug fixes.
Channels
Channel | Description | Versioning | Published after |
---|---|---|---|
latest | Main release channel | x.y.z | testing in nightly |
nightly | Testing and feedback gathering | x.y.z-{hash} | change was merged to main branch |
Fixes
We are shipping fixes as soon as they are ready. Fixes are release first on the nightly
channel and then promoted to the latest
channel.
Right now we don't do patching of outdated versions. We recommend using the latest version.
Deprivations
Currently, we are in pre stable release phase so we may change the configurations or APIs before the stable release. We will try to minimize the changes as much as possible. After the stable release, we will do gradual deprications and provide migration guides.