[PR #4045] [MERGED] docs(audit-logs): add self-hosted version per operation [closes DOC-1130] #4048

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4045
Author: @open-swe[bot]
Created: 5/18/2026
Status: Merged
Merged: 5/18/2026
Merged by: @katmayb

Base: mainHead: open-swe/audit-logs-self-hosted-versions


📝 Commits (3)

📊 Changes

1 file changed (+37 additions, -1 deletions)

View changed files

📝 src/langsmith/audit-logs.mdx (+37 -1)

📄 Description

Preview

https://langchain-5e9cc07a-preview-opensw-1779128054-09095a4.mintlify.app/langsmith/audit-logs

Description

Adds a new "Self-hosted version availability" section to the audit logs docs that lists which Helm chart version each tracked audit log operation was introduced in. This helps self-hosted users on older versions understand which audit log operations are available to them.

Versions were derived by walking the operation enums in langchainplus (smith-go/audit_logs/operations.go + lc_config/lc_config/logging_settings.py) across appVersion tags, then mapping each appVersion to the earliest helm chart release that shipped it.

Release Note

Documents the self-hosted Helm chart version each audit log operation was introduced in.

Test Plan

  • Confirm version mappings match expectations for representative ops (e.g. create_api_key → 0.12.33, delete_runs → 0.15.0-rc.1)

Opened collaboratively by Kathryn May and open-swe.


🔄 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/4045 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/18/2026 **Status:** ✅ Merged **Merged:** 5/18/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `open-swe/audit-logs-self-hosted-versions` --- ### 📝 Commits (3) - [`1c813ca`](https://github.com/langchain-ai/docs/commit/1c813ca5eec7c3afcb8f41d752287f5c01a4032a) docs(audit-logs): add self-hosted version per operation [DOC-1130] - [`c224678`](https://github.com/langchain-ai/docs/commit/c2246785c70691cfcf8c15548d6e2dfba2e71016) Edits - [`22a7761`](https://github.com/langchain-ai/docs/commit/22a776176c9567b89135b543583879484f5bf2dd) Edits ### 📊 Changes **1 file changed** (+37 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/audit-logs.mdx` (+37 -1) </details> ### 📄 Description ## Preview https://langchain-5e9cc07a-preview-opensw-1779128054-09095a4.mintlify.app/langsmith/audit-logs ## Description Adds a new "Self-hosted version availability" section to the audit logs docs that lists which Helm chart version each tracked audit log operation was introduced in. This helps self-hosted users on older versions understand which audit log operations are available to them. Versions were derived by walking the operation enums in langchainplus (`smith-go/audit_logs/operations.go` + `lc_config/lc_config/logging_settings.py`) across appVersion tags, then mapping each appVersion to the earliest helm chart release that shipped it. ## Release Note Documents the self-hosted Helm chart version each audit log operation was introduced in. ## Test Plan - [ ] Confirm version mappings match expectations for representative ops (e.g. `create_api_key` → 0.12.33, `delete_runs` → 0.15.0-rc.1) _Opened collaboratively by Kathryn May and open-swe._ --- <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:54:00 -04:00
yindo closed this issue 2026-06-05 18:54:00 -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#4048