langgraph-sdk 0.1.66
Summary of Changes
- Added
checkpoint_during
parameter to client methods, providing control over when checkpoints are created during graph execution (PR #4487)
Detailed Changes
Client Methods (stream, create, wait, create_for_thread)
- Added new optional parameter
checkpoint_during: Optional[bool]
to control whether checkpointing happens during graph execution or only at the end/interruption (PR #4487) - Updated documentation to explain the new parameter
- Updated example code to demonstrate usage with
checkpoint_during=True
- Improved internal handling of parameters in cron job methods