Skip to content

Commit 2e9101c

Browse files
authored
docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#1735)
Automated changelog update created by the LangGraph Server Changelog Bot. Feel free to merge anytime.
1 parent a791900 commit 2e9101c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/langsmith/agent-server-changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ sidebarTitle: Agent Server changelog
55

66
[Agent Server](/langsmith/agent-server) is an API platform for creating and managing agent-based applications. It provides built-in persistence, a task queue, and supports deploying, configuring, and running assistants (agentic workflows) at scale. This changelog documents all notable updates, features, and fixes to Agent Server releases.
77

8+
<a id="2025-12-04"></a>
9+
## v0.5.28
10+
- Introduced a faster, Rust-based implementation of uuid7 to improve performance, now used in langsmith and langchain-core.
11+
- Added support for `$or` and `$and` in PostgreSQL auth filters to enable complex logic in authentication checks.
12+
- Capped psycopg and psycopg-pool versions to prevent infinite waiting on startup.
13+
814
<a id="2025-11-26"></a>
915
## v0.5.27
1016
- Ensured `runs.list` with filters returns only run fields, preventing incorrect status data from being included.

0 commit comments

Comments
 (0)