Skip to content

Releases: langchain-ai/langgraph

checkpoint==1.0.2

07 Aug 13:44
5cab47f
Compare
Choose a tag to compare

Changes since checkpoint==1.0.1

  • checkpoint: move memory into a directory to fix namespace import issues (#1249)

checkpoint==1.0.1

07 Aug 02:41
2b860f0
Compare
Choose a tag to compare

Changes since checkpoint==1.0.0

  • checkpoint: release 1.0.1 (#1243)
  • checkpoint-postgres: new library for postgres checkpointer implementation (#1236)
  • update memory saver + tests

sdk==0.1.27

03 Aug 18:50
Compare
Choose a tag to compare

Changes since sdk==0.1.26

  • sdk0.1.27
  • sdk: Use an identifiable root path (#1216)
  • sdk: Use ASGI transport when called inside langgraph-api
  • Mark all schemas as optional in js and py sdk typings
  • typo (#1139)
  • sdk-py: add docstrings (#1130)
  • sdk-py: add threads copy
  • Update client.py
  • sdk-py: add if_exists for assistants

checkpoint==1.0.0

02 Aug 23:03
7b441e6
Compare
Choose a tag to compare

Initial release

0.1.17

31 Jul 01:35
Compare
Choose a tag to compare

Changes since 0.1.16

  • lib0.1.17
  • Oops
  • Allow call to update_state without values
  • Add test for drawing lance example

0.1.16

29 Jul 19:54
Compare
Choose a tag to compare

Changes since 0.1.15

  • lib0.1.16
  • Fix issue when cond edge visited after multiple executions of Send

0.1.15

26 Jul 18:07
Compare
Choose a tag to compare

Changes since 0.1.14

  • lib0.1.15
  • lib: Improve compat with pydantic 2 models
  • docs: sync readmes (#1147)

0.1.14

24 Jul 18:01
Compare
Choose a tag to compare

Changes since 0.1.13

  • lib0.1.14
  • Disable nested checkpoints unless interrupts set on subgraph

0.1.13

24 Jul 17:01
Compare
Choose a tag to compare

Changes since 0.1.12

  • lib0.1.13
  • Merge pull request #1119 from langchain-ai/nc/24jul/avoid-crash-missing-node
  • Merge pull request #1118 from langchain-ai/nc/24jul/fix-recursion-limit-thread
  • Avoid crash when a node in pending sends is removed
  • Fix
  • Merge pull request #1110 from langchain-ai/wfh/test_pending_writes_null
  • Fix recursion limit considering steps taken in previous runs on same thread
  • Merge branch 'main' into wfh/test_pending_writes_null
  • Add test
  • Fix null pending writes

0.1.12

24 Jul 14:46
d99d3e0
Compare
Choose a tag to compare

Changes since 0.1.11

  • langgraph: release 0.1.12 (#1116)
  • langgraph: bring back tool content stringify (#1114)