Releases: langchain-ai/langgraphjs
Releases · langchain-ai/langgraphjs
0.2.62
What's Changed
- release(langgraph): 0.2.61 by @dqbd in #1061
- fix(langgraph): compose & propagate AbortSignal correctly, trigger on more early termination cases by @benjamincburns in #1022
Full Changelog: 0.2.61...0.2.62
0.2.61
What's Changed
- release(langgraph): 0.2.60 by @benjamincburns in #1049
- feat(cua): Implement passing blocked domains by @bracesproul in #1048
- fix(langgraph): do not show side-effect warning for zod entrypoint by @dqbd in #1047
- langgraph: include full message history when generating structured response in createReactAgent by @vbarda in #1050
- docs: Fix structured output docs sidebar + links by @jacoblee93 in #1056
- docs: update llms overview by @eyurtsev in #1055
- fix(prebuilt): make sure the AIMessage mutation occurs within
lc_kwargs
as well by @dqbd in #1058 - fix(state): fix types for overlapping schemas by @dqbd in #1057
- fix(cua): Bump min version for OpenAI peer dep by @bracesproul in #1059
- release(cua): 0.0.4 by @bracesproul in #1060
Full Changelog: 0.2.60...0.2.61
Release 0.2.60
What's Changed
- release(langgraph): 0.2.55 by @benjamincburns in #985
- docs: update README by @vbarda in #987
- feat(docs): add entries about gen ui by @dqbd in #988
- fix(docs): broken link for gen ui by @dqbd in #989
- docs: Add missing glossary section, recursion limit guide, caveats to interrupt() function, fix broken links by @jacoblee93 in #990
- fix(checkpoint-sqlite): upgrade better-sqlite3 to 11.7.0 by @littledivy in #986
- fix(docs): update integration testing instructions by @littledivy in #983
- build(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot in #980
- build(deps): bump axios from 1.7.5 to 1.8.3 in the npm_and_yarn group across 1 directory by @dependabot in #991
- Updated dead link in time-travel docs by @rafalszulejko in #971
- feat(pregel): add bulk update state method by @dqbd in #969
- release(langgraph): 0.2.56 by @dqbd in #1000
- feat(pregel): add ability to bulk update as input by @dqbd in #1007
- release(langgraph): bump to 0.2.57 by @dqbd in #1009
- feat(docs): add llms.txt by @eyurtsev in #1011
- feat(docs): add llms-overview file by @eyurtsev in #1015
- chore(langgraph): begin porting python tests, with bug fixes by @benjamincburns in #1023
- fix(langgraph): allow setting edges from START on Graph by @benjamincburns in #1028
- fix(docs): Add section to demonstrate saving a graph diagram locally by @nick-w-nick in #906
- perf(checkpoint-sqlite): reuse
getTuple
prepared statements by @littledivy in #998 - feat(langgraph): add Zod support for state definition / config schema by @dqbd in #1018
- feat(pregel): add support for zod input / output schema by @dqbd in #1024
- feat(pregel): add Zod config schema + langgraph studio meta properties by @dqbd in #1025
- feat(prebuilt-cua): Prebuilt computer use agent by @bracesproul in #1003
- fix(cua): Docs by @bracesproul in #1030
- release(cua): 0.0.0-rc.1 by @bracesproul in #1031
- feat(pregel): add zod plugin by @dqbd in #1029
- release(langgraph): 0.2.58 by @dqbd in #1032
- fix(cua): Add execute before and after nodes by @bracesproul in #1033
- feat(cua): Add docs on before/after node and state modifier by @bracesproul in #1034
- release(cua): 0.0.0 by @bracesproul in #1036
- fix(cua): Examples dir path in readme by @bracesproul in #1037
- release(cua): 0.0.1 by @bracesproul in #1038
- fix(langgraph): callbacks not passed in streamEvents by @dqbd in #1035
- fix(cua): Readme example imports by @bracesproul in #1039
- release(langgraph): 0.2.59 by @dqbd in #1040
- fix(cua): Conditional edge check by @bracesproul in #1042
- release(cua): 0.0.2 by @bracesproul in #1043
- fix(cua): Generics typing for custom state and nodes by @bracesproul in #1044
- release(cua): 0.0.3 by @bracesproul in #1045
- fix(langgraph): handle cycles correctly on Command/Send deserialization by @benjamincburns in #1046
New Contributors
- @littledivy made their first contribution in #986
- @rafalszulejko made their first contribution in #971
Full Changelog: 0.2.55...0.2.60
Release 0.2.55
What's Changed
- release(langgraph): 0.2.54 by @benjamincburns in #962
- fix(docs): remove another debugging line - more minor tweaks by @benjamincburns in #963
- Add spec aided by claude code by @nfcampos in #966
- chore(langgraph): add tests to validate AbortSignal is passed into nodes by @benjamincburns in #981
- fix(langgraph): fix subgraph tracking, namespace, and resume bugs for functional API by @benjamincburns in #984
Full Changelog: 0.2.54...0.2.55
0.2.54
What's Changed
- release(langgraph): 0.2.53 by @benjamincburns in #948
- fix(supervisor, swarm): bump langgraph dep by @benjamincburns in #949
- release(langgraph-supervisor): 0.0.8 by @benjamincburns in #950
- release(langgraph-swarm): 0.0.2 by @benjamincburns in #951
- swarm, supervisor: use peerDependencies by @vbarda in #953
- supervisor: release 0.0.9 by @vbarda in #954
- release(langgraph-swarm): 0.0.3 by @vbarda in #955
- chore(docs): update docs for
getCurrentTaskInput
by @benjamincburns in #956 - fix(docs): fix doc build error by @benjamincburns in #957
- Fix semantic search for long-term memory, substantially improve howto doc for this feature by @benjamincburns in #958
- fix(docs): format & remove debugging line from semantic search doc by @benjamincburns in #959
- release(langgraph-checkpoint): 0.0.16 by @benjamincburns in #960
- chore(langgraph): bump checkpoint dep for AsyncBatchedStore fix by @benjamincburns in #961
Full Changelog: 0.2.53...0.2.54
checkpoint==0.0.16
What's Changed
- release(checkpoint): 0.0.15 by @benjamincburns in #825
- Fix semantic search for long-term memory, substantially improve howto doc for this feature by @benjamincburns in #958
Full Changelog: checkpoint==0.0.15...checkpoint==0.0.16
0.2.53
What's Changed
- release(langgraph): 0.2.52 by @benjamincburns in #935
- fix(langgraph): support bedrock tool spec with createReactAgent with bound tools by @subeshb1 in #922
- feat(langgraph): add getCurrentTaskInput to fetch state in tools, etc by @benjamincburns in #943
- langgraph: do not pass subgraph state on Command.parent updates by @vbarda in #944
- fix(langgraph): don't emit input messages in "messages" stream by @benjamincburns in #946
- fix(docs): Replace "Python" with "JavaScript" in swarm README by @nick-w-nick in #942
- feat(langgraph): support model.bindTools in createReactAgent for google genai by @vbarda in #940
New Contributors
Full Changelog: 0.2.52...0.2.53
swarm==0.0.3
What's Changed
- swarm, supervisor: use peerDependencies by @vbarda in #953
- release(langgraph-swarm): 0.0.3 by @vbarda in #955
Full Changelog: swarm==0.0.2...swarm==0.0.3
swarm==0.0.2
What's Changed
- langgraph: do not pass subgraph state on Command.parent updates by @vbarda in #944
- fix(docs): Replace "Python" with "JavaScript" in swarm README by @nick-w-nick in #942
- fix(supervisor, swarm): bump langgraph dep by @benjamincburns in #949
Full Changelog: swarm==0.0.1...swarm==0.0.2
supervisor==0.0.9
What's Changed
- swarm, supervisor: use peerDependencies by @vbarda in #953
- supervisor: release 0.0.9 by @vbarda in #954
Full Changelog: swarm==0.0.8...supervisor==0.0.9