[PR #1734] [CLOSED] Version Packages #1690

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

📋 Pull Request Information

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

Base: v1Head: changeset-release/v1


📝 Commits (1)

📊 Changes

56 files changed (+191 additions, -192 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 v1, this PR will be updated.

Releases

@langchain/langgraph-checkpoint@1.0.0

Major Changes

  • 66317c9: 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

  • 66317c9: 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 [66317c9]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-postgres@1.0.0

Major Changes

  • 66317c9: 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 [66317c9]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-redis@1.0.0

Major Changes

  • 66317c9: 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 [66317c9]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-sqlite@1.0.0

Major Changes

  • 66317c9: 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 [66317c9]
    • @langchain/langgraph-checkpoint@1.0.0

@langchain/langgraph-checkpoint-validation@1.0.0

Major Changes

  • 66317c9: 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 [66317c9]
    • @langchain/langgraph-checkpoint@1.0.0

create-langgraph@1.0.0

Major Changes

  • 66317c9: 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

  • 445c2ae: Make Zod a peer dependency of @langchain/langgraph
  • 66317c9: 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

  • a5bcd74: Fix type issue with defining interrupt and writer in StateGraph constructor when using Annotation.Root
  • 5184725: Add pushMessage method for manually publishing to messages stream channel
  • 5f9b5a0: chore(prebuilt): deprecate createReactAgent
  • a05436d: Improve performance of scheduling tasks with large graphs
  • d35db59: Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick
  • b6d6701: fix(@langchain/langgraph): export missing CommandParams symbol
  • 05619e2: 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.
  • d5be09c: fix(@langchain/langgraph): export missing CommandInstance symbol
  • 7e01d08: Update troubleshooting link for common errors, add MISSING_CHECKPOINTER troubleshooting page
  • 14cb042: Fix stateKey property in pushMessage being ignored when RunnableConfig is automatically inherited
  • a527fc7: Improve tick performance by detecting interrupts faster within a tick.
  • 27934c0: Improve tick performance by calling maxChannelMapVersion only once
  • dcc117f: feat(langgraph): add toLangGraphEventStream method to stream events in LGP compatible format
  • dc2e5f2: fix(createReactAgent): update deprecation messages to contain reactAgent
  • e8f5084: writer, interrupt and signal is no longer an optional property of Runtime
  • c3f326d: 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.
  • 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
  • Updated dependencies [66317c9]
    • @langchain/langgraph-checkpoint@1.0.0
    • @langchain/langgraph-sdk@1.0.0

@langchain/langgraph-api@1.0.0

Major Changes

  • 66317c9: 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 [66317c9]
    • @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

  • 66317c9: 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 [66317c9]
    • create-langgraph@1.0.0
    • @langchain/langgraph-api@1.0.0

@langchain/langgraph-cua@1.0.0

Major Changes

  • 66317c9: 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

  • 66317c9: 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

  • 66317c9: 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

  • 66317c9: 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

  • 66317c9: 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

  • 66317c9: 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/1734 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 10/17/2025 **Status:** ❌ Closed **Base:** `v1` ← **Head:** `changeset-release/v1` --- ### 📝 Commits (1) - [`28e8923`](https://github.com/langchain-ai/langgraphjs/commit/28e89231d1d2e4ec04e2d933248dec31327c2554) Version Packages ### 📊 Changes **56 files changed** (+191 additions, -192 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 v1, this PR will be updated. # Releases ## @langchain/langgraph-checkpoint@1.0.0 ### Major Changes - 66317c9: 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 - 66317c9: 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 [66317c9] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-postgres@1.0.0 ### Major Changes - 66317c9: 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 [66317c9] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-redis@1.0.0 ### Major Changes - 66317c9: 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 [66317c9] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-sqlite@1.0.0 ### Major Changes - 66317c9: 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 [66317c9] - @langchain/langgraph-checkpoint@1.0.0 ## @langchain/langgraph-checkpoint-validation@1.0.0 ### Major Changes - 66317c9: 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 [66317c9] - @langchain/langgraph-checkpoint@1.0.0 ## create-langgraph@1.0.0 ### Major Changes - 66317c9: 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 - 445c2ae: Make Zod a peer dependency of @langchain/langgraph - 66317c9: 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 - a5bcd74: Fix type issue with defining `interrupt` and `writer` in StateGraph constructor when using Annotation.Root - 5184725: Add `pushMessage` method for manually publishing to messages stream channel - 5f9b5a0: chore(prebuilt): deprecate createReactAgent - a05436d: Improve performance of scheduling tasks with large graphs - d35db59: Improve graph execution performance by avoiding unnecessary cloning of checkpoints after every tick - b6d6701: fix(@langchain/langgraph): export missing `CommandParams` symbol - 05619e2: 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. - d5be09c: fix(@langchain/langgraph): export missing `CommandInstance` symbol - 7e01d08: Update troubleshooting link for common errors, add MISSING_CHECKPOINTER troubleshooting page - 14cb042: Fix `stateKey` property in `pushMessage` being ignored when RunnableConfig is automatically inherited - a527fc7: Improve tick performance by detecting interrupts faster within a tick. - 27934c0: Improve tick performance by calling `maxChannelMapVersion` only once - dcc117f: feat(langgraph): add `toLangGraphEventStream` method to stream events in LGP compatible format - dc2e5f2: fix(createReactAgent): update deprecation messages to contain reactAgent - e8f5084: `writer`, `interrupt` and `signal` is no longer an optional property of `Runtime` - c3f326d: 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. - 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 - Updated dependencies [66317c9] - @langchain/langgraph-checkpoint@1.0.0 - @langchain/langgraph-sdk@1.0.0 ## @langchain/langgraph-api@1.0.0 ### Major Changes - 66317c9: 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 [66317c9] - @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 - 66317c9: 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 [66317c9] - create-langgraph@1.0.0 - @langchain/langgraph-api@1.0.0 ## @langchain/langgraph-cua@1.0.0 ### Major Changes - 66317c9: 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 - 66317c9: 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 - 66317c9: 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 - 66317c9: 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 - 66317c9: 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 - 66317c9: 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:31 -05:00
yindo closed this issue 2026-02-15 20:16:31 -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#1690