Files
langgraphjs/libs/langgraph-api
github-actions[bot] 6530ba9b4c chore: version packages (#2715)
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @langchain/langgraph-checkpoint@1.1.5

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.
## @langchain/langgraph-checkpoint-mongodb@1.4.1

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.
## @langchain/langgraph-checkpoint-postgres@1.0.5

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.
## @langchain/langgraph-checkpoint-redis@1.0.11

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.
## @langchain/langgraph-checkpoint-sqlite@1.0.4

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.
## @langchain/langgraph-checkpoint-validation@1.1.1

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.
## @langchain/langgraph-api@1.4.5

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.

- Updated dependencies []:
  - @langchain/langgraph-ui@1.4.5
## @langchain/langgraph-cli@1.4.5

### Patch Changes

- Updated dependencies
[[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)]:
  - @langchain/langgraph-api@1.4.5
## @langchain/langgraph@1.4.12

### Patch Changes

- [#2714](https://github.com/langchain-ai/langgraphjs/pull/2714)
[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)
Thanks [@hntrl](https://github.com/hntrl)! - Update checkpoint
integrations to require the patched checkpoint serializer release.

- Updated dependencies
[[`a2a59ec`](https://github.com/langchain-ai/langgraphjs/commit/a2a59ec6f8fdd93d4520d86fceab8a234dacf978)]:
  - @langchain/langgraph-checkpoint@1.1.5
## @langchain/langgraph-ui@1.4.5

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2026-08-19 16:28:44 -07:00
..
2026-08-19 16:28:44 -07:00
2025-02-05 01:22:24 +01:00
2026-08-19 16:28:44 -07:00
2025-07-03 14:21:00 +02:00

LangGraph.js API

In-memory implementation of the LangGraph.js API.

Tests

  1. Build the latest code changes to test: pnpm build
  2. Start a local server: pnpm dev
  3. Run the tests: pnpm test