[PR #1941] [MERGED] chore: version packages #1858

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1941
Author: @github-actions[bot]
Created: 2/4/2026
Status: Merged
Merged: 2/4/2026
Merged by: @hntrl

Base: mainHead: changeset-release/main


📝 Commits (2)

📊 Changes

16 files changed (+59 additions, -42 deletions)

View changed files

.changeset/dirty-bulldogs-switch.md (+0 -5)
.changeset/enhanced-schema-extraction.md (+0 -15)
.changeset/fix-mongodb-operator-injection.md (+0 -8)
.changeset/fix-redis-query-injection.md (+0 -8)
📝 libs/checkpoint-mongodb/CHANGELOG.md (+9 -0)
📝 libs/checkpoint-mongodb/package.json (+1 -1)
📝 libs/checkpoint-redis/CHANGELOG.md (+9 -0)
📝 libs/checkpoint-redis/package.json (+1 -1)
📝 libs/langgraph-api/CHANGELOG.md (+20 -0)
📝 libs/langgraph-api/package.json (+1 -1)
📝 libs/langgraph-cli/CHANGELOG.md (+7 -0)
📝 libs/langgraph-cli/package.json (+1 -1)
📝 libs/langgraph-ui/CHANGELOG.md (+2 -0)
📝 libs/langgraph-ui/package.json (+1 -1)
📝 libs/sdk/CHANGELOG.md (+6 -0)
📝 libs/sdk/package.json (+1 -1)

📄 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.7

Patch Changes

  • #1943 814c76d Thanks @hntrl! - fix(mongodb): validate filter values are primitives

    Added validation to ensure filter values in the list() method are primitive types
    (string, number, boolean, or null).

@langchain/langgraph-checkpoint-redis@1.0.2

Patch Changes

  • #1943 814c76d Thanks @hntrl! - fix(redis): escape RediSearch filter values

    Added proper escaping for filter keys and values when constructing RediSearch queries
    in the list() method to handle special characters correctly.

@langchain/langgraph-api@1.1.12

Patch Changes

  • #1939 ad39dcf Thanks @hntrl! - Enhanced JSON schema extraction for Studio with multi-tier strategy:

    • StateSchema support: Extract schemas from StateSchema instances using getJsonSchema() and getInputJsonSchema() methods, preserving jsonSchemaExtra metadata (e.g., langgraph_type: "messages")
    • Improved Zod handling: Fall back to Zod registry extraction for withLangGraph() schemas, then direct Zod conversion for plain Zod schemas
    • Reduced reliance on TypeScript parser: Only fall back to the brittle TypeScript AST parser when all runtime extraction methods fail

    Extraction priority:

    1. StateSchema (handles jsonSchemaExtra via ReducedValue)
    2. Zod via schemaMetaRegistry (handles jsonSchemaExtra from withLangGraph())
    3. Direct Zod conversion (no jsonSchemaExtra, but better than static parsing)
    4. Static TypeScript parser (fallback)
  • Updated dependencies []:

    • @langchain/langgraph-ui@1.1.12

@langchain/langgraph-cli@1.1.12

Patch Changes

  • Updated dependencies [ad39dcf]:
    • @langchain/langgraph-api@1.1.12

@langchain/langgraph-sdk@1.5.6

Patch Changes

@langchain/langgraph-ui@1.1.12


🔄 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/1941 **Author:** [@github-actions[bot]](https://github.com/apps/github-actions) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/4/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `changeset-release/main` --- ### 📝 Commits (2) - [`81e391c`](https://github.com/langchain-ai/langgraphjs/commit/81e391c6038ff7f38cdb61c246ffd8759abb5185) chore: version packages - [`ba11825`](https://github.com/langchain-ai/langgraphjs/commit/ba118251f5220371bdd34e024c5d35f57af82e24) cr ### 📊 Changes **16 files changed** (+59 additions, -42 deletions) <details> <summary>View changed files</summary> ➖ `.changeset/dirty-bulldogs-switch.md` (+0 -5) ➖ `.changeset/enhanced-schema-extraction.md` (+0 -15) ➖ `.changeset/fix-mongodb-operator-injection.md` (+0 -8) ➖ `.changeset/fix-redis-query-injection.md` (+0 -8) 📝 `libs/checkpoint-mongodb/CHANGELOG.md` (+9 -0) 📝 `libs/checkpoint-mongodb/package.json` (+1 -1) 📝 `libs/checkpoint-redis/CHANGELOG.md` (+9 -0) 📝 `libs/checkpoint-redis/package.json` (+1 -1) 📝 `libs/langgraph-api/CHANGELOG.md` (+20 -0) 📝 `libs/langgraph-api/package.json` (+1 -1) 📝 `libs/langgraph-cli/CHANGELOG.md` (+7 -0) 📝 `libs/langgraph-cli/package.json` (+1 -1) 📝 `libs/langgraph-ui/CHANGELOG.md` (+2 -0) 📝 `libs/langgraph-ui/package.json` (+1 -1) 📝 `libs/sdk/CHANGELOG.md` (+6 -0) 📝 `libs/sdk/package.json` (+1 -1) </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.7 ### Patch Changes - [#1943](https://github.com/langchain-ai/langgraphjs/pull/1943) [`814c76d`](https://github.com/langchain-ai/langgraphjs/commit/814c76dc3938d0f6f7e17ca3bc11d6a12270b2a1) Thanks [@hntrl](https://github.com/hntrl)! - fix(mongodb): validate filter values are primitives Added validation to ensure filter values in the `list()` method are primitive types (string, number, boolean, or null). ## @langchain/langgraph-checkpoint-redis@1.0.2 ### Patch Changes - [#1943](https://github.com/langchain-ai/langgraphjs/pull/1943) [`814c76d`](https://github.com/langchain-ai/langgraphjs/commit/814c76dc3938d0f6f7e17ca3bc11d6a12270b2a1) Thanks [@hntrl](https://github.com/hntrl)! - fix(redis): escape RediSearch filter values Added proper escaping for filter keys and values when constructing RediSearch queries in the `list()` method to handle special characters correctly. ## @langchain/langgraph-api@1.1.12 ### Patch Changes - [#1939](https://github.com/langchain-ai/langgraphjs/pull/1939) [`ad39dcf`](https://github.com/langchain-ai/langgraphjs/commit/ad39dcfddf575a5e5438cd40b284ac0d549b5827) Thanks [@hntrl](https://github.com/hntrl)! - Enhanced JSON schema extraction for Studio with multi-tier strategy: - **StateSchema support**: Extract schemas from `StateSchema` instances using `getJsonSchema()` and `getInputJsonSchema()` methods, preserving `jsonSchemaExtra` metadata (e.g., `langgraph_type: "messages"`) - **Improved Zod handling**: Fall back to Zod registry extraction for `withLangGraph()` schemas, then direct Zod conversion for plain Zod schemas - **Reduced reliance on TypeScript parser**: Only fall back to the brittle TypeScript AST parser when all runtime extraction methods fail Extraction priority: 1. StateSchema (handles `jsonSchemaExtra` via `ReducedValue`) 2. Zod via `schemaMetaRegistry` (handles `jsonSchemaExtra` from `withLangGraph()`) 3. Direct Zod conversion (no `jsonSchemaExtra`, but better than static parsing) 4. Static TypeScript parser (fallback) - Updated dependencies \[]: - @langchain/langgraph-ui@1.1.12 ## @langchain/langgraph-cli@1.1.12 ### Patch Changes - Updated dependencies \[[`ad39dcf`](https://github.com/langchain-ai/langgraphjs/commit/ad39dcfddf575a5e5438cd40b284ac0d549b5827)]: - @langchain/langgraph-api@1.1.12 ## @langchain/langgraph-sdk@1.5.6 ### Patch Changes - [#1940](https://github.com/langchain-ai/langgraphjs/pull/1940) [`d23a4db`](https://github.com/langchain-ai/langgraphjs/commit/d23a4dbcb98d0247869dcb876022d680f9c328c4) Thanks [@rx5ad](https://github.com/rx5ad)! - feat(sdk-js): add support for pausing/unpausing crons ## @langchain/langgraph-ui@1.1.12 --- <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:17:05 -05:00
yindo closed this issue 2026-02-15 20:17:05 -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#1858