Skip to content

Releases: redis-developer/langgraph-redis

0.1.1

15 Aug 22:32
Compare
Choose a tag to compare

🤘🏾Changes

  • feat: add TTL removal support for pinning checkpoints (#66) (#90)
  • docs: add Azure Cache for Redis and Redis Enterprise configuration gu… (#89)
  • feat: add MessageExporter for extracting conversation messages from c… (#88)

🐛 Bug Fixes

  • fix: handle missing connection_pool attribute in RedisCluster (#93) (#94)
  • fix: resolve Command(resume) warning about invalid packet type dict (#83) (#84)
  • fix: deserialize LangChain messages in async checkpoint operations (#85, #87) (#87)
  • fix: enhance message deserialization to prevent MESSAGE_COERCION_FAIL… (#86)
  • fix: handle missing blob attribute in shallow checkpoint savers (#80) (#82)

Contributors

We'd like to thank all the contributors who worked on this release!

@aarongrtech and @bsbodden

0.1.0

08 Aug 19:50
Compare
Choose a tag to compare

Changes

  • perf: performance-driven re-design (#81)
  • Performance Project for LangGraph Checkpointers - Mark 1 (#78)
  • fix: add async setup() method to AsyncRedisSaver (#74) (#77)
  • test: fix RuntimeWarning in async cluster mode tests (#75)

Contributors

We'd like to thank all the contributors who worked on this release!

@bsbodden

0.0.8

25 Jun 15:29
78222c9
Compare
Choose a tag to compare

Changes

Bug Fixes

  • AsyncRedisSaver aget_tuple returning None for checkpoint_id (#65)

🚀 New Features

  • release: Bump to 0.0.8 and loosen redisvl + langgraph-checkpoint dep (#67)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins and @tylerhutcherson

0.0.7

19 Jun 00:30
Compare
Choose a tag to compare

Changes

  • chore(deps): bump urllib3 from 2.3.0 to 2.5.0 (#63)
  • chore(deps): bump h11 from 0.14.0 to 0.16.0 (#62)
  • chore(deps): bump requests from 2.32.3 to 2.32.4 (#61)
  • feat(store): add hash storage support for vector data (#60)
  • fix(checkpoint-redis): resolve key generation inconsistency in shallo… (#59)
  • fix: encode type and handle missing blob in Redis checkpoint writes (#57)
  • Fix docker issues, TTL cleanup (#58)
  • fix: Support cluster clients in saver (#56)
  • feat(checkpoint-redis): implement adelete_thread and delete_thread … (#54)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins, @aymentil, @bsbodden, and @dependabot

0.0.6

30 May 16:59
Compare
Choose a tag to compare

Changes

  • release: Bump version for 0.0.6 release (#53)
  • feat: extend RedisVL version support to 0.7.0 (#52)
  • fix: langraph dep >=0.3.0,<0.5.0 (#44) (#49)
  • fix: replace keys() with search indexes to prevent Redis CrossSlot errors (#25) (#48)
  • Add Claude Code GitHub Workflow (#47)
  • docs: clarify Redis requirements (#43)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins and @bsbodden

0.0.5

13 May 20:38
Compare
Choose a tag to compare

Changes

  • fix: handle both bytes and string Redis keys when decode_responses=True (#34)
  • fix: ensure version values are strings before Tag comparison (#40) (#41)
  • feat: Support Redis Cluster (#35)
  • chore: remove langgraph dependency (#36)
  • feat(redis): add TTL support for Redis checkpoint storage (#27) (#33)
  • refactor: align types (#32)
  • fix(store): honor limit parameter in Redis search operations (#30) (#31)
  • docs: new notebooks, fix key issues (#29)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins, @bsbodden and @vbarda

0.0.4

09 Apr 09:43
Compare
Choose a tag to compare

Changes

🚀 New Features

  • fix(redis): implement transaction handling for Redis checkpointing (#11)
  • fix: enable all skipped tests by using mock agents and proper setup
  • fix: prevent blob and write accumulation in ShallowRedisSaver classes (#13)
  • feat(redis): implement Redis client info reporting (#21)
  • fix(examples): update notebooks and Docker setup for consistency
  • feat(redis): implement TTL support and upgrade langgraph to ^0.3.0 (#18,#23)

Contributors

We'd like to thank all the contributors who worked on this release!

@bsbodden

0.0.3

07 Mar 22:49
4ea899f
Compare
Choose a tag to compare

Changes

  • Clean up some key and UUID->str conversion handling (#15)
  • Handle missing config keys during checkpoint search (#10)

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins

0.0.2

05 Mar 23:32
2763812
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Upgrade dependencies and improve resource handling (#9)

Contributors

We'd like to thank all the contributors who worked on this release!

@tylerhutcherson

0.0.1 -- Initial Release

10 Feb 22:35
fed21c6
Compare
Choose a tag to compare

Initial Release

Contributors

We'd like to thank all the contributors who worked on this release!

@abrookins, @bsbodden and @tylerhutcherson