Changes since 0.4.7
- Remove unused deprecation decorator/warning (#4917)
- Require
state_schema
inStateGraph.__init__
(#4897) - Remove add_conditional_edge(..., then=) (#4893)
- Avoid repeated runtime calls to get_type_hints
- Remove
MessageGraph
(#4875) - Remove non-state Graph
- Remove UntrackedValue channel
- Remove UntrackedValue channel (#4859)
- Flip default for checkpoint_during
- Remove Channel node builder
- Update managed value usage in local_read (#4854)
- Modify stream mode messages and custom to respect subgraphs=False (#4843)
- Remove Checkpoint.writes (#4822)
- Remove Checkpoint.pending_sends (#4820)
- Pregel: Add NodeBuilder class to replace Channel.subscribe_to (#4819)
- Remove dict subclasses used for values/updates stream chunks (#4816)
- Remove old checkpoint test fixtures (#4814)
- Remove postgres shallow checkpointer (#4813)
- Remove ChannelsManager, ManagedValues are now static classes and never instantiated (#4812)
- Remove Context channel / managed value, Remove SharedValue (#4857)
- Remove SchemaCoercionMapper
- Update managed value usage in local_read
- prebuilt: release 0.2.2 (#4851)
- Format
- Remove Checkpoint.writes
- Remove Checkpoint.pending_sends
- Pregel: Add NodeBuilder class to replace Channel.subscribe_to
- Lint
- Remove old checkpoint test fixtures
- Remove postgres shallow checkpointer
- Remove ChannelsManager, ManagedValues are now static classes and never instantiated
- Remove Context channel / managed value, Remove SharedValue
- Merge branch 'main' into fix-examples-link-readme
- Update libs/langgraph/README.md
- Update libs/langgraph/README.md
- Merge branch 'main' into fix-examples-link-readme
- Merge branch 'main' into fix-examples-link-readme
- Merge branch 'main' into fix-examples-link-readme
- Merge branch 'langchain-ai:main' into fix-examples-link-readme
- fix link to examples page in readme.md