Releases: redis-developer/langgraph-redis
Releases · redis-developer/langgraph-redis
0.4.0
0.3.9
0.3.8
0.3.7
Changes
- feat(#143): add Redis Sentinel support for async implementations (#166)
- chore(deps): bump langgraph lower bounds to fix security vulnerabilities (#165)
- fix(#162): remove dead blob infrastructure — channel values are stored inline (#164)
- refactor(middleware): add SQL-inspired cache key design and MCP-style… (#163)
- feat: implement aprune() / prune() with keep_last strategy for interrupt-safe checkpoint pruning (#159) (#161)
Contributors
We'd like to thank all the contributors who worked on this release!
0.3.6
Changes
- chore(release): bump version to 0.3.6 (#158)
- chore(tests): suppress third-party deprecation warnings (#156)
- fix(middleware): improve ConversationMemoryMiddleware context injection (#157)
- feat: add Python 3.14 support (#148) (#155)
- fix(middleware): fix ConversationMemoryMiddleware not storing or retrieving messages (#154)
- feat: add adelete_thread method implementation for async shallow saver (#151)
- chore(deps): widen langgraph-checkpoint upper bound to <5.0.0 (#153)
Contributors
We'd like to thank all the contributors who worked on this release!
@ITerekhov98, @bsbodden and Igor Terekhov
0.3.5
0.3.4
Changes
- Revise Azure Redis configuration details in README (#146)
- fix: semantic cache streaming and custom embeddings support (#147)
Contributors
We'd like to thank all the contributors who worked on this release!
@bsbodden and @redis-phil
v0.3.3
What's Changed
- feat: Support listing by run_id by @hinthornw in #144
- Middleware for LangChain Agents by @bsbodden in #145
New Contributors
- @hinthornw made their first contribution in #144
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- fix(shallow): remove warning spam for UUIDv6 checkpoint IDs (#136) by @bsbodden in #140
- fix(checkpoint): ashallow missing TTL expire for checkpoint_writes by @demetere in #139
- chore: cleanup test file formatting and unused import by @bsbodden in #141
- fix(security): update langchain-core to 1.2.6 (CVE-2025-68664) by @bsbodden in #142
New Contributors
Full Changelog: v0.3.1...v0.3.2