[PR #1702] [MERGED] chore(api): support subset variant of $contains auth op #1660

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1702
Author: @pjrule
Created: 9/25/2025
Status: Merged
Merged: 9/25/2025
Merged by: @pjrule

Base: mainHead: parker/contains-op


📝 Commits (1)

  • aee4efe chore(api): support subset variant of $contains auth op

📊 Changes

2 files changed (+128 additions, -6 deletions)

View changed files

📝 libs/langgraph-api/src/auth/index.mts (+16 -5)
📝 libs/langgraph-api/tests/auth.test.mts (+112 -1)

📄 Description

LangGraph Platform supports auth filters of the form {key: {"$contains": [values...]}}, where values... are a list of elements that may be contained in metadata[key]. For consistency, we should support these kinds of filters in the JS dev server.


🔄 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/1702 **Author:** [@pjrule](https://github.com/pjrule) **Created:** 9/25/2025 **Status:** ✅ Merged **Merged:** 9/25/2025 **Merged by:** [@pjrule](https://github.com/pjrule) **Base:** `main` ← **Head:** `parker/contains-op` --- ### 📝 Commits (1) - [`aee4efe`](https://github.com/langchain-ai/langgraphjs/commit/aee4efe3e915d43f6b48850f8b07d94196f269a2) chore(api): support subset variant of $contains auth op ### 📊 Changes **2 files changed** (+128 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `libs/langgraph-api/src/auth/index.mts` (+16 -5) 📝 `libs/langgraph-api/tests/auth.test.mts` (+112 -1) </details> ### 📄 Description LangGraph Platform supports auth filters of the form `{key: {"$contains": [values...]}}`, where `values...` are a list of elements that may be contained in `metadata[key]`. For consistency, we should support these kinds of filters in the JS dev server. --- <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:26 -05:00
yindo closed this issue 2026-02-15 20:16:26 -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#1660