github-actions[bot]
b949b85ebd
chore: version packages ( #1857 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 23:52:48 -08:00
github-actions[bot]
5b98e5c257
chore: version packages ( #1854 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 18:41:30 -08:00
github-actions[bot]
da5e82633a
chore: version packages ( #1851 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 17:37:39 -08:00
github-actions[bot]
4477fdb603
Version Packages ( #1849 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 16:57:07 -08:00
github-actions[bot]
e720351a93
Version Packages ( #1847 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 16:13:27 -08:00
github-actions[bot]
5125de572c
Version Packages ( #1844 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-01-08 15:23:23 -08:00
Christian Bromann
730dc7c3b8
feat(sdk): add type-safe tool call streaming with agent type inference ( #1826 )
...
Co-authored-by: David Duong <david@duong.cz >
2026-01-08 14:50:18 -08:00
Sergey Zelenov
4b7832ec39
feat(checkpoint-mongodb): append client metadata for mongodb ( #1777 )
...
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com >
2026-01-08 11:01:53 -08:00
Josh Rogers
f602df6593
fix(langgraph): add resumable stream support to remote graph ( #1827 )
...
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com >
2025-12-17 16:20:14 -05:00
github-actions[bot]
99a989166f
Version Packages ( #1815 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-15 14:30:48 +00:00
Baptiste Jamin
b1ed761610
Bump zod on remaining packages ( #1814 )
...
Co-authored-by: Baptiste Jamin <baptiste@crisp.chat >
Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com >
Co-authored-by: Hunter Lovell <hunter@hntrl.io >
2025-12-09 12:03:40 -08:00
Christian Bromann
52dc36b425
fix(*): set proper url prefix for package reference ( #1811 )
2025-12-07 12:13:53 -08:00
David Duong
fdd5878e89
chore: update dependencies ( #1774 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-11 14:43:13 +00:00
github-actions[bot]
d4b6d9ca98
Version Packages ( #1735 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hunter Lovell <hunter@hntrl.io >
2025-10-17 16:59:01 -07:00
Hunter Lovell
1e1ecbbcf8
feat: merge v1 ( #1733 )
...
Co-authored-by: Tat Dat Duong <david@duong.cz >
Co-authored-by: Christian Bromann <git@bromann.dev >
Co-authored-by: Nuno Campos <nuno@langchain.dev >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-17 16:34:43 -07:00
David Duong
03ae1089ea
chore: remove release-it, fix dependabot for tmp ( #1638 )
2025-09-10 19:08:13 +00:00
Brian Sam-Bodden
2c6cc0ac9e
feat(checkpoint-redis): add Redis-based checkpoint and store implemen… ( #1544 )
...
Co-authored-by: Tat Dat Duong <david@duong.cz >
2025-09-04 19:08:10 +02:00
github-actions[bot]
5e7e710914
Version Packages ( #1590 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-08-28 20:23:54 +02:00
David Duong
11c7807a56
chore: add support for V1 in checkpointer packages ( #1589 )
2025-08-28 18:20:17 +00:00
Tat Dat Duong
0d47d482a4
release: 0.4
2025-07-28 17:02:42 +02:00
David Duong
773ec0d3d4
chore(checkpoint): remove checkpoint["writes"] ( #1432 )
2025-07-28 16:56:16 +02:00
David Duong
ccbcbc1fc3
feat(checkpoint): add deleteThread method ( #1327 )
2025-07-28 16:56:15 +02:00
David Duong
10f292a4e1
feat(langgraph): remove Checkpoint.pending_sends ( #1307 )
2025-07-28 16:56:15 +02:00
David Duong
8e818724f1
feat(checkpoint-validation): migrate CLI to Vitest ( #1346 )
2025-07-07 13:41:14 +02:00
Tat Dat Duong
8fa640beba
Update turbo definitions
2025-07-02 02:35:57 +02:00
David Duong
462c366824
chore(deps): remove jest in favour of vitest ( #1314 )
2025-06-25 14:24:47 +02:00
David Duong
dcf9627d7e
chore(deps): migrate to Yarn v4 ( #1310 )
...
Co-authored-by: Logan Rosen <loganrosen@gmail.com >
2025-06-25 12:44:25 +02:00
Tat Dat Duong
4bf750557f
deps(langgraph): upgrade to TypeScript 5.8.x
...
Turns out that `moduleResolution: node10` will achieve the same result as setting `src/package.json` to `{}` (verified via git worktrees).
Also switching `moduleResolution: bundler` for ESM build, after which I've compared the build output of `libs/checkpoint` via `diff -r -q`.
2025-05-24 16:24:42 +02:00
Tat Dat Duong
b640f50596
security: dedupe @octokit
...
Solved by deduping @langchain/scripts and bumping release-it to ^19
2025-05-08 18:38:30 +02:00
dependabot[bot]
f387ace50a
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates ( #1135 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 23:54:18 +12:00
dependabot[bot]
babe7309fe
build(deps-dev): bump rollup from 4.35.0 to 4.36.0 in the npm_and_yarn group across 1 directory ( #1002 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-28 17:51:09 +12:00
dependabot[bot]
435b785b61
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates ( #980 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-14 10:14:55 +13:00
Divy Srivastava
7ea6b1b130
fix(checkpoint-sqlite): upgrade better-sqlite3 to 11.7.0 ( #986 )
2025-03-14 08:58:52 +13:00
Ben Burns
25a2c3aa22
chore: enable sourcemaps
2025-02-28 19:25:54 +13:00
dependabot[bot]
c1d5960766
build(deps): bump the npm_and_yarn group across 2 directories with 4 updates ( #872 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-21 15:03:42 +13:00
dependabot[bot]
c6c9461462
build(deps-dev): bump rollup from 4.32.1 to 4.33.0 in the npm_and_yarn group across 1 directory ( #853 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 14:43:20 +00:00
Ben Burns
8e916caffb
chore: bump checkpoint peer dep to 0.0.15
2025-01-30 12:44:33 +13:00
dependabot[bot]
95a10a1d12
build(deps-dev): bump rollup
...
Bumps the npm_and_yarn group with 1 update in the / directory: [rollup](https://github.com/rollup/rollup ).
Updates `rollup` from 4.32.0 to 4.32.1
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.32.0...v4.32.1 )
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-01-30 11:49:02 +13:00
dependabot[bot]
fbe24a217b
build(deps): bump the npm_and_yarn group across 1 directory with 2 updates ( #806 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-28 20:14:09 -08:00
dependabot[bot]
3bbd8dac4d
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates ( #771 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-04 22:21:21 -08:00
dependabot[bot]
f57decbdf6
build(deps): bump the npm_and_yarn group across 2 directories with 2 updates ( #751 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 17:55:16 -08:00
Ben Burns
afce8ceb45
chore(checkpoint-validation): fix eslint extraneous-import error ( #633 )
2024-10-29 14:18:51 -07:00
Ben Burns
883fbf7974
fix(checkpoint-sqlite): don't return undefined namespace from put ( #634 )
...
Co-authored-by: jacoblee93 <jacoblee93@gmail.com >
2024-10-29 14:12:00 -07:00
Ben Burns
568ff23b66
fix(checkpoint-sqlite): populate pending_sends and pendingWrites ( #631 )
2024-10-29 13:45:16 -07:00
Ben Burns
74ee400e1a
fix(checkpoint-validation): cli fixes ( #624 )
2024-10-24 08:50:36 -07:00
Ben Burns
f3d5d748a8
fix(checkpoint): don't throw on MemorySaver.put if no checkpoint_ns ( #629 )
2024-10-24 15:44:37 +00:00
Jacob Lee
9d10d27c75
chore(checkpoint-validation): Release 0.0.2 ( #619 )
2024-10-22 16:57:11 +00:00
Ben Burns
51250e1dd0
fix(checkpoint-validation): fix broken initial release ( #618 )
2024-10-22 09:52:40 -07:00
Jacob Lee
8b3296cdfc
chore(checkpoint-validation): Release 0.0.1 ( #616 )
2024-10-21 15:26:05 -07:00
Ben Burns
d453cf627d
feat(checkpoint-validation): add custom checkpointer validation tool ( #600 )
2024-10-21 10:39:59 -07:00