mirror of
https://github.com/langchain-ai/langgraphjs.git
synced 2026-07-15 08:55:38 -04:00
-
released this
2026-02-26 14:37:34 -05:00 | 391 commits to main since this release📅 Originally published on GitHub: Thu, 26 Feb 2026 19:37:45 GMT
🏷️ Git tag created: Thu, 26 Feb 2026 19:37:34 GMTMinor Changes
-
#2002
fce9d38Thanks @hntrl! - feat(langgraph): add Overwrite class for bypassing channel reducersAdds an
Overwriteclass andOverwriteValuetype that allow nodes to bypass reducers inBinaryOperatorAggregatechannels, writing values directly instead of passing them through the reducer function. This is useful when a node needs to replace accumulated state rather than append to it.- New
Overwriteclass exported from@langchain/langgraph BinaryOperatorAggregatechannel detectsOverwriteValueand sets the value directlyAnnotation,StateSchema, and zod schema type mappings updated to includeOverwriteValuein update types
- New
Patch Changes
Downloads
-