You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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