Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: langchain-ai/langgraph

1.0.0a4

29 Sep 12:13
Compare
Choose a tag to compare

Changes since 0.6.8

0.6.8

29 Sep 09:21
3a024cf
Compare
Choose a tag to compare

Changes since 1.0.0a3

  • release(langgraph): 0.6.8 (#6215)
  • fix(langgraph): handle multiple annotations w/ BaseChannel detection (#6210)
  • fix(langgraph): CheckpointTask.state can be a StateSnapshot (#6201)
  • chore(langgraph): clean up ruff format config (#6188)
  • fix(langgraph): cleanup orphaned waiter task in AsyncPregelLoop (#6167)
  • fix(langgraph): fix graph rendering for defer=True (#6130)
  • fix(langgraph): reuse cached writes on nested resume to prevent task re-execution (#6161)
  • chore(sdk-py): allow UUIDs in config (#6151)
  • revert(langgraph): restore logic to surface interrupts for stream_mod… (#6141)
  • chore(langgraph): Log when no values event is emitted from RemoteGraph (#6140)
  • chore(cli): Add config schema (#6142)
  • fix(langgraph): get_graph generates unexpected conditional edge (#6122)
  • fix(langgraph): type checking for async w/ functional API (#6126)
  • feat(langgraph): prevent arbitrary resumes w/ multiple pending interrupts (#6108)
  • fix(langgraph): key error on runtime for config w/o configurable (#6106)

sdk==0.2.9

20 Sep 18:49
7cd9a8e
Compare
Choose a tag to compare

Changes since sdk==0.2.8

  • sdk-py 0.2.9
  • feat: sdk-py: Reconnect to long-lived responses on wait/join/cancel endpoints (#6168)

sdk==0.2.8

17 Sep 17:26
d0a3eaf
Compare
Choose a tag to compare

Changes since sdk==0.2.7

  • sdk-py 0.2.8
  • fix: Handle SSE stream reconnection in Python SDK (#6159)

sdk==0.2.7

16 Sep 15:32
Compare
Choose a tag to compare

Changes since sdk==0.2.6

  • sdk-py 0.2.7
  • fix: Ensure SSE streams flush trailing events (#6155)
  • chore(deps): upgrade dependencies with uv lock --upgrade (#6146)
  • chore(sdk-py): Cleanup docstring indentation (#6087)
  • chore(sdk-py): Clean up docstring for get_client (#6084)

1.0.0a3

07 Sep 17:06
f1e8298
Compare
Choose a tag to compare

Changes since 0.6.7

0.6.7

07 Sep 16:49
6fc5b3a
Compare
Choose a tag to compare

Changes since 1.0.0a2

  • chore: update emphemeral local (#6091)
  • fix: Unwrap Required/NotRequired special forms before resolving channel/reducer annotations (#6080)
  • monorepo support in CLI (#6028)

cli==0.4.2

05 Sep 22:55
ada5d2e
Compare
Choose a tag to compare

Changes since cli==0.4.1

  • feat(cli): bump version (#6086)
  • feat(cli): support prereleases (#6085)

sdk==0.2.6

04 Sep 01:51
25ba4c3
Compare
Choose a tag to compare

Changes since sdk==0.2.5

  • feat(sdk-py): Specify ttl on thread creation and update (#6075)

cli==0.4.1

04 Sep 19:32
d503c0b
Compare
Choose a tag to compare

Changes since cli==0.4.0

  • WIP: monorepo support in CLI (#6028)
  • chore: Update schema for new config allowed in LGP (#5875)