[PR #1192] [MERGED] fix(langgraph): allow restoring falsy values from channels #1290

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1192
Author: @dqbd
Created: 5/19/2025
Status: Merged
Merged: 5/19/2025
Merged by: @dqbd

Base: mainHead: dqbd/falsy-checkpoint-values-1182


📝 Commits (1)

  • a307ee9 fix(langgraph): allow restoring falsy values from channels

📊 Changes

9 files changed (+86 additions, -7 deletions)

View changed files

📝 libs/langgraph/src/channels/any_value.ts (+1 -1)
📝 libs/langgraph/src/channels/binop.ts (+1 -1)
📝 libs/langgraph/src/channels/dynamic_barrier_value.ts (+1 -1)
📝 libs/langgraph/src/channels/ephemeral_value.ts (+1 -1)
📝 libs/langgraph/src/channels/last_value.ts (+1 -1)
📝 libs/langgraph/src/channels/named_barrier_value.ts (+1 -1)
📝 libs/langgraph/src/channels/topic.ts (+1 -1)
📝 libs/langgraph/src/tests/channels.test.ts (+53 -0)
📝 libs/langgraph/src/tests/pregel.test.ts (+26 -0)

📄 Description

Fixes #1182


🔄 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/1192 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 5/19/2025 **Status:** ✅ Merged **Merged:** 5/19/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/falsy-checkpoint-values-1182` --- ### 📝 Commits (1) - [`a307ee9`](https://github.com/langchain-ai/langgraphjs/commit/a307ee9274671aef553168e2dfde54b8de557199) fix(langgraph): allow restoring falsy values from channels ### 📊 Changes **9 files changed** (+86 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph/src/channels/any_value.ts` (+1 -1) 📝 `libs/langgraph/src/channels/binop.ts` (+1 -1) 📝 `libs/langgraph/src/channels/dynamic_barrier_value.ts` (+1 -1) 📝 `libs/langgraph/src/channels/ephemeral_value.ts` (+1 -1) 📝 `libs/langgraph/src/channels/last_value.ts` (+1 -1) 📝 `libs/langgraph/src/channels/named_barrier_value.ts` (+1 -1) 📝 `libs/langgraph/src/channels/topic.ts` (+1 -1) 📝 `libs/langgraph/src/tests/channels.test.ts` (+53 -0) 📝 `libs/langgraph/src/tests/pregel.test.ts` (+26 -0) </details> ### 📄 Description Fixes #1182 --- <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:07 -05:00
yindo closed this issue 2026-02-15 20:15:07 -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#1290