> ## Documentation Index
> Fetch the complete documentation index at: https://docs.langchain.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Release policy

> Release channels, cadence, and version support for self-hosted LangSmith.

Self-hosted LangSmith ships on two release channels: a stable channel that customers run in production, and a preview channel that tracks the next major version.

## Release channels

### Stable

The current generally available major version. This is the channel we recommend 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.

At any given time, the latest major version (N) is the preview channel and the previous major version (N-1) is stable.

### Preview

The development build of the next major version. Preview includes new features and fixes as they merge into LangSmith SaaS, giving you an early look at what the next major version will contain. 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. We don't recommend running preview in production.

## Release cadence

| Channel                       | Cadence                                                                                                |
| ----------------------------- | ------------------------------------------------------------------------------------------------------ |
| Preview                       | Published mirroring the LangSmith SaaS release cadence                                                 |
| Stable — new major (`v0.X.0`) | Approximately every 6 weeks (two per quarter)                                                          |
| Stable — patch (`v0.X.Y`)     | Weekly (typically Friday), skipped if no changes. Ad-hoc releases issued for critical customer issues. |

## What ships in each channel

|                               | Preview |  Stable patch | Next major |
| ----------------------------- | :-----: | :-----------: | :--------: |
| New features                  |   yes   |       no      |     yes    |
| Bug fixes                     |   yes   | critical only |     yes    |
| Security patches              |   yes   |      yes      |     yes    |
| Data migrations and backfills |   yes   |       no      |     yes    |
| New or removed services       |    no   |       no      |     yes    |
| Breaking changes              |    no   |       no      |     yes    |

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

Self-hosted LangSmith uses the following scheme:

* `v0.X.0` — Major version (stable GA release)
* `v0.X.Y` — Stable patch release (critical fixes only)
* `v0.X.0-rcN` — Preview build (release candidate) for the next major version, where `N` is an incrementing build number

## 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](/langsmith/self-hosted-changelog) before upgrading and plan for any required data or infrastructure changes.
* **Stay on a supported version.** We recommend upgrading to each new major version soon after it's released to pick up architectural improvements on our recommended cadence.

## Current version

To check the current stable and preview versions, refer to the [self-hosted changelog](/langsmith/self-hosted-changelog).

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/langsmith/release-versions.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
