[PR #1250] [MERGED] release(langgraph): 0.3.0 #1331

Closed
opened 2026-02-15 20:15:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1250
Author: @dqbd
Created: 6/1/2025
Status: Merged
Merged: 6/2/2025
Merged by: @dqbd

Base: mainHead: dqbd/langgraph-0.3


📝 Commits (10+)

📊 Changes

29 files changed (+832 additions, -127 deletions)

View changed files

📝 docs/_scripts/notebook_hooks.py (+76 -0)
📝 docs/docs/agents/agents.md (+100 -92)
docs/docs/agents/assets/react_agent_graphs/0000.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0001.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0010.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0011.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0100.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0101.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0110.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/0111.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1000.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1001.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1010.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1011.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1100.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1101.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1110.svg (+1 -0)
docs/docs/agents/assets/react_agent_graphs/1111.svg (+1 -0)
📝 docs/docs/agents/overview.md (+159 -11)
📝 docs/docs/agents/tools.md (+37 -19)

...and 9 more files

📄 Description

No description provided


🔄 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/langgraphjs/pull/1250 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 6/1/2025 **Status:** ✅ Merged **Merged:** 6/2/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/langgraph-0.3` --- ### 📝 Commits (10+) - [`d272781`](https://github.com/langchain-ai/langgraphjs/commit/d272781742a6e70ead019bd0a7b915b2ea7c324d) release(langgraph): 0.3.0 - [`ba0cfcd`](https://github.com/langchain-ai/langgraphjs/commit/ba0cfcd5d9c22e79eeaedaa73cce6e50d08c5fd6) Update versions - [`dd91ccb`](https://github.com/langchain-ai/langgraphjs/commit/dd91ccb9b5185fef45c3481fdcf9da72d8542f1a) Add notes - [`5a7eb86`](https://github.com/langchain-ai/langgraphjs/commit/5a7eb86286e38617a488726b540915873e8af720) Remove `typedNode` - [`a92dfb1`](https://github.com/langchain-ai/langgraphjs/commit/a92dfb1ea182da6d1ff324b375378509184b7492) Add docs about defer node execution - [`66f9568`](https://github.com/langchain-ai/langgraphjs/commit/66f9568959dcf568cf58e3694c0356909adeb99d) Fix admonition - [`702512f`](https://github.com/langchain-ai/langgraphjs/commit/702512fcb8f337ddba4064bf8b486af737e77099) Add node caching docs - [`cf0f985`](https://github.com/langchain-ai/langgraphjs/commit/cf0f9854a27a6068ceff2781378949c5841c85f3) Better formatting - [`07b1223`](https://github.com/langchain-ai/langgraphjs/commit/07b1223bcf91ee2a0114fb7f0f3e2df0c63382a6) Typo - [`2203bb2`](https://github.com/langchain-ai/langgraphjs/commit/2203bb21a6e3746efddbc8f996600ba3cf3e196a) Add example for `keyFunc` ### 📊 Changes **29 files changed** (+832 additions, -127 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/notebook_hooks.py` (+76 -0) 📝 `docs/docs/agents/agents.md` (+100 -92) ➕ `docs/docs/agents/assets/react_agent_graphs/0000.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0001.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0010.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0011.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0100.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0101.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0110.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/0111.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1000.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1001.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1010.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1011.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1100.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1101.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1110.svg` (+1 -0) ➕ `docs/docs/agents/assets/react_agent_graphs/1111.svg` (+1 -0) 📝 `docs/docs/agents/overview.md` (+159 -11) 📝 `docs/docs/agents/tools.md` (+37 -19) _...and 9 more files_ </details> ### 📄 Description _No description provided_ --- <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-15 20:15:18 -05:00
yindo closed this issue 2026-02-15 20:15:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1331