[PR #1735] [MERGED] Version Packages #1691

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1735
Author: @github-actions[bot]
Created: 10/17/2025
Status: Merged
Merged: 10/17/2025
Merged by: @hntrl

Base: mainHead: changeset-release/main


📝 Commits (5)

📊 Changes

56 files changed (+210 additions, -201 deletions)

View changed files

.changeset/breezy-llamas-laugh.md (+0 -5)
.changeset/bumpy-candies-bake.md (+0 -5)
.changeset/calm-doodles-shave.md (+0 -5)
.changeset/early-drinks-fold.md (+0 -5)
.changeset/every-windows-lose.md (+0 -5)
.changeset/famous-oranges-pay.md (+0 -5)
.changeset/fluffy-otters-matter.md (+0 -5)
.changeset/funny-houses-mate.md (+0 -5)
.changeset/good-pugs-reply.md (+0 -5)
.changeset/late-islands-work.md (+0 -5)
.changeset/lazy-friends-beam.md (+0 -5)
.changeset/many-bees-repeat.md (+0 -5)
.changeset/odd-paws-destroy.md (+0 -5)
.changeset/pink-vans-push.md (+0 -5)
.changeset/pre.json (+0 -46)
.changeset/red-ladybugs-fly.md (+0 -5)
.changeset/shaggy-cycles-show.md (+0 -5)
.changeset/shaky-items-repair.md (+0 -5)
.changeset/shiny-banks-bet.md (+0 -5)
.changeset/tame-humans-tap.md (+0 -5)

...and 36 more files

📄 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 main, this PR will be updated.

Releases

@langchain/langgraph-checkpoint@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/langgraph-checkpoint-mongodb@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-postgres@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-redis@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-sqlite@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-validation@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-checkpoint@1.0.0

create-langgraph@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/langgraph@1.0.0

Major Changes

  • 1e1ecbb: Make Zod a peer dependency of @langchain/langgraph
  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • 1e1ecbb: Fix type issue with defining interrupt and writer in StateGraph constructor when using Annotation.Root
  • 1e1ecbb: Add pushMessage method for manually publishing to messages stream channel
  • 1e1ecbb: chore(prebuilt): deprecate createReactAgent
  • 1e1ecbb: Improve performance of scheduling tasks with large graphs
  • 1e1ecbb: Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick
  • 1e1ecbb: fix(@langchain/langgraph): export missing CommandParams symbol
  • 1e1ecbb: Add stream.encoding option to emit LangGraph API events as Server-Sent Events. This allows for sending events through the wire by piping the stream to a Response object.
  • 1e1ecbb: fix(@langchain/langgraph): export missing CommandInstance symbol
  • 1e1ecbb: Update troubleshooting link for common errors, add MISSING_CHECKPOINTER troubleshooting page
  • 1e1ecbb: Fix stateKey property in pushMessage being ignored when RunnableConfig is automatically inherited
  • 1e1ecbb: Improve tick performance by detecting interrupts faster within a tick.
  • 1e1ecbb: Improve tick performance by calling maxChannelMapVersion only once
  • 1e1ecbb: feat(langgraph): add toLangGraphEventStream method to stream events in LGP compatible format
  • 1e1ecbb: fix(createReactAgent): update deprecation messages to contain reactAgent
  • 1e1ecbb: writer, interrupt and signal is no longer an optional property of Runtime
  • 1e1ecbb: Add support for defining multiple interrupts in StateGraph constructor. Interrupts from the map can be picked from the Runtime object, ensuring type-safety across multiple interrupts.
  • 1e1ecbb: Channels are now part of the public API, allowing users to customise behaviour of checkpointing per channel (#976)
  • 1e1ecbb: Allow defining types for interrupt and custom events upfront
  • 1e1ecbb: Fix performance regression due to deferred nodes
  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-checkpoint@1.0.0
    • @langchain/langgraph-sdk@1.0.0

@langchain/langgraph-api@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • @langchain/langgraph-ui@1.0.0
    • @langchain/langgraph-checkpoint@1.0.0
    • @langchain/langgraph-sdk@1.0.0

@langchain/langgraph-cli@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

Patch Changes

  • Updated dependencies [1e1ecbb]
    • create-langgraph@1.0.0
    • @langchain/langgraph-api@1.0.0

@langchain/langgraph-cua@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/langgraph-supervisor@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/langgraph-swarm@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/langgraph-ui@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/langgraph-sdk@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

@langchain/build@1.0.0

Major Changes

  • 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the v1.0 release notes for details on what's new.

docs@null

docs

null


🔄 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/1735 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/17/2025 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (5) - [`b97541f`](https://github.com/langchain-ai/langgraphjs/commit/b97541f3d2009ae17993f92f9daa10ca74b14dc9) Version Packages - [`5e0b793`](https://github.com/langchain-ai/langgraphjs/commit/5e0b7938f433a87512de80e78060bc1f2efa3f80) chore: bump api langgraph dep - [`9657a73`](https://github.com/langchain-ai/langgraphjs/commit/9657a73cd0ca78d0b74a58485c18d2ed72243589) cr - [`a98457b`](https://github.com/langchain-ai/langgraphjs/commit/a98457bb89b84a94f59ddf9f1ff3fe4074fd88b3) cr - [`add8a42`](https://github.com/langchain-ai/langgraphjs/commit/add8a429bd3b3b1e79408af8d402d505040e55cd) cr ### 📊 Changes **56 files changed** (+210 additions, -201 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/breezy-llamas-laugh.md` (+0 -5) ➖ `.changeset/bumpy-candies-bake.md` (+0 -5) ➖ `.changeset/calm-doodles-shave.md` (+0 -5) ➖ `.changeset/early-drinks-fold.md` (+0 -5) ➖ `.changeset/every-windows-lose.md` (+0 -5) ➖ `.changeset/famous-oranges-pay.md` (+0 -5) ➖ `.changeset/fluffy-otters-matter.md` (+0 -5) ➖ `.changeset/funny-houses-mate.md` (+0 -5) ➖ `.changeset/good-pugs-reply.md` (+0 -5) ➖ `.changeset/late-islands-work.md` (+0 -5) ➖ `.changeset/lazy-friends-beam.md` (+0 -5) ➖ `.changeset/many-bees-repeat.md` (+0 -5) ➖ `.changeset/odd-paws-destroy.md` (+0 -5) ➖ `.changeset/pink-vans-push.md` (+0 -5) ➖ `.changeset/pre.json` (+0 -46) ➖ `.changeset/red-ladybugs-fly.md` (+0 -5) ➖ `.changeset/shaggy-cycles-show.md` (+0 -5) ➖ `.changeset/shaky-items-repair.md` (+0 -5) ➖ `.changeset/shiny-banks-bet.md` (+0 -5) ➖ `.changeset/tame-humans-tap.md` (+0 -5) _...and 36 more files_ </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 main, this PR will be updated. # Releases ## @langchain/langgraph-checkpoint@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/langgraph-checkpoint-mongodb@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-postgres@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-redis@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-sqlite@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-validation@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - @langchain/langgraph-checkpoint@1.0.0 ## create-langgraph@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/langgraph@1.0.0 ### Major Changes - 1e1ecbb: Make Zod a peer dependency of @langchain/langgraph - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - 1e1ecbb: Fix type issue with defining `interrupt` and `writer` in StateGraph constructor when using Annotation.Root - 1e1ecbb: Add `pushMessage` method for manually publishing to messages stream channel - 1e1ecbb: chore(prebuilt): deprecate createReactAgent - 1e1ecbb: Improve performance of scheduling tasks with large graphs - 1e1ecbb: Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick - 1e1ecbb: fix(@langchain/langgraph): export missing `CommandParams` symbol - 1e1ecbb: Add `stream.encoding` option to emit LangGraph API events as Server-Sent Events. This allows for sending events through the wire by piping the stream to a `Response` object. - 1e1ecbb: fix(@langchain/langgraph): export missing `CommandInstance` symbol - 1e1ecbb: Update troubleshooting link for common errors, add MISSING_CHECKPOINTER troubleshooting page - 1e1ecbb: Fix `stateKey` property in `pushMessage` being ignored when RunnableConfig is automatically inherited - 1e1ecbb: Improve tick performance by detecting interrupts faster within a tick. - 1e1ecbb: Improve tick performance by calling `maxChannelMapVersion` only once - 1e1ecbb: feat(langgraph): add `toLangGraphEventStream` method to stream events in LGP compatible format - 1e1ecbb: fix(createReactAgent): update deprecation messages to contain reactAgent - 1e1ecbb: `writer`, `interrupt` and `signal` is no longer an optional property of `Runtime` - 1e1ecbb: Add support for defining multiple interrupts in StateGraph constructor. Interrupts from the map can be picked from the `Runtime` object, ensuring type-safety across multiple interrupts. - 1e1ecbb: Channels are now part of the public API, allowing users to customise behaviour of checkpointing per channel (#976) - 1e1ecbb: Allow defining types for interrupt and custom events upfront - 1e1ecbb: Fix performance regression due to deferred nodes - Updated dependencies [1e1ecbb] - @langchain/langgraph-checkpoint@1.0.0 - @langchain/langgraph-sdk@1.0.0 ## @langchain/langgraph-api@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - @langchain/langgraph-ui@1.0.0 - @langchain/langgraph-checkpoint@1.0.0 - @langchain/langgraph-sdk@1.0.0 ## @langchain/langgraph-cli@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ### Patch Changes - Updated dependencies [1e1ecbb] - create-langgraph@1.0.0 - @langchain/langgraph-api@1.0.0 ## @langchain/langgraph-cua@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/langgraph-supervisor@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/langgraph-swarm@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/langgraph-ui@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/langgraph-sdk@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## @langchain/build@1.0.0 ### Major Changes - 1e1ecbb: This release updates the package for compatibility with LangGraph v1.0. See the [v1.0 release notes](https://docs.langchain.com/oss/javascript/releases/langgraph-v1) for details on what's new. ## docs@null # docs ## null --- <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:32 -05:00
yindo closed this issue 2026-02-15 20:16:32 -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#1691