[PR #3293] [MERGED] docs: add CockroachDB checkpointer v0.2.1 TTL and performance optimizations #3350

Closed
opened 2026-06-05 18:22:49 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3293
Author: @viragtripathi
Created: 3/24/2026
Status: Merged
Merged: 3/26/2026
Merged by: @mdrxy

Base: mainHead: docs/cockroachdb-v021-perf-ttl


📝 Commits (1)

  • b066b1d docs: add CockroachDB checkpointer v0.2.1 TTL and performance optimizations

📊 Changes

1 file changed (+32 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/providers/cockroachdb.mdx (+32 -0)

📄 Description

Overview

Add v0.2.1 feature documentation for the CockroachDB LangGraph checkpointer.

Type of change

Type: Update existing documentation

Changes

  • providers/cockroachdb.mdx: Add "Row-Level TTL (v0.2.1+)" subsection with usage example and "Performance optimizations (v0.2.1+)" subsection under LangGraph
    Checkpointer

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed -- N/A (no new pages added)

🔄 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/docs/pull/3293 **Author:** [@viragtripathi](https://github.com/viragtripathi) **Created:** 3/24/2026 **Status:** ✅ Merged **Merged:** 3/26/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `docs/cockroachdb-v021-perf-ttl` --- ### 📝 Commits (1) - [`b066b1d`](https://github.com/langchain-ai/docs/commit/b066b1d1c89f4860c317f6c8a81aaf6f4bb6a12e) docs: add CockroachDB checkpointer v0.2.1 TTL and performance optimizations ### 📊 Changes **1 file changed** (+32 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/providers/cockroachdb.mdx` (+32 -0) </details> ### 📄 Description ## Overview Add v0.2.1 feature documentation for the CockroachDB LangGraph checkpointer. ## Type of change **Type:** Update existing documentation ## Changes - **`providers/cockroachdb.mdx`**: Add "Row-Level TTL (v0.2.1+)" subsection with usage example and "Performance optimizations (v0.2.1+)" subsection under LangGraph Checkpointer ## Related issues/PRs - Package: https://github.com/cockroachdb/langchain-cockroachdb - Feature PR: https://github.com/cockroachdb/langchain-cockroachdb/pull/4 ## Checklist - [x] I have read the [contributing guidelines](README.md) - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed -- N/A (no new pages added) --- <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-06-05 18:22:49 -04:00
yindo closed this issue 2026-06-05 18:22:49 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3350