Changes since 0.5.4
- feat(sdk-py): sdk support for
contextAPI (#5566) - fix(langgraph): fix assertion in test (#5606)
- feat(langgraph): Implement durability mode argument (#5432)
- chore(langgraph): bump api version and prep for v0.6 alpha (#5559)
- refactor(langgraph): improve
Runtimeinterface re patch/overrides (#5546) - refactor(langgraph): make constants generally private with a few select exports (#5529)
- refactor(langgraph): move typing constructs in
constants.py->_internal/_typing.py(#5518) - feat(langgraph): new context api (replacing
config['configurable']andconfig_schema) (#5243) - feat(langgraph): add type checking for matching
nodesignatures vsinput_schemaforadd_node(#5424) - change[langgraph]: clean up
Interruptinterface for v1 (#5405) - langgraph[change]: solidify public/private differentiations (#5252)