[PR #1649] [MERGED] Version Packages (alpha) #1617

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1649
Author: @github-actions[bot]
Created: 9/11/2025
Status: Merged
Merged: 9/11/2025
Merged by: @dqbd

Base: v1Head: changeset-release/v1


📝 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

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v1, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

v1 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on v1.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@langchain/langgraph@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/1649 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 9/11/2025 **Status:** ✅ Merged **Merged:** 9/11/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `v1` ← **Head:** `changeset-release/v1` --- ### 📝 Commits (1) - [`3e68c85`](https://github.com/langchain-ai/langgraphjs/commit/3e68c85e9482be30cf1c120de1aded8c2afc7604) Version Packages (alpha) ### 📊 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 This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to v1, this PR will be updated. ⚠️⚠️⚠️⚠️⚠️⚠️ `v1` is currently in **pre mode** so this branch has prereleases rather than normal releases. If you want to exit prereleases, run `changeset pre exit` on `v1`. ⚠️⚠️⚠️⚠️⚠️⚠️ # Releases ## @langchain/langgraph@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:19 -05:00
yindo closed this issue 2026-02-15 20:16:19 -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#1617