Releases: langchain-ai/langgraphjs
Releases · langchain-ai/langgraphjs
Release 0.1.2
What's Changed
- infra[patch]: Add dist-cjs to gitignore by @bracesproul in #362
- docs[minor]: Add map reduce docs by @bracesproul in #361
- Fix build steps, docs issue by @jacoblee93 in #363
- checkpoint-mongodb[patch]: Release 0.0.2 by @jacoblee93 in #365
- docs[patch]: Update sidebar and index page links by @bracesproul in #364
- docs[minor]: Add how to on deleting messages from state by @bracesproul in #367
- Update docstrings, improve API refs by @jacoblee93 in #369
- Fix tracing for update state calls by @jacoblee93 in #371
- Add streaming from final node notebook by @jacoblee93 in #372
- Fix bad tuple in plan and execute docs by @jacoblee93 in #373
- Update README by @jacoblee93 in #375
- Remove unsupported docs for now by @jacoblee93 in #376
- Handle explicit undefined values passed into serde by @jacoblee93 in #374
- Adds support for retry policy for nodes by @jacoblee93 in #377
- checkpoint[patch]: Release 0.0.2 by @jacoblee93 in #378
- Bump versions by @jacoblee93 in #379
Full Changelog: 0.1.1...0.1.2
Release 0.1.1
What's Changed
- Release 0.1.0 by @jacoblee93 in #344
- docs[patch]: Extract proper tool input in rewoo doc by @bracesproul in #345
- docs[minor]: Update init syntax for RAG docs by @bracesproul in #339
- docs[minor]: Update docs on init syntax in concepts by @bracesproul in #347
- docs[patch]: Fix remaining API ref url by @bracesproul in #348
- infra[patch]: Upgrade scripts version by @bracesproul in #349
- docs[minor]: Add doc on defining state by @bracesproul in #350
- docs[patch]: Correct API ref urls by @bracesproul in #351
- docs[patch]: Fix state def in low level concepts doc by @bracesproul in #355
- Update checkpoint serde to support types by @jacoblee93 in #353
- checkpoint[patch]: Release 0.0.1 by @jacoblee93 in #356
- checkpoint-sqlite[patch]: Release 0.0.1 by @jacoblee93 in #357
- Release 0.1.1 by @jacoblee93 in #358
- Adds MongoDB checkpointer by @jacoblee93 in #352
Full Changelog: 0.1.0...0.1.1
Release 0.1.0
What's Changed
- Release 0.0.34 by @jacoblee93 in #309
- feat(types): expose node type, run input and run output in compiled graph by @dqbd in #311
- feat(types): export CompiledGraph by @dqbd in #312
- [docs]: remove messagegraph by @isahers1 in #314
- feat(pregel): add support for multiple stream modes by @dqbd in #315
- feat(pregel): add debug stream mode by @dqbd in #316
- Refactor pregel into algo by @jacoblee93 in #317
- Support checkpoint_ns, refactor by @jacoblee93 in #313
- ci[minor]: Add validate notebooks GH action by @bracesproul in #321
- ci[minor]: Add script & GH action to validate deno and node deps in sync by @bracesproul in #327
- docs[minor]: Update init syntax docs by @bracesproul in #328
- Refactor to use PregelLoop by @jacoblee93 in #330
- docs[patch]: Update init syntax in readmes by @bracesproul in #331
- docs[minor]: Add missing items to sidebar, add new tools doc by @bracesproul in #332
- Update channel base class, fix checkpointer error handling in loop by @jacoblee93 in #337
- feat(debug): add checkpoint debug events by @dqbd in #323
- Add pending writes to debug state, fix forking state bug by @jacoblee93 in #338
- infra[patch]: Bump langchain scripts version by @bracesproul in #334
- docs[minor]: Update graph init syntax of more docs by @bracesproul in #335
- Refactor task execution to yield events as soon as a task finishes, fix resuming from error states by @jacoblee93 in #340
- Split checkpointers into libraries by @jacoblee93 in #341
- langgraph[minor]: Expose MessagesState annotation by @bracesproul in #333
- Rename MessagesState to MessagesAnnotation by @jacoblee93 in #343
- Merge 0.1 by @jacoblee93 in #342
New Contributors
Full Changelog: 0.0.34...0.1.0
Release 0.0.34
What's Changed
- Export Annotation etc from root by @nfcampos in #299
- Release 0.0.33 by @jacoblee93 in #300
- Spelling by @hinthornw in #304
- Remove core deps from export tests to resolve conflicts by @jacoblee93 in #306
- Implement send API by @jacoblee93 in #305
- Add Annotation.Root to make it easier to access State, Update and Node types by @nfcampos in #307
- Update docstring for Send API by @jacoblee93 in #308
Full Changelog: 0.0.33...0.0.34
Release 0.0.33
What's Changed
- Release 0.0.32 by @jacoblee93 in #298
- Export Annotation etc from root by @nfcampos in #299
Full Changelog: 0.0.32...0.0.33
Release 0.0.32
What's Changed
- Release 0.0.31 by @jacoblee93 in #279
- docs[minor]: Edit graph state how to guide by @bracesproul in #269
- docs[minor]: Add wait user input doc by @bracesproul in #272
- infra[patch]: Use latest turbo repo and build setup by @bracesproul in #271
- infra[patch]: Use non rc of langchain/scripts 0.0.19 by @bracesproul in #282
- Update README code by @jacoblee93 in #283
- tslab instructions - Update README.md by @justinlevi in #280
- docs[minor]: Port concepts pages from PY docs by @bracesproul in #286
- Add quickstart to tutorials by @jacoblee93 in #288
- docs: rm discord by @baskaryan in #284
- Define StateGraph State in a single delcaration, from which both reducers and state and update interfaces are inferred by @nfcampos in #289
- Bump semver from 7.5.1 to 7.6.2 by @dependabot in #197
- Update dev dependencies with security vulnerabilities by @nfcampos in #295
- Use config.signal to control cancellation by @nfcampos in #294
- Adds signal test, fix bug by @jacoblee93 in #297
- Bump fast-xml-parser from 4.4.0 to 4.4.1 in the npm_and_yarn group across 1 directory by @dependabot in #296
New Contributors
- @justinlevi made their first contribution in #280
- @baskaryan made their first contribution in #284
Full Changelog: 0.0.31...0.0.32
Release 0.0.31
What's Changed
- Release 0.0.30 by @jacoblee93 in #276
- Adds guide on streaming without LangChain models by @jacoblee93 in #274
- Fix bundlers dropping AsyncLocalStorage initialization in entrypoint by @jacoblee93 in #278
Full Changelog: 0.0.30...0.0.31
Release 0.0.30
What's Changed
- Release 0.0.29 by @jacoblee93 in #270
- docs[minor]: Add human in the loop breakpoints doc by @bracesproul in #268
- Adds example of how to stream a structured final response from an agent by @jacoblee93 in #273
- Update conditional edge tracing for new core version by @jacoblee93 in #275
Full Changelog: 0.0.29...0.0.30
Release 0.0.29
What's Changed
- docs[minor]: Manage conversation history doc by @bracesproul in #262
- Adds automatic error handling for ToolNode, RemoveMessage support by @jacoblee93 in #266
Full Changelog: 0.0.28...0.0.29
Release 0.0.28
What's Changed
- minor: Allow RunnableToolLike by @bracesproul in #260
- infra[patch]: Set yarn version to 3.5.1 by @bracesproul in #261
- Release 0.0.28 by @bracesproul in #263
Full Changelog: 0.0.27...0.0.28