Skip to content

Releases: langchain-ai/langgraph

0.2.31

30 Sep 22:40
716d23e
Compare
Choose a tag to compare

Changes since 0.2.30

  • langgraph: release 0.2.31 (#1928)
  • langgraph: use correct logic for binding tools in prebuilt agent (#1927)
  • langgraph: fix edge case with string enums as node names (#1926)
  • Add Postgres Store Implementation (#1906)

0.2.30

30 Sep 20:04
cb8db21
Compare
Choose a tag to compare

Changes since 0.2.29

  • langgraph: bump checkpoint (#1922)

0.2.29

30 Sep 17:51
9ad617b
Compare
Choose a tag to compare

Changes since 0.2.28

  • [Release] 1.0.13 (#1903)
  • langgraph: check if model passed as runnable binding with tools in create_react_agent (#1647)
  • Ensure configurable (#1912)
  • Merge pull request #1894 from langchain-ai/dqbd/xray-bool
  • Fix tests
  • Uncomment back the conftest checkpointers
  • fix(api): send parent_config in debug checkpoint events
  • Implement new Store interface (#1834)
  • fix(graph): xray=True should be distinct from xray=1
  • docs: reorganize API refs (#1884)
  • Use typing_extensions typeddict (#1869)

checkpointpostgres==1.0.11

30 Sep 23:45
29f58fd
Compare
Choose a tag to compare

Changes since checkpointpostgres==1.0.10

  • Custom loads support in postgres checkpointer (#1930)

checkpointpostgres==1.0.10

30 Sep 21:30
97f79fc
Compare
Choose a tag to compare

Changes since checkpointpostgres==1.0.9

  • Add Postgres Store Implementation (#1906)

checkpoint==1.0.14

30 Sep 18:57
3c9441c
Compare
Choose a tag to compare

Changes since checkpoint==1.0.13

  • checkpoint: release 1.0.14 (#1917)
  • checkpoint: fix namespace issues (#1915)

checkpoint==1.0.13

30 Sep 17:48
9ad617b
Compare
Choose a tag to compare

Changes since checkpoint==1.0.12

  • [Release] 1.0.13 (#1903)
  • Implement new Store interface (#1834)
  • docs: reorganize API refs (#1884)

checkpointpostgres==1.0.9

27 Sep 20:15
ea04183
Compare
Choose a tag to compare

Changes since checkpointpostgres==1.0.8

  • checkpoint-postgres: release 1.0.9 (#1890)
  • checkpoint-postgres: handle null chars in metadata (#1885)

checkpoint==1.0.12

27 Sep 18:29
a319727
Compare
Choose a tag to compare

Changes since checkpoint==1.0.11

  • checkpoint: release 1.0.12 (#1888)
  • checkpoint: support serde for SecretStr
  • checkpoint: update note in MemorySaver (#1862)

0.2.28

25 Sep 18:34
Compare
Choose a tag to compare

Changes since 0.2.27

  • langgraph 0.2.28
  • Add test
  • Fix stream_mode=messages/custom buffering for sync calls with single node