[PR #1639] [CLOSED] release: 1.0.0-alpha.1 #1609

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1639
Author: @dqbd
Created: 9/10/2025
Status: Closed

Base: v1Head: dqbd/1.0.0-alpha.1


📝 Commits (1)

📊 Changes

3 files changed (+30 additions, -3 deletions)

View changed files

📝 .changeset/pre.json (+14 -2)
📝 libs/langgraph/CHANGELOG.md (+15 -0)
📝 libs/langgraph/package.json (+1 -1)

📄 Description

1.0.0-alpha.1

Patch Changes

  • a05436d: Improve performance of scheduling tasks with large graphs
  • d35db59: Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick
  • 7e01d08: Update troubleshooting link for common errors, add MISSING_CHECKPOINTER troubleshooting page
  • a527fc7: Improve tick performance by detecting interrupts faster within a tick.
  • 27934c0: Improve tick performance by calling maxChannelMapVersion only once
  • dc2e5f2: fix(createReactAgent): update deprecation messages to contain reactAgent
  • e8f5084: writer, interrupt and signal is no longer an optional property of Runtime
  • 20f1d64: Channels are now part of the public API, allowing users to customise behaviour of checkpointing per channel (#976)
  • 2311efc: Allow defining types for interrupt and custom events upfront
  • c6f75b6: Fix performance regression due to deferred nodes

🔄 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/1639 **Author:** [@dqbd](https://github.com/dqbd) **Created:** 9/10/2025 **Status:** ❌ Closed **Base:** `v1` ← **Head:** `dqbd/1.0.0-alpha.1` --- ### 📝 Commits (1) - [`9ce20e8`](https://github.com/langchain-ai/langgraphjs/commit/9ce20e8a84384e43c8534d5a072f743365d5e6ce) release: 1.0.0-alpha.1 ### 📊 Changes **3 files changed** (+30 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.changeset/pre.json` (+14 -2) 📝 `libs/langgraph/CHANGELOG.md` (+15 -0) 📝 `libs/langgraph/package.json` (+1 -1) </details> ### 📄 Description ## 1.0.0-alpha.1 ### Patch Changes - a05436d: Improve performance of scheduling tasks with large graphs - d35db59: Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick - 7e01d08: Update troubleshooting link for common errors, add MISSING_CHECKPOINTER troubleshooting page - a527fc7: Improve tick performance by detecting interrupts faster within a tick. - 27934c0: Improve tick performance by calling `maxChannelMapVersion` only once - dc2e5f2: fix(createReactAgent): update deprecation messages to contain reactAgent - e8f5084: `writer`, `interrupt` and `signal` is no longer an optional property of `Runtime` - 20f1d64: Channels are now part of the public API, allowing users to customise behaviour of checkpointing per channel (#976) - 2311efc: Allow defining types for interrupt and custom events upfront - c6f75b6: Fix performance regression due to deferred nodes --- <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:18 -05:00
yindo closed this issue 2026-02-15 20:16: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#1609