python LangGraph Releases · · 3.1.1

LangGraph checkpoint-sqlite 3.1.1 released

sdkinfragaengineerpython-agentic
patch

LangGraph checkpoint-sqlite version 3.1.1 addresses an issue where namespace matching was not scoped correctly to segment boundaries. This patch improves the reliability of checkpointing for distributed or segmented applications. It affects users of the checkpoint-sqlite and checkpoint-postgres integrations who rely on namespace segmentation for state management.

  • release(checkpoint-sqlite): 3.1.1 (#8481)
  • fix(checkpoint-postgres,checkpoint-sqlite): scope namespace matching to segment boundaries (#8478)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-sqlite with 4 updates (#8249)
  • chore(deps): bump langsmith from 0.8.0 to 0.8.18 in /libs/checkpoint-sqlite (#8177)
  • standardize package README.md structure (#8064)
Fixes (1)
  • fix(checkpoint-postgres,checkpoint-sqlite): scope namespace matching to segment boundaries (#8478)
Maintenance (9)
  • release(checkpoint-sqlite): 3.1.1 (#8481)
  • chore(deps): bump the minor-and-patch group in /libs/checkpoint-sqlite with 4 updates (#8249)
  • chore(deps): bump langsmith from 0.8.0 to 0.8.18 in /libs/checkpoint-sqlite (#8177)
  • 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-sqlite with 3 updates (#7961)
  • release(checkpoint): 4.1.1 (#7890)
  • chore(deps): bump langsmith from 0.7.31 to 0.8.0 in /libs/checkpoint-sqlite (#7786)
  • chore(deps): bump idna from 3.11 to 3.15 in /libs/checkpoint-sqlite (#7862)
Read the original announcement →

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

Related releases