[PR #1844] [MERGED] Version Packages #1771

Closed
opened 2026-02-15 20:16:46 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1844
Author: @github-actions[bot]
Created: 1/7/2026
Status: Merged
Merged: 1/8/2026
Merged by: @christian-bromann

Base: mainHead: changeset-release/main


📝 Commits (1)

📊 Changes

23 files changed (+65 additions, -44 deletions)

View changed files

.changeset/brave-garlics-teach.md (+0 -5)
.changeset/fifty-donuts-notice.md (+0 -5)
.changeset/flat-buses-stay.md (+0 -5)
.changeset/funny-flies-grin.md (+0 -5)
.changeset/icy-lands-invent.md (+0 -5)
.changeset/nasty-flowers-enjoy.md (+0 -5)
.changeset/shaggy-paws-bake.md (+0 -5)
📝 libs/checkpoint-mongodb/CHANGELOG.md (+6 -0)
📝 libs/checkpoint-mongodb/package.json (+1 -1)
📝 libs/checkpoint-validation/CHANGELOG.md (+6 -0)
📝 libs/checkpoint-validation/package.json (+1 -1)
📝 libs/langgraph-api/CHANGELOG.md (+7 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+7 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-core/CHANGELOG.md (+10 -0)
📝 libs/langgraph-core/package.json (+2 -2)
📝 libs/langgraph-ui/CHANGELOG.md (+2 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 libs/langgraph/CHANGELOG.md (+7 -0)

...and 3 more files

📄 Description

This PR was opened by the Changesets release 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-mongodb@1.1.0

Minor Changes

  • 4b7832e: Updates the checkpoint-mongodb to append client metadata

@langchain/langgraph-sdk@1.4.0

Minor Changes

  • 730dc7c: feat(sdk): add type-safe tool call streaming with agent type inference

Patch Changes

  • 730dc7c: fix(sdk): provide proper error message when failing to connect to a server
  • 4ffdde9: Expose Thread["config"] and Thread["error"]

@langchain/langgraph-checkpoint-validation@1.0.2

Patch Changes

  • 730dc7c: fix(‎checkpoint-validation): export primitive as type, use Zod v3 for better compaitiblity

@langchain/langgraph-api@1.1.4

Patch Changes

  • 730dc7c: fix(api): bump @hono/zod-validator
    • @langchain/langgraph-ui@1.1.4

@langchain/langgraph-cli@1.1.4

Patch Changes

  • Updated dependencies [730dc7c]
    • @langchain/langgraph-api@1.1.4

@langchain/langgraph@1.0.8

Patch Changes

  • 730dc7c: fix(core): improved Zod interop
  • Updated dependencies [730dc7c]
  • Updated dependencies [4ffdde9]
  • Updated dependencies [730dc7c]
    • @langchain/langgraph-sdk@1.4.0

@langchain/langgraph-ui@1.1.4

langgraph@1.0.8

Patch Changes

  • Updated dependencies [730dc7c]
    • @langchain/langgraph@1.0.8

🔄 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/1844 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/8/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (1) - [`1f4d55c`](https://github.com/langchain-ai/langgraphjs/commit/1f4d55c71d58207d1f7c49c7722100b3567b6386) Version Packages ### 📊 Changes **23 files changed** (+65 additions, -44 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/brave-garlics-teach.md` (+0 -5) ➖ `.changeset/fifty-donuts-notice.md` (+0 -5) ➖ `.changeset/flat-buses-stay.md` (+0 -5) ➖ `.changeset/funny-flies-grin.md` (+0 -5) ➖ `.changeset/icy-lands-invent.md` (+0 -5) ➖ `.changeset/nasty-flowers-enjoy.md` (+0 -5) ➖ `.changeset/shaggy-paws-bake.md` (+0 -5) 📝 `libs/checkpoint-mongodb/CHANGELOG.md` (+6 -0) 📝 `libs/checkpoint-mongodb/package.json` (+1 -1) 📝 `libs/checkpoint-validation/CHANGELOG.md` (+6 -0) 📝 `libs/checkpoint-validation/package.json` (+1 -1) 📝 `libs/langgraph-api/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-core/CHANGELOG.md` (+10 -0) 📝 `libs/langgraph-core/package.json` (+2 -2) 📝 `libs/langgraph-ui/CHANGELOG.md` (+2 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `libs/langgraph/CHANGELOG.md` (+7 -0) _...and 3 more files_ </details> ### 📄 Description 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-mongodb@1.1.0 ### Minor Changes - 4b7832e: Updates the checkpoint-mongodb to append client metadata ## @langchain/langgraph-sdk@1.4.0 ### Minor Changes - 730dc7c: feat(sdk): add type-safe tool call streaming with agent type inference ### Patch Changes - 730dc7c: fix(sdk): provide proper error message when failing to connect to a server - 4ffdde9: Expose `Thread["config"]` and `Thread["error"]` ## @langchain/langgraph-checkpoint-validation@1.0.2 ### Patch Changes - 730dc7c: fix(‎checkpoint-validation): export primitive as type, use Zod v3 for better compaitiblity ## @langchain/langgraph-api@1.1.4 ### Patch Changes - 730dc7c: fix(api): bump @hono/zod-validator - @langchain/langgraph-ui@1.1.4 ## @langchain/langgraph-cli@1.1.4 ### Patch Changes - Updated dependencies [730dc7c] - @langchain/langgraph-api@1.1.4 ## @langchain/langgraph@1.0.8 ### Patch Changes - 730dc7c: fix(core): improved Zod interop - Updated dependencies [730dc7c] - Updated dependencies [4ffdde9] - Updated dependencies [730dc7c] - @langchain/langgraph-sdk@1.4.0 ## @langchain/langgraph-ui@1.1.4 ## langgraph@1.0.8 ### Patch Changes - Updated dependencies [730dc7c] - @langchain/langgraph@1.0.8 --- <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 20:16:46 -05:00
yindo closed this issue 2026-02-15 20:16:46 -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#1771