python LangGraph Releases · · 3.1.1

LangGraph checkpoint-postgres 3.1.1 update

sdkinfraengineerpython-agentic
feature patch

LangGraph's checkpoint-postgres package has been updated to version 3.1.1, including a fix for namespace matching and an opt-in feature to skip expired rows during read operations. These changes primarily benefit developers using LangGraph for state management with PostgreSQL or SQLite, enhancing reliability and read performance. The update also includes dependency bumps and documentation standardization.

  • feat(checkpoint,checkpoint-postgres): add opt-in omit_expired to skip expired rows on read (#8354)
  • release(checkpoint-postgres): 3.1.1 (#8480)
  • fix(checkpoint-postgres,checkpoint-sqlite): scope namespace matching to segment boundaries (#8478)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-postgres with 5 updates (#8250)
  • chore(deps): bump langsmith from 0.8.0 to 0.8.18 in /libs/checkpoint-postgres (#8171)
Features (1)
  • feat(checkpoint,checkpoint-postgres): add opt-in omit_expired to skip expired rows on read (#8354)
Fixes (1)
  • fix(checkpoint-postgres,checkpoint-sqlite): scope namespace matching to segment boundaries (#8478)
Maintenance (9)
  • release(checkpoint-postgres): 3.1.1 (#8480)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-postgres with 5 updates (#8250)
  • chore(deps): bump langsmith from 0.8.0 to 0.8.18 in /libs/checkpoint-postgres (#8171)
  • docs standardize package README.md structure (#8064)
  • chore migrate Python type checking to ty (#8002)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-postgres with 7 updates (#7965)
  • release(checkpoint): 4.1.1 (#7890)
  • chore(deps): bump idna from 3.11 to 3.15 in /libs/checkpoint-postgres (#7861)
  • chore(deps): bump langsmith from 0.7.31 to 0.8.0 in /libs/checkpoint-postgres (#7785)
Read the original announcement →

https://github.com/langchain-ai/langgraph/releases/tag/checkpointpostgres%3D%3D3.1.1

Related releases