diff --git a/src/docs.json b/src/docs.json index a0832819..af7f4fde 100644 --- a/src/docs.json +++ b/src/docs.json @@ -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", @@ -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" + ] + } + ] } ] }, diff --git a/src/langgraph-platform/release-support-policy.mdx b/src/langgraph-platform/release-support-policy.mdx new file mode 100644 index 00000000..b60e368b --- /dev/null +++ b/src/langgraph-platform/release-support-policy.mdx @@ -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: + + + +## 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 | + + + + + + diff --git a/src/snippets/release-support-policy.mdx b/src/snippets/release-support-policy.mdx new file mode 100644 index 00000000..e42d9004 --- /dev/null +++ b/src/snippets/release-support-policy.mdx @@ -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. \ No newline at end of file