[PR #342] [MERGED] Merge 0.1 #672

Closed
opened 2026-02-15 19:15:28 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/342
Author: @jacoblee93
Created: 8/22/2024
Status: Merged
Merged: 8/22/2024
Merged by: @jacoblee93

Base: mainHead: 0.2


📝 Commits (10+)

📊 Changes

132 files changed (+5682 additions, -2333 deletions)

View changed files

📝 .github/workflows/ci.yml (+1 -1)
📝 LICENSE (+1 -1)
📝 docs/Makefile (+2 -2)
📝 docs/mkdocs.yml (+2 -1)
📝 environment_tests/docker-compose.yml (+14 -7)
📝 environment_tests/scripts/docker-ci-entrypoint.sh (+2 -0)
📝 environment_tests/test-exports-cf/package.json (+1 -0)
📝 environment_tests/test-exports-cjs/package.json (+1 -0)
📝 environment_tests/test-exports-esbuild/package.json (+1 -0)
📝 environment_tests/test-exports-esm/package.json (+1 -0)
📝 environment_tests/test-exports-tsc/package.json (+1 -0)
📝 environment_tests/test-exports-vercel/package.json (+1 -0)
📝 environment_tests/test-exports-vite/package.json (+1 -0)
langgraph/src/checkpoint/id.ts (+0 -5)
langgraph/src/checkpoint/index.ts (+0 -8)
langgraph/src/checkpoint/memory.ts (+0 -104)
langgraph/src/checkpoint/sqlite.ts (+0 -210)
langgraph/src/pregel/algo.ts (+0 -435)
langgraph/src/pregel/debug.ts (+0 -77)
langgraph/src/pregel/index.ts (+0 -840)

...and 80 more files

📄 Description

@dqbd @nfcampos @bracesproul


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/342 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 8/22/2024 **Status:** ✅ Merged **Merged:** 8/22/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `0.2` --- ### 📝 Commits (10+) - [`a89219c`](https://github.com/langchain-ai/langgraphjs/commit/a89219ce304c4c4a333ebca1933cce3bb894a59d) Support checkpoint_ns, refactor (#313) - [`fe3e936`](https://github.com/langchain-ai/langgraphjs/commit/fe3e93654f3183acaf6615aad10c3485b9db8d70) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into 0.2 - [`1b701f2`](https://github.com/langchain-ai/langgraphjs/commit/1b701f29468ca665f4959781ead46719eed002af) Refactor to use PregelLoop (#330) - [`d7a9232`](https://github.com/langchain-ai/langgraphjs/commit/d7a9232cabbd2af71f5e5f15394102a46d9ce912) Update channel base class, fix checkpointer error handling in loop (#337) - [`aaed10c`](https://github.com/langchain-ai/langgraphjs/commit/aaed10c6e3d5fbd6085dd1a939655d0a24f69d00) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into 0.2 - [`7444211`](https://github.com/langchain-ai/langgraphjs/commit/74442113c1e8a716385a90b1f60e2d899e5ab4b3) feat(debug): add checkpoint debug events (#323) - [`3598cc1`](https://github.com/langchain-ai/langgraphjs/commit/3598cc115fd453019c7f2c1e01829c6fe3345d0b) Rc - [`a226918`](https://github.com/langchain-ai/langgraphjs/commit/a22691895663f35cd75344ce2a9bc7171df589d5) Add pending writes to debug state, fix forking state bug (#338) - [`ae29f74`](https://github.com/langchain-ai/langgraphjs/commit/ae29f741b8b38a59c2642440f18325868a91f0e4) Refactor task execution, fix pending writes and resuming from error state (#340) - [`5f2c8b9`](https://github.com/langchain-ai/langgraphjs/commit/5f2c8b953a6d64bcb44ef33f37a8a70adebbd08b) Merge branch 'main' of https://github.com/langchain-ai/langgraphjs into 0.2 ### 📊 Changes **132 files changed** (+5682 additions, -2333 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `LICENSE` (+1 -1) 📝 `docs/Makefile` (+2 -2) 📝 `docs/mkdocs.yml` (+2 -1) 📝 `environment_tests/docker-compose.yml` (+14 -7) 📝 `environment_tests/scripts/docker-ci-entrypoint.sh` (+2 -0) 📝 `environment_tests/test-exports-cf/package.json` (+1 -0) 📝 `environment_tests/test-exports-cjs/package.json` (+1 -0) 📝 `environment_tests/test-exports-esbuild/package.json` (+1 -0) 📝 `environment_tests/test-exports-esm/package.json` (+1 -0) 📝 `environment_tests/test-exports-tsc/package.json` (+1 -0) 📝 `environment_tests/test-exports-vercel/package.json` (+1 -0) 📝 `environment_tests/test-exports-vite/package.json` (+1 -0) ➖ `langgraph/src/checkpoint/id.ts` (+0 -5) ➖ `langgraph/src/checkpoint/index.ts` (+0 -8) ➖ `langgraph/src/checkpoint/memory.ts` (+0 -104) ➖ `langgraph/src/checkpoint/sqlite.ts` (+0 -210) ➖ `langgraph/src/pregel/algo.ts` (+0 -435) ➖ `langgraph/src/pregel/debug.ts` (+0 -77) ➖ `langgraph/src/pregel/index.ts` (+0 -840) _...and 80 more files_ </details> ### 📄 Description @dqbd @nfcampos @bracesproul --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:15:28 -05:00
yindo closed this issue 2026-02-15 19:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#672