Releases: cloudwego/eino
Releases · cloudwego/eino
[release] fix global callbacks repeated in AppendHandlers
What's Changed
- feat: supplement readme by @BytePender in #25
- fix: global callbacks repeated in AppendHandlers by @meguminnnnnnnnn in #26
Full Changelog: v0.3.4...v0.3.5
[release] the first release version to open-source community
Features
- remove all deprecated Func and Field
- e.g. NewStateGraph, NewStateChain, WithNodeCallbacks, WithGraphCallbacks, SwitchRunInfo, NewManager, ManagerFromCtx
- [break] redefine callbacks API and move CallbackInput/CalllbackOutput directory
What's Changed
- feat: remove state chain/graph by @meguminnnnnnnnn in #18
- refactor: document extra methods by @N3kox in #19
- feat: parent retriever/indexer by @meguminnnnnnnnn in #16
- feat: fix workflow's coverage report by @BytePender in #20
- feat: add api compatibility check workflow by @BytePender in #21
- feat: delete deprecated api and field by @BytePender in #24
New Contributors
Full Changelog: v0.3.1...v0.3.4
v0.3.1
What's Changed
Features
- Graph and Chain now support State, and deprecated StateGraph and StateChain.
- Removed the concept of GraphKey.
- Optimized the read performance of MultiReader during stream merging.
Bug Fixes
- Fixed a missing error check in Chain when calling AddNode.
Incompatible changes
github.com/cloudwego/eino/compose
Incompatible changes:
- GraphInfo.Key: removed
- NewChain: changed from func() *Chain[I, O] to func(...NewGraphOption) *Chain[I, O]
- NewGraph: changed from func() *Graph[I, O] to func(...NewGraphOption) *Graph[I, O]
- WithGraphKey: removed
Full Changelog: v0.3.0...v0.3.1
v0.3.1-alpha: feat: expose graph name in GraphInfo (#17)
Change-Id: I945424ec5fdbd0307330aa0bf0b746f71f11a3b8
v0.3.0: align tag within the bytedance's internal eino
align tag within the bytedance's internal eino