[PR #3622] [MERGED] docs: add self-hosted release policy #3658

Closed
opened 2026-06-05 18:23:49 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3622
Author: @langchain-infra
Created: 4/17/2026
Status: Merged
Merged: 4/17/2026
Merged by: @langchain-infra

Base: mainHead: mukil/self-hosted-release-policy


📝 Commits (2)

  • c1338b7 docs: add self-hosted release policy
  • a4135b5 docs: add recommendations section to release policy

📊 Changes

3 files changed (+56 additions, -86 deletions)

View changed files

📝 src/langsmith/administration-overview.mdx (+1 -1)
📝 src/langsmith/release-versions.mdx (+55 -5)
src/snippets/release-version-policy.mdx (+0 -80)

📄 Description

Summary

  • Rewrote langsmith/release-versions (now titled "Release policy") to document the two-channel release model for self-hosted LangSmith: Stable (N-1, weekly critical-fix patches) and Preview (N, mirrors SaaS cadence, may include migrations but no breaking changes or service add/removes).
  • Covers cadence (new major ~every 6 weeks, weekly Friday patches on stable), what ships in each channel, and the v0.X.0 / v0.X.Y / v0.X.0-rcN version numbering.
  • Removed the now-unused snippets/release-version-policy.mdx and updated the one cross-link in administration-overview.mdx that referenced the old Active/Critical/EOL framing.

Based on the internal "Stable Versioning of Self Hosted" design doc. Kept internal mechanics (cherry-pick process, release team SHA selection, 2026 date schedule) out of the public page.

🤖 Generated with Claude Code

Test plan

  • Verify release-versions page renders with new content in preview deploy
  • Confirm administration-overview "Additional resources" link still resolves
  • make broken-links passes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3622 **Author:** [@langchain-infra](https://github.com/langchain-infra) **Created:** 4/17/2026 **Status:** ✅ Merged **Merged:** 4/17/2026 **Merged by:** [@langchain-infra](https://github.com/langchain-infra) **Base:** `main` ← **Head:** `mukil/self-hosted-release-policy` --- ### 📝 Commits (2) - [`c1338b7`](https://github.com/langchain-ai/docs/commit/c1338b773e483531cf7551948dd9567643ec6b7b) docs: add self-hosted release policy - [`a4135b5`](https://github.com/langchain-ai/docs/commit/a4135b59f4b743c43c81775795b6c965373d85dc) docs: add recommendations section to release policy ### 📊 Changes **3 files changed** (+56 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/administration-overview.mdx` (+1 -1) 📝 `src/langsmith/release-versions.mdx` (+55 -5) ➖ `src/snippets/release-version-policy.mdx` (+0 -80) </details> ### 📄 Description ## Summary - Rewrote `langsmith/release-versions` (now titled "Release policy") to document the two-channel release model for self-hosted LangSmith: **Stable** (N-1, weekly critical-fix patches) and **Preview** (N, mirrors SaaS cadence, may include migrations but no breaking changes or service add/removes). - Covers cadence (new major ~every 6 weeks, weekly Friday patches on stable), what ships in each channel, and the `v0.X.0` / `v0.X.Y` / `v0.X.0-rcN` version numbering. - Removed the now-unused `snippets/release-version-policy.mdx` and updated the one cross-link in `administration-overview.mdx` that referenced the old Active/Critical/EOL framing. Based on the internal "Stable Versioning of Self Hosted" design doc. Kept internal mechanics (cherry-pick process, release team SHA selection, 2026 date schedule) out of the public page. 🤖 Generated with [Claude Code](https://claude.com/claude-code) ## Test plan - [x] Verify `release-versions` page renders with new content in preview deploy - [x] Confirm `administration-overview` "Additional resources" link still resolves - [x] `make broken-links` passes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:23:49 -04:00
yindo closed this issue 2026-06-05 18:23:50 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3658