Releases: langchain-ai/langgraphjs
Releases · langchain-ai/langgraphjs
Release 0.2.28
What's Changed
- release(langgraph): 0.2.27 by @jacoblee93 in #716
- fix(langgraph): Re-throw NodeInterrupt errors from ToolNode for HITL. by @jaredhanson in #718
- feat(langgraph): Edgeless graph support by @jacoblee93 in #717
Full Changelog: 0.2.27...0.2.28
Release 0.2.27
What's Changed
- Release 0.2.26 by @bracesproul in #709
- Allow value of NodeInterrupt to be any (JSON-serializable) type. by @jaredhanson in #710
- fix: Allow updating state as node end by @bracesproul in #712
- feat(prebuilt): Adds stateModifier param to createReactAgent by @jacoblee93 in #714
- docs: Adds semantic search docs by @jacoblee93 in #715
New Contributors
- @jaredhanson made their first contribution in #710
Full Changelog: 0.2.26...0.2.27
Release 0.2.26
What's Changed
- fix(langgraph): Prevent non RunnableConfig keys from being passed by @bracesproul in #707
Full Changelog: 0.2.25...0.2.26
Release 0.2.25
What's Changed
- release(langgraph): 0.2.24 by @bracesproul in #699
- InMem Search by @hinthornw in #700
- fix(langgraph): Add test for invoking a single node by @bracesproul in #701
- fix(debug): interrupts task result double tuple format by @dqbd in #702
- fix(interrupt): match signature of GraphInterrupt created in interrupt() by @dqbd in #703
- [Checkpoint] Release 0.0.13 by @hinthornw in #704
- feat(graph): passthrough input types to invoke/stream by @dqbd in #650
Full Changelog: 0.2.24...0.2.25
Release 0.2.24
What's Changed
- Release 0.2.23 by @bracesproul in #693
- fix(docs): use
messagesStateReducer
instead ofconcat
to match Python by @dqbd in #696 - fix(langgraph): Add test for subgraph interrupts & resume with Command by @bracesproul in #698
Full Changelog: 0.2.23...0.2.24
Release 0.2.23
What's Changed
- Release 0.2.22 by @nfcampos in #682
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #679
- docs: Fix typo by @kostasx in #683
- fix(ci): Fix release script by @bracesproul in #685
- fix(docs): added missing dependency in tutorial by adding @langchain/langgraph by @greysonthao in #688
- Implement interrupt(...) and Command({resume: ...}) by @nfcampos in #690
New Contributors
- @kostasx made their first contribution in #683
- @greysonthao made their first contribution in #688
Full Changelog: 0.2.22...0.2.23
Release 0.2.22
What's Changed
- docs: Add breadcrumbs by @jacoblee93 in #670
- Add update state branch for copy by @nfcampos in #680
Full Changelog: 0.2.21...0.2.22
Release 0.2.21
What's Changed
- chore(langgraph): Release 0.2.20 by @jacoblee93 in #654
- feat(remote): upstream type casts from remote to SDK by @dqbd in #656
- docs: Fix headers and sidebar in custom streaming page by @jacoblee93 in #661
- docs: Fix header and sidebar on stream tokens page by @jacoblee93 in #662
- docs: Adds compatibility section to streaming docs by @jacoblee93 in #669
- fix(docs): hierarchical agent teams ntbk by @bracesproul in #664
- fix(docs): Update broken dynamic tool link by @rtuin in #671
- fix(langgraph): Fix recursionLimit passing via .withConfig by @jacoblee93 in #677
- chore(langgraph): Release 0.2.21 by @jacoblee93 in #678
New Contributors
Full Changelog: 0.2.20...0.2.21
Release 0.2.20
What's Changed
- chore(langgraph): Release 0.2.19 by @jacoblee93 in #644
- docs: New cloud docs by @bracesproul in #642
- docs: Update copy by @jacoblee93 in #645
- Update link by @hinthornw in #646
- fix(langgraph): Fix memory saver immutable assertion by @jacoblee93 in #649
- fix(langgraph): Make graph nodes stream chunks immediately rather than aggregating by @jacoblee93 in #648
- feat(langgraph): Add stream mode messages by @jacoblee93 in #651
- fix(langgraph): Fix array stream_mode defaults by @jacoblee93 in #652
- feat(langgraph): Adds custom streaming mode by @jacoblee93 in #653
Full Changelog: 0.2.19...0.2.20
Release 0.2.19
What's Changed
- chore(langgraph): Bump dev dependencies by @jacoblee93 in #635
- fix(checkpoint-sqlite): populate pending_sends and pendingWrites by @benjamincburns in #631
- fix(checkpoint-sqlite): don't return undefined namespace from put by @benjamincburns in #634
- chore(checkpoint-validation): fix eslint extraneous-import error by @benjamincburns in #633
- chore(checkpoint-sqlite): Release 0.1.3 by @jacoblee93 in #640
- feat(langgraph): Adds RemoteGraph by @jacoblee93 in #639
- fix(langgraph): Fix subgraph namespacing in RemoteGraph by @jacoblee93 in #643
Full Changelog: 0.2.18...0.2.19