We release VSCode and JetBrains weekly.
<aside> π‘
Please use pre-release channels for both VS Code (VSCode Insiders) and JetBrains (JetBrains Nightly) to help identify issues before they reach lots of customers.
</aside>
Cody Clients Release Branching, Tagging and Versions
This process is documented in the Release Captain Playbook.
Because we release weekly, we are continuously monitoring a current stable release, branching and stabilizing the next release, and landing code on main for the next-next release.
For example, using JetBrains version numbers:
Date | main |
Prerelease | Release |
---|---|---|---|
2024-12-04 | π | πΒ v7.5.*-nightly | π₯Β v7.4.* |
2024-12-11 | π | πΒ v7.6.*-nightly | πΒ v7.5.* |
2024-12-18 | π | πΒ v7.7.*-nightly | πΒ v7.6.* |
2024-12-26 | π | πΒ v7.8.*-nightly | πΒ v7.7.* |
β¦ | πΒ β¦ | πΒ β¦ | πΒ β¦ |
After your change lands on main, it will be in the next release branch. It will be available in VSCode Insiders and JetBrains Nightly (used by about 2-5% of our users) soon after the branch. It will be released to stable about one week after that. See the Cody Clients Release Calendar.
Note, customers have control over their own upgrades. Design for old clients talking to new servers and new clients talking to old servers.
If you found a critical issue: