Release channels
Stable
The current generally available major version. LangSmith recommends this channel for production. Stable receives weekly patch releases containing critical bug fixes and security patches only. No new features, data migrations, or infrastructure changes land on stable between major versions. Throughout this page,N refers to the current stable major version. Preview tracks the next major version, N+1.
Preview
The development build of the next major version. Preview includes new features and fixes as they merge into LangSmith SaaS, so you can evaluate the next major version before it becomes stable. Preview builds may include data migrations, but never add or remove services or introduce breaking changes. Preview is intended for evaluation in test and staging environments. LangSmith does not recommend running preview in production.Release cadence
What ships in each channel
Service additions, service removals, and breaking changes only land in a new major version, so plan upgrades to new majors with this in mind.
Version numbering
Every self-hosted release has two version numbers:- The chart version is the Helm chart version you install and pin. Releases are named after it, both in the self-hosted changelog and as Helm repository release tags, for example
langsmith-0.15.17. - The LangSmith version is the application version the chart deploys, recorded as
appVersionin the chart.
- Stable chart versions are
0.X.Y, whereXis the major version andYincrements with each patch release. - Preview chart versions are
0.X.0-rc.N, whereNincrements with each release candidate. - The two numbers advance independently. The chart patch number and the LangSmith patch number are not expected to match.
vX shorthand used for release trains (v15, v16) refers to the major version, so v15 means chart version 0.15.Y.
Version support
LangSmith supports the current stable major version (N) and the previous stable major version (N-1):
Nreceives active support: critical bug fixes, security patches, and weekly patch releases.N-1receives critical support only: critical bug fixes and security patches, released ad hoc rather than weekly.- Versions older than
N-1are end of life and do not receive new patch releases, bug fixes, or security updates.
0.16.0-rc.15. Preview builds are published continuously and always carry the newest fixes, but they are intended for evaluation in test and staging environments rather than production. Running preview in a non-production environment is the recommended way to validate the next major version before it becomes stable.
Recommendations
- Run stable in production. Preview is for evaluation only and may contain unreleased features still under validation.
- Use preview in test or staging. Running preview in a non-production environment is the best way to catch issues early and prepare for the next major upgrade.
- Plan for major upgrades. Data migrations, service additions or removals, and breaking changes only land in new major versions. Review the self-hosted changelog before upgrading and plan for any required data or infrastructure changes.
- Stay on a supported version. LangSmith recommends upgrading to each new major version soon after it is released to pick up architectural improvements on the recommended cadence.
Current version
To check the current stable and preview versions, refer to the self-hosted changelog.See also
- Release stages for how features move from alpha to GA
- API and SDK deprecation policy for how deprecated endpoints and methods are removed
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

