Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/langsmith/self-hosted-changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ rss: true

[Self-hosted LangSmith](/langsmith/self-hosted) is an add-on to the Enterprise plan designed for our largest, most security-conscious customers. For more details, refer to [Pricing](https://www.langchain.com/pricing). [Contact our sales team](https://www.langchain.com/contact-sales) if you want to get a license key to trial LangSmith in your environment.

<Update label="2026-04-03" tags={["self-hosted"]}>
## langsmith-0.13.38

- Fixed missing subject attributes when obtaining Eppo assignment in the backend.
- Fixed an issue ensuring HTTPS scheme on OAuth callback redirect URIs.
- Improved workspace config modal handling in the Fleet UI for self-hosted deployments.
- Added new alembic migration to support policies in PostgreSQL.
- Fixed duplicate MCP servers by URL.
- Fixed joining active stream in Agent Builder when navigating to an in-progress thread.
- Improved security by adding new scopes to read user ID.
- Added pagination to the waterfall view in threads trace panel.
- Removed "empty message" placeholder in the agent editor chat.
- Added Salesforce SOQL query tool in Agent Builder.
- Improved UI responsiveness by preventing copy button layout shift during streaming in agent chat.
- Introduced inline rename functionality on double-click in the agent chat sidebar.
- Added support for session/Bearer authentication for evaluator endpoints.
- Enhanced the feedback dialog with docs info button to trigger webhooks.

**Download the Helm chart:** [`langsmith-0.13.38.tgz`](https://github.com/langchain-ai/helm/releases/download/langsmith-0.13.38/langsmith-0.13.38.tgz)
</Update>

<Update label="2026-04-01" tags={["self-hosted"]}>
## langsmith-0.13.37

Expand Down
Loading