[PR #784] [MERGED] feat(langchain): migration guide! #1015

Closed
opened 2026-02-17 17:21:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/784
Author: @sydney-runkle
Created: 10/7/2025
Status: Merged
Merged: 10/10/2025
Merged by: @sydney-runkle

Base: mainHead: sr/migration-guide


📝 Commits (10+)

📊 Changes

7 files changed (+975 additions, -129 deletions)

View changed files

📝 pipeline/core/builder.py (+1 -1)
📝 src/docs.json (+26 -0)
src/images/middleware_final.png (+0 -0)
src/oss/javascript/migrate/langchain-v1.mdx (+4 -0)
src/oss/python/migrate/langchain-v1.mdx (+717 -0)
📝 src/oss/python/releases/langchain-v1.mdx (+217 -128)
📝 src/oss/releases.mdx (+10 -0)

📄 Description

Adding Python migration guide and updating V1 overview page w/ middleware information!


🔄 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/784 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 10/7/2025 **Status:** ✅ Merged **Merged:** 10/10/2025 **Merged by:** [@sydney-runkle](https://github.com/sydney-runkle) **Base:** `main` ← **Head:** `sr/migration-guide` --- ### 📝 Commits (10+) - [`dd56ba0`](https://github.com/langchain-ai/docs/commit/dd56ba06380179455cd5f58ef09527c4d141cabb) first pass at migration guide - [`e9d5b3d`](https://github.com/langchain-ai/docs/commit/e9d5b3dd15db8485b826b21932be5e86b431bc92) next pass - [`ac5dc97`](https://github.com/langchain-ai/docs/commit/ac5dc9753e6a9a933bf78dbdb019d5f1bb9ae261) Merge branch 'main' into sr/migration-guide - [`eed0057`](https://github.com/langchain-ai/docs/commit/eed005747d2de6e919efd64e43536f7b07ab1aeb) title - [`17b474d`](https://github.com/langchain-ai/docs/commit/17b474de06485d8af3032fc4d8d92b7fa5d56577) heading names - [`19dae3f`](https://github.com/langchain-ai/docs/commit/19dae3f70a9b0b669380420c4db1740525f3389f) Merge branch 'sr/migration-guide' of https://github.com/langchain-ai/docs into sr/migration-guide - [`f47c64d`](https://github.com/langchain-ai/docs/commit/f47c64d86c6a6bafaff9865e7679a7d1c6aa1f67) more examples - [`41cfcc7`](https://github.com/langchain-ai/docs/commit/41cfcc7798e2aa9290a75698c32b7068276accd2) Merge branch 'main' into sr/migration-guide - [`1b9e241`](https://github.com/langchain-ai/docs/commit/1b9e24146af16022ff3cdcf1aa940120927cf5e3) pass at v1 release (#794) - [`a84e6fe`](https://github.com/langchain-ai/docs/commit/a84e6fe642046b1aaecf17dd1de7a35356e46605) updates ### 📊 Changes **7 files changed** (+975 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/core/builder.py` (+1 -1) 📝 `src/docs.json` (+26 -0) ➕ `src/images/middleware_final.png` (+0 -0) ➕ `src/oss/javascript/migrate/langchain-v1.mdx` (+4 -0) ➕ `src/oss/python/migrate/langchain-v1.mdx` (+717 -0) 📝 `src/oss/python/releases/langchain-v1.mdx` (+217 -128) 📝 `src/oss/releases.mdx` (+10 -0) </details> ### 📄 Description Adding Python migration guide and updating V1 overview page w/ middleware information! --- <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:21:33 -05:00
yindo closed this issue 2026-02-17 17:21:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1015