Skip to content

Conversation

@github-actions
Copy link
Contributor

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 (Feature request: Export the Topic channel class #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

@hntrl hntrl merged commit d4b6d9c into main Oct 17, 2025
13 of 20 checks passed
@hntrl hntrl deleted the changeset-release/main branch October 17, 2025 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants