Releases: langchain-ai/langgraphjs
Releases · langchain-ai/langgraphjs
Release 0.2.46
What's Changed
- Release 0.2.45 by @jacoblee93 in #848
- fix(remote): use "messages-tuple" when requesting "messages" by @dqbd in #799
- fix(messages): reuse the first valid message ID for subsequent chunks by @dqbd in #798
- docs: Fix human in the loop concept example by @jacoblee93 in #854
- langgraph: allow setting custom names for compiled graph / compiled state graph by @vbarda in #852
- langgraph: export AnnotationRoot by @vbarda in #856
- docs: add adopters by @vbarda in #857
- langgraph: use 'prompt' param for model input preprocessing in create_react_agent by @vbarda in #858
- langgraph: allow passing model.bindTools() to createReactAgent by @vbarda in #859
Full Changelog: 0.2.45...0.2.46
Release 0.2.45
What's Changed
- release(langgraph): 0.2.44 by @benjamincburns in #829
- Update README.md by @eyurtsev in #831
- ci: update upload-arfifact by @vbarda in #832
- docs: third party packages.yml by @eyurtsev in #840
- Update functional_api.md by @eyurtsev in #833
- fix(docs/etc): Fix miscellaneous typos by @nick-w-nick in #837
- fix(docs): adjust list appearance in README by @ryukez in #834
- fix(docs): adjust list appearance in tutorials/quickstart by @ryukez in #835
- fix(docs): crag wrong tool invocation by @SeonMyungLim in #836
- Interrupt banner by @tanushree-sharma in #842
- Update plans.md by @eyurtsev in #843
- generate llms-text by @eyurtsev in #844
- ci: add llms-text by @eyurtsev in #845
- fix(langgraph): Dedupe input (right-side) messages in messageStateReducer by @jacoblee93 in #846
- fix(langgraph): Update messagesStateReducer behavior to apply rightMessages in order by @jacoblee93 in #847
New Contributors
- @eyurtsev made their first contribution in #831
- @nick-w-nick made their first contribution in #837
- @ryukez made their first contribution in #834
- @SeonMyungLim made their first contribution in #836
- @tanushree-sharma made their first contribution in #842
Full Changelog: 0.2.44...0.2.45
Release 0.2.44
What's Changed
- Release 0.2.43 by @jacoblee93 in #821
- docs: Optimize notebook by @jacoblee93 in #820
- docs: update README by @vbarda in #822
- docs: small README update by @vbarda in #823
- chore: bump rollup from 4.32.0 to 4.32.1 in the npm_and_yarn group across 1 directory by @dependabot in #824
- release(checkpoint): 0.0.15 by @benjamincburns in #825
- chore(checkpoint-mongodb): release 0.0.5 by @benjamincburns in #826
- release(langgraph-checkpoint-sqlite): 0.1.4 by @benjamincburns in #827
- docs: update to AIMessage.tool_calls by @regchiu in #784
- release(langgraph-checkpoint-postgres): 0.0.3 by @benjamincburns in #828
New Contributors
Full Changelog: 0.2.43...0.2.44
Release 0.2.43
What's Changed
- Release 0.2.42 by @benjamincburns in #816
- fix(func): expose input / output types in pregel to support studio by @dqbd in #811
- fix(langgraph): Export types for portability by @jacoblee93 in #819
Full Changelog: 0.2.42...0.2.43
Release 0.2.42
What's Changed
- Release 0.2.41 by @jacoblee93 in #789
- patch(langgraph): Refactor pregel loop to use new
PregelRunner
class, ported from python LangGraph. by @benjamincburns in #791 - add how-to guide on structured output prebuilt react agent by @isahers1 in #794
- fix(langgraph): abort graph execution when config.signal is aborted by @benjamincburns in #795
- fix(langgraph): make sure the pregel loop aborts on cancellation by @benjamincburns in #797
- docs: update readme and landing page by @ccurme in #802
- docs: Update LangGraph.js READMEs by @jacoblee93 in #804
- docs: fix a broken link by @vbarda in #808
- docs: Update docs for functional API by @jacoblee93 in #809
- feat(langgraph): functional API by @benjamincburns in #793
- docs: Pull LangGraph Cloud docs on build, update cloud and local server guides by @jacoblee93 in #813
- feat: Allow checkpointer as an alias to createReactAgent by @jacoblee93 in #805
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #806
- docs: update concepts/howto for Command by @vbarda in #800
- fix task/entrypoint func type by @benjamincburns in #814
- release(checkpoint): 0.0.14 by @benjamincburns in #815
New Contributors
Full Changelog: 0.2.41...0.2.42
Release 0.2.41
What's Changed
- Release 0.2.39 by @jacoblee93 in #774
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot in #771
- feat(langgraph): Add interrupt schema to library by @bracesproul in #775
- docs: update MULTIPLE_SUBGRAPHS troubleshooting by @vbarda in #781
- fix(io): update tuples are ignored by pregel io by @dqbd in #776
- release(langgraph): 0.2.40 by @bracesproul in #782
- chore(langgraph): test errors thrown from conditional edges by @benjamincburns in #783
- feat(docs): add updated CLI command by @dqbd in #785
- docs: add up command for the JS CLI by @dqbd in #786
- fix(langgraph): add structured response format to prebuilt react agent by @isahers1 in #788
Full Changelog: 0.2.39...0.2.41
Release 0.2.39
What's Changed
- Release 0.2.38 by @jacoblee93 in #770
- fix(langgraph): Make streamMode updates yield a final interrupt event, values yield final values by @jacoblee93 in #773
Full Changelog: 0.2.38...0.2.39
0.2.38
What's Changed
- release(langgraph): 0.2.37 by @jacoblee93 in #767
- fix(langgraph): Fix nostream tags behavior in stream mode messages by @jacoblee93 in #768
- docs: Document the nostream tag for stream mode messages by @jacoblee93 in #769
Full Changelog: 0.2.37...0.2.38
Release 0.2.37
What's Changed
- Release 0.2.36 by @jacoblee93 in #762
- fix(langgraph): Serialize command objects passed as input into remote graph by @jacoblee93 in #766
Full Changelog: 0.2.36...0.2.37
Release 0.2.36
What's Changed
- Release 0.2.34 by @jacoblee93 in #746
- docs: Add missing doc to index page by @jacoblee93 in #747
- build(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot in #751
- fix(docs): Update how to index HITL by @bracesproul in #752
- fix(pregel): interruptBefore and interruptAfter is ignored from
streamEvents
by @dqbd in #756 - release(langgraph): Bump to 0.2.35 by @dqbd in #757
- fix(langgraph): Fix behavior around array return values from nodes by @jacoblee93 in #760
- fix(ci): Revert version bump by @jacoblee93 in #761
Full Changelog: 0.2.34...0.2.36