Skip to content

Release tab + policy #148

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@
"pages": [
"langgraph-platform/reference-overview",
"langgraph-platform/server-api-ref",
"langgraph-platform/langgraph-server-changelog",
"langgraph-platform/api-ref-control-plane",
"langgraph-platform/cli",
"langgraph-platform/env-var",
Expand All @@ -314,6 +313,18 @@
"langgraph-platform/remote-graph",
"langgraph-platform/faq"
]
},
{
"tab": "Releases",
"pages": [
"langgraph-platform/langgraph-server-changelog",
{
"group": "Policies",
"pages": [
"langgraph-platform/release-support-policy"
]
}
]
}
]
},
Expand Down
27 changes: 27 additions & 0 deletions src/langgraph-platform/release-support-policy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: Release support policy
---

import supportLevels from '/snippets/release-support-policy.mdx';

LangGraph Platform has different support levels for different versions:

<supportLevels/>

## Latest versions

The following versions of LangGraph Platform are supported:

| Version | Patch versions | Initial release | Support level |
|---------|-----------------|-----------------|---------------|
| v0.4 | v0.4.0+ | 2025-01-01 | Active |
| v0.3 | v0.3.0 - v0.3.2 | 2025-01-01 | Critical |
| v0.2 | v0.2.0 - v0.2.2 | 2025-01-01 | Critical |
| v0.1 | v0.1.0 - v0.1.2 | 2025-01-01 | End of life |
| v0.0 | v0.0.0 - v0.0.2 | 2025-01-01 | Deprecated |






4 changes: 4 additions & 0 deletions src/snippets/release-support-policy.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- **Active**: The latest version will receive patch releases, which could contain bug fixes, performance improvements, and security fixes.
- **Critical**: Version will receive limited fixes for critical fixes.
- **End of life**: Version will no longer receive patch releases.
- **Deprecated**: Version is no longer maintained or supported.