Skip to content

checkpointsqlite==2.0.4

Choose a tag to compare

@github-actions github-actions released this 13 Feb 03:47
d45253c

langgraph-checkpoint-sqlite 2.0.4

Summary of Changes

  • Enhanced metadata handling in checkpoint savers to include configurable fields and existing metadata #3404

Detailed Changes

langgraph.checkpoint.sqlite.SqliteSaver

  • Improved the put method to store richer metadata with checkpoints, including configurable fields (excluding private ones starting with "__") and any existing metadata in addition to the explicitly provided metadata #3404

langgraph.checkpoint.sqlite.aio.AsyncSqliteSaver

  • Enhanced the aput method with the same metadata improvements as the synchronous version, ensuring consistent behavior between both implementations #3404