docs: [LangGraph Server Changelog Bot] Changelog updates for new version(s) (#5514)

Update changelog via LangGraph Server Changelog Bot
This commit is contained in:
Sam Crowder
2025-07-15 11:13:18 -04:00
committed by GitHub
parent 8c68f739b9
commit d674e1bddd
@@ -4,6 +4,9 @@
---
## v0.2.89 (2025-07-15)
- Decoupled checkpoint writing from thread/run state by removing foreign keys and updated logger to prevent timeout-related failures.
## v0.2.88 (2025-07-14)
- Removed the foreign key constraint for `thread` in the `run` table to simplify database schema.