Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2025

This PR contains the following updates:

Package Change Age Confidence
@langchain/langgraph (source) ^0.3.0 -> ^1.0.0 age confidence

Release Notes

langchain-ai/langgraphjs (@​langchain/langgraph)

v1.0.7

Compare Source

Patch Changes
  • f602df6: Adding support for resumableStreams on remote graphs.

v1.0.6

Compare Source

Patch Changes
  • de1454a: undeprecate toolsCondition
  • 2340a54: respect meta defaults in LastValue

v1.0.5

Compare Source

Patch Changes

v1.0.4

Compare Source

Patch Changes

v1.0.3

Compare Source

Patch Changes

v1.0.2

Compare Source

Patch Changes
  • 4a6bde2: remove interrupt deprecations docs

v1.0.1

Compare Source

Patch Changes

v1.0.0

Compare Source

Major Changes
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]

v0.4.9

Compare Source

Patch Changes

v0.4.8

Compare Source

Patch Changes
  • bb0df7c: Fix "This stream has already been locked for exclusive reading by another reader" error when using web-streams-polyfill

v0.4.7

Compare Source

Patch Changes
  • 60e9258: fix(langgraph): task result from stream mode debug / tasks should match format from getStateHistory / getState
  • 07a5b2f: fix(langgraph): avoid accepting incorrect keys in withLangGraph
  • Updated dependencies [b5f14d0]

v0.4.6

Compare Source

Patch Changes

v0.4.5

Compare Source

Patch Changes
  • d22113a: fix(pregel/utils): propagate abort reason in combineAbortSignals
  • 2284045: fix(langgraph): send checkpoint namespace when yielding custom events in subgraphs
  • 4774013: fix(langgraph): persist resume map values

v0.4.4

Compare Source

Patch Changes
  • 8f4acc0: feat(langgraph): speed up prepareSingleTask by 20x
  • 8152a15: Use return type of nodes for streamMode: updates types
  • 4e854b2: fix(langgraph): set status for tool messages generated by ToolNode
  • cb4b17a: feat(langgraph): use createReactAgent description for supervisor agent handoffs
  • Updated dependencies [72386a4]
  • Updated dependencies [3ee5c20]

v0.4.3

Compare Source

Patch Changes
  • f69bf6d: feat(langgraph): createReactAgent v2: use Send for each of the tool calls
  • 9940200: feat(langgraph): Allow partially applying tool calls via postModelHook
  • e8c61bb: feat(langgraph): add dynamic model choice to createReactAgent

v0.4.2

Compare Source

Patch Changes
  • c911c5f: fix(langgraph): handle empty messages

v0.4.1

Compare Source

Patch Changes

v0.4.0

Compare Source

Minor Changes
  • 5f7ee26: feat(langgraph): cleanup of interrupt interface
  • 10432a4: chore(langgraph): remove SharedValue / managed values
  • f1bcec7: chore(langgraph): introduce context field and Runtime type
  • 14dd523: fix(langgraph): auto-inference of configurable fields
  • fa78796: Add durability checkpointer mode
  • 565f472: Mark StateGraph({ channel }) constructor deprecated
Patch Changes

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/langchain-langgraph-1.x branch 2 times, most recently from d5b7758 to f4f7597 Compare October 24, 2025 03:54
@renovate renovate bot force-pushed the renovate/langchain-langgraph-1.x branch from f4f7597 to 58314ba Compare November 10, 2025 22:10
@renovate renovate bot force-pushed the renovate/langchain-langgraph-1.x branch from 58314ba to fc47ce2 Compare November 19, 2025 01:04
@renovate renovate bot force-pushed the renovate/langchain-langgraph-1.x branch 2 times, most recently from 18c4c83 to 0860652 Compare December 5, 2025 06:02
@renovate renovate bot force-pushed the renovate/langchain-langgraph-1.x branch from 0860652 to 66a6b63 Compare December 18, 2025 14:11
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.

1 participant