checkpointpostgres==3.1.1
📦 langgraphView on GitHub →
✨ 1 features🐛 1 fixes🔧 3 symbols
Summary
This release includes a bug fix for namespace matching in checkpoint-postgres and checkpoint-sqlite, and adds an opt-in feature to omit expired rows on read for checkpoint and checkpoint-postgres. Several dependency updates were also performed.
✨ New Features
- Add opt-in `omit_expired` to skip expired rows on read for checkpoint and checkpoint-postgres.
🐛 Bug Fixes
- Scope namespace matching to segment boundaries for checkpoint-postgres and checkpoint-sqlite.