[PR #1386] [MERGED] fix(api): apply namespace to messages-tuple stream mode #1420

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1386
Author: @dqbd
Created: 7/14/2025
Status: Merged
Merged: 7/14/2025
Merged by: @dqbd

Base: mainHead: dqbd/api-namespace-messages


📝 Commits (3)

  • 335aa6c fix(api): apply namespace to messages-tuple stream mode
  • a6c274e Add changeset
  • f153e99 Fix types

📊 Changes

3 files changed (+29 additions, -9 deletions)

View changed files

.changeset/silly-webs-lie.md (+7 -0)
📝 libs/langgraph-api/src/stream.mts (+5 -1)
📝 libs/langgraph-api/tests/api.test.mts (+17 -8)

📄 Description

Port of https://github.com/langchain-ai/langgraph-api/pull/827


🔄 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/1386 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 7/14/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `dqbd/api-namespace-messages` --- ### 📝 Commits (3) - [`335aa6c`](https://github.com/langchain-ai/langgraphjs/commit/335aa6caa5909c1d9f5f537a9e4b5590ea631e7e) fix(api): apply namespace to messages-tuple stream mode - [`a6c274e`](https://github.com/langchain-ai/langgraphjs/commit/a6c274efdebb0bfbed795c7bf49d2345ed97430b) Add changeset - [`f153e99`](https://github.com/langchain-ai/langgraphjs/commit/f153e99069ae3f7f1cfa2bd3d58a4677097dc745) Fix types ### 📊 Changes **3 files changed** (+29 additions, -9 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/silly-webs-lie.md` (+7 -0) 📝 `libs/langgraph-api/src/stream.mts` (+5 -1) 📝 `libs/langgraph-api/tests/api.test.mts` (+17 -8) </details> ### 📄 Description Port of https://github.com/langchain-ai/langgraph-api/pull/827 --- <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:42 -05:00
yindo closed this issue 2026-02-15 20:15: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#1420