Releases: langchain-ai/langgraph
Releases · langchain-ai/langgraph
cli==0.3.3
Changes since cli==0.3.2
- cli: 0.3.3 (#5100)
cli==0.3.2
cli==0.3.1
Changes since cli==0.2.12
- feat: [CLI] Add support for building deps with uv (#4995)
cli==0.2.12
Changes since cli==0.2.11
- cli 0.2.12
- 🐛 [CLI] Generate one
--build-context
argument for each dependency in thedocker build
command. (#4962)
cli==0.2.11
Changes since cli==0.2.10
- bump version
- cli v0.2.11 release
- update dockerfile generation logic, fix pip removal in wolfi
- regenerate schema + lint & format
- add warning when image distro is not configured as wolfi
- add unit tests for image_distro config
- add support for image_distro in config file
- ci: migrate to uv! (#4698)
- Change LG Cloud > Platform
0.4.8
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
prebuilt==0.2.2
0.4.7
Changes since 0.4.6
- 0.4.7
- Fix stream mode not respected in subgraphs
- Try to make test less flaky
- Add tests for stream_events when using imperative api
0.4.6
Changes since 0.4.5
- 0.4.6
- Fix
- Lint
- Add sync test
- Fix
- Fix exception handling for imperative tasks
- prebuilt: release 0.2.1 (#4801)
- prebuilt: release 0.2.0 (#4793)
- Code review
- feat(langgraph): push_messages should directly write to the state
- feat(graph): add push_message method to push manually to
messages
/message-tuple
stream (#4722) - Add message state test
- Apply same condition for stream_mode=values in suppress interrupt
- Remove redundant cast
- feat(graph): add push_message method to push manually to
messages
/message-tuple
stream - Last uv.lock?
- Only emit stream values chunks when the output channels have changed (#4774)
- docs: fix example pregel reducer (#4740)
- prebuilts hitl: fix branching logic + add structural snapshot tests (#4767)
- docs: deferred nodes (#4759)
- Remove local_write utility (#4751)
- Print output for cached @task functions (#4750)
- Print output for cached @task functions
- sqlite: Add test for search with list filters (#4747)
- sqlite: update list_namespaces with max_depth (#4746)
- Update lockfile
- docs: Clean up adjective use in readme (#4734)
- SqliteStore (#3608)
- ci: fix benchmark command (#4729)
- docs: document tuples in streaming guides (#4690)
- ci: migrate to uv! (#4698)