[PR #1581] [MERGED] 1.1 changelog #1669

Closed
opened 2026-02-17 17:22:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1581
Author: @sydney-runkle
Created: 11/22/2025
Status: Merged
Merged: 11/23/2025
Merged by: @sydney-runkle

Base: mainHead: sr/changelog-approach-instead


📝 Commits (10+)

📊 Changes

13 files changed (+303 additions, -22 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+10 -8)
📝 src/docs.json (+6 -2)
📝 src/langsmith/rate-limiting.mdx (+1 -1)
src/oss/javascript/releases/changelog.mdx (+29 -0)
📝 src/oss/javascript/releases/langchain-v1.mdx (+2 -2)
📝 src/oss/langchain/middleware/custom.mdx (+195 -0)
📝 src/oss/langchain/models.mdx (+5 -5)
📝 src/oss/langchain/observability.mdx (+9 -0)
📝 src/oss/langchain/rag.mdx (+9 -0)
📝 src/oss/langgraph/errors/INVALID_CHAT_HISTORY.mdx (+2 -2)
📝 src/oss/langgraph/test.mdx (+7 -0)
src/oss/python/releases/changelog.mdx (+26 -0)
📝 src/oss/python/releases/langchain-v1.mdx (+2 -2)

📄 Description

Ended up pivoting to a simple changelog approach for the 1.1 release notes. This is more sustainable and motivates us to write up robust docs that we can link out to for new features and changes.

Post actual release, we can link out to the changelog on github w/ nitty gritty details.

Also fixing some broken links :)


🔄 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/1581 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 11/22/2025 **Status:** ✅ Merged **Merged:** 11/23/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/changelog-approach-instead` --- ### 📝 Commits (10+) - [`d783557`](https://github.com/langchain-ai/docs/commit/d783557983a1fa1f5758e6b06f33be3ce4637e27) relnotes draft - [`9323182`](https://github.com/langchain-ai/docs/commit/932318265f7a2d61b7469670dc559fcc5fe1c3b1) Merge branch 'main' into sr/1.1-release-notes - [`f909b9a`](https://github.com/langchain-ai/docs/commit/f909b9a732a633fcae85979ce99bb0549e6931d4) v1.1 JS release notes (#1557) - [`6d8570d`](https://github.com/langchain-ai/docs/commit/6d8570ddabcea54a4ff34ed472d47396aaaccd30) updates - [`1098a58`](https://github.com/langchain-ai/docs/commit/1098a58008cf3a0089b1b45172a9d72f75d8c21f) nits: v1.1 release notes (#1577) - [`d1ca5c2`](https://github.com/langchain-ai/docs/commit/d1ca5c27cd800c3d70f9f518db1d9a277d0d6a74) Merge branch 'main' into sr/1.1-release-notes - [`f944647`](https://github.com/langchain-ai/docs/commit/f9446474b23a29d821fc4dcc920bbae907e5a84d) new-org - [`66f8025`](https://github.com/langchain-ai/docs/commit/66f80255b7d6e7ba6605d13df55df6af9cc85bef) system message stuff - [`3b50c01`](https://github.com/langchain-ai/docs/commit/3b50c0160c17acc25f1aa2ada46eb5200182b910) boom - [`ccc9ab6`](https://github.com/langchain-ai/docs/commit/ccc9ab63e2a650cf111be0deecf8b2280d46e6fa) content blocks, oh my ### 📊 Changes **13 files changed** (+303 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+10 -8) 📝 `src/docs.json` (+6 -2) 📝 `src/langsmith/rate-limiting.mdx` (+1 -1) ➕ `src/oss/javascript/releases/changelog.mdx` (+29 -0) 📝 `src/oss/javascript/releases/langchain-v1.mdx` (+2 -2) 📝 `src/oss/langchain/middleware/custom.mdx` (+195 -0) 📝 `src/oss/langchain/models.mdx` (+5 -5) 📝 `src/oss/langchain/observability.mdx` (+9 -0) 📝 `src/oss/langchain/rag.mdx` (+9 -0) 📝 `src/oss/langgraph/errors/INVALID_CHAT_HISTORY.mdx` (+2 -2) 📝 `src/oss/langgraph/test.mdx` (+7 -0) ➕ `src/oss/python/releases/changelog.mdx` (+26 -0) 📝 `src/oss/python/releases/langchain-v1.mdx` (+2 -2) </details> ### 📄 Description Ended up pivoting to a simple changelog approach for the 1.1 release notes. This is more sustainable and motivates us to write up robust docs that we can link out to for new features and changes. Post actual release, we can link out to the changelog on github w/ nitty gritty details. Also fixing some broken links :) --- <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-02-17 17:22:36 -05:00
yindo closed this issue 2026-02-17 17:22:36 -05:00
yindo changed title from [PR #1581] 1.1 changelog to [PR #1581] [MERGED] 1.1 changelog 2026-06-05 18:14:15 -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#1669