checkpoint==4.2.0
📦 langgraphView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces an opt-in feature to skip expired rows on read for checkpoint and checkpoint-postgres, and fixes an issue with collecting writes in delta channel history.
✨ New Features
- Added opt-in `omit_expired` to skip expired rows on read for checkpoint and checkpoint-postgres.
🐛 Bug Fixes
- Collect writes at plain-value seed in delta channel history.