From 02b82123f1459661721a6e954c902562116fc1b1 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Fri, 21 Nov 2025 23:03:58 -0500 Subject: [PATCH] nits: v1.1 release notes --- src/docs.json | 10 ++++------ src/oss/javascript/releases/langchain-v1-1.mdx | 2 +- src/oss/javascript/releases/langchain-v1.mdx | 4 ++-- src/oss/python/releases/langchain-v1-1.mdx | 2 +- src/oss/python/releases/langchain-v1.mdx | 4 ++-- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/src/docs.json b/src/docs.json index a86dbe2415..86208ac737 100644 --- a/src/docs.json +++ b/src/docs.json @@ -146,10 +146,9 @@ "pages": [ "oss/python/langchain/overview", { - "group": "LangChain v1.0", + "group": "LangChain v1.1", "pages": [ - "oss/python/releases/langchain-v1", - "oss/python/migrate/langchain-v1" + "oss/python/releases/langchain-v1-1" ] }, { @@ -488,10 +487,9 @@ "pages": [ "oss/javascript/langchain/overview", { - "group": "LangChain v1.0", + "group": "LangChain v1.1", "pages": [ - "oss/javascript/releases/langchain-v1", - "oss/javascript/migrate/langchain-v1" + "oss/javascript/releases/langchain-v1-1" ] }, { diff --git a/src/oss/javascript/releases/langchain-v1-1.mdx b/src/oss/javascript/releases/langchain-v1-1.mdx index 604be6f421..b93a658eb2 100644 --- a/src/oss/javascript/releases/langchain-v1-1.mdx +++ b/src/oss/javascript/releases/langchain-v1-1.mdx @@ -1,6 +1,6 @@ --- title: What's new in v1.1 -sidebarTitle: v1.1 Release notes +sidebarTitle: Release notes --- **LangChain v1.1 focuses on improving agent reliability and flexibility.** This release introduces model profiles for better model capability awareness, new middleware capabilities for retrying model calls and content moderation, improved system message handling, and enhanced compatibility with Zod v4. diff --git a/src/oss/javascript/releases/langchain-v1.mdx b/src/oss/javascript/releases/langchain-v1.mdx index fc756d9341..8ff8ca728c 100644 --- a/src/oss/javascript/releases/langchain-v1.mdx +++ b/src/oss/javascript/releases/langchain-v1.mdx @@ -1,6 +1,6 @@ --- title: What's new in v1 -sidebarTitle: Release notes +sidebarTitle: v1 --- **LangChain v1 is a focused, production-ready foundation for building agents.** We've streamlined the framework around three core improvements: @@ -310,7 +310,7 @@ Please report any issues discovered with 1.0 on [GitHub](https://github.com/lang Read the announcement - + Deep dive into middleware diff --git a/src/oss/python/releases/langchain-v1-1.mdx b/src/oss/python/releases/langchain-v1-1.mdx index 04063e87aa..350a09a817 100644 --- a/src/oss/python/releases/langchain-v1-1.mdx +++ b/src/oss/python/releases/langchain-v1-1.mdx @@ -1,6 +1,6 @@ --- title: What's new in v1.1 -sidebarTitle: v1.1 Release notes +sidebarTitle: Release notes --- **LangChain v1.1 focuses on improving agent reliability and flexibility.** This release introduces model profiles, new middleware capabilities, and enhanced type safety for custom middleware implementations. diff --git a/src/oss/python/releases/langchain-v1.mdx b/src/oss/python/releases/langchain-v1.mdx index c6b387bc83..99ccc6e2d5 100644 --- a/src/oss/python/releases/langchain-v1.mdx +++ b/src/oss/python/releases/langchain-v1.mdx @@ -1,6 +1,6 @@ --- title: What's new in v1 -sidebarTitle: Release notes +sidebarTitle: v1 --- **LangChain v1 is a focused, production-ready foundation for building agents.** We've streamlined the framework around three core improvements: @@ -381,7 +381,7 @@ Please report any issues discovered with 1.0 on [GitHub](https://github.com/lang Read the announcement - + Deep dive into middleware