[PR #1809] [MERGED] fix(sdk): add support for AbortSignal for all SDK methods, useStream["stop"] not cancelling thread creation #1745

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1809
Author: @dqbd
Created: 12/4/2025
Status: Merged
Merged: 12/4/2025
Merged by: @dqbd

Base: mainHead: dqbd/sdk-signal


📝 Commits (2)

  • d09fceb fix(sdk): add support for AbortSignal for all SDK methods, useStream["stop"] not cancelling thread creation
  • a42d712 Update lockfile

📊 Changes

7 files changed (+162 additions, -31 deletions)

View changed files

.changeset/cute-baboons-divide.md (+5 -0)
.changeset/great-knives-cough.md (+5 -0)
.changeset/twenty-pianos-accept.md (+5 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/sdk/src/client.ts (+144 -29)
📝 libs/sdk/src/react/stream.lgp.tsx (+1 -0)
📝 yarn.lock (+1 -1)

📄 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/1809 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 12/4/2025 **Status:** ✅ Merged **Merged:** 12/4/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/sdk-signal` --- ### 📝 Commits (2) - [`d09fceb`](https://github.com/langchain-ai/langgraphjs/commit/d09fceb1ae1d82ce97284237fb28ded6d63e7306) fix(sdk): add support for AbortSignal for all SDK methods, useStream["stop"] not cancelling thread creation - [`a42d712`](https://github.com/langchain-ai/langgraphjs/commit/a42d7120b64dec2c2dcd700017245a37b4cce19a) Update lockfile ### 📊 Changes **7 files changed** (+162 additions, -31 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/cute-baboons-divide.md` (+5 -0) ➕ `.changeset/great-knives-cough.md` (+5 -0) ➕ `.changeset/twenty-pianos-accept.md` (+5 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/sdk/src/client.ts` (+144 -29) 📝 `libs/sdk/src/react/stream.lgp.tsx` (+1 -0) 📝 `yarn.lock` (+1 -1) </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:16:42 -05:00
yindo closed this issue 2026-02-15 20:16:42 -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#1745