Releases: langchain-ai/langgraphjs
Releases · langchain-ai/langgraphjs
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
Release 0.2.34
What's Changed
- Release 0.2.33 by @jacoblee93 in #742
- fix(docs): Update HITL and add interrupt docs by @bracesproul in #738
- fix(langgraph): Fix chat model streaming for streamMode messages by @jacoblee93 in #745
Full Changelog: 0.2.31...0.2.34
0.2.33
What's Changed
- Release 0.2.32 by @jacoblee93 in #736
- feat(langgraph): Allow tools to return Commands and update graph state by @jacoblee93 in #740
- feat(langgraph): Adds error page for unreachable nodes by @jacoblee93 in #741
Full Changelog: 0.2.32...0.2.33