Releases: langchain-ai/langgraph
Releases · langchain-ai/langgraph
1.0.0a4
Changes since 0.6.8
0.6.8
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 aStateSnapshot
(#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
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
Changes since sdk==0.2.7
- sdk-py 0.2.8
- fix: Handle SSE stream reconnection in Python SDK (#6159)
sdk==0.2.7
1.0.0a3
Changes since 0.6.7
0.6.7
cli==0.4.2
sdk==0.2.6
Changes since sdk==0.2.5
- feat(sdk-py): Specify ttl on thread creation and update (#6075)