[PR #263] [MERGED] Rename ChannelInvoke to PregelNode #1338

Closed
opened 2026-02-20 17:44:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/263
Author: @nfcampos
Created: 4/1/2024
Status: Merged
Merged: 4/1/2024
Merged by: @nfcampos

Base: mainHead: nc/1apr/rename-channel-invoke


📝 Commits (1)

  • 8b81717 Rename ChannelInvoke to PregelNode

📊 Changes

5 files changed (+23 additions, -23 deletions)

View changed files

📝 langgraph/graph/graph.py (+2 -2)
📝 langgraph/graph/state.py (+2 -2)
📝 langgraph/pregel/__init__.py (+9 -9)
📝 langgraph/pregel/read.py (+7 -7)
📝 langgraph/pregel/validate.py (+3 -3)

📄 Description

  • ChannelInvoke is a legacy name from when we had ChannelBatch

🔄 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/langgraph/pull/263 **Author:** [@nfcampos](https://github.com/nfcampos) **Created:** 4/1/2024 **Status:** ✅ Merged **Merged:** 4/1/2024 **Merged by:** [@nfcampos](https://github.com/nfcampos) **Base:** `main` ← **Head:** `nc/1apr/rename-channel-invoke` --- ### 📝 Commits (1) - [`8b81717`](https://github.com/langchain-ai/langgraph/commit/8b8171724c50ff71ca94d19e5c23e75e8942fdc2) Rename ChannelInvoke to PregelNode ### 📊 Changes **5 files changed** (+23 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/graph/graph.py` (+2 -2) 📝 `langgraph/graph/state.py` (+2 -2) 📝 `langgraph/pregel/__init__.py` (+9 -9) 📝 `langgraph/pregel/read.py` (+7 -7) 📝 `langgraph/pregel/validate.py` (+3 -3) </details> ### 📄 Description - ChannelInvoke is a legacy name from when we had ChannelBatch --- <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-20 17:44:29 -05:00
yindo closed this issue 2026-02-20 17:44:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1338