Skip to content

Releases: cloudwego/eino

v0.5.11

30 Oct 09:03
064ef94

Choose a tag to compare

What's Changed

Full Changelog: v0.5.10...v0.5.11

v0.5.10

28 Oct 12:12
129ed95

Choose a tag to compare

What's Changed

Full Changelog: v0.5.9...v0.5.10

v0.5.9

23 Oct 08:01
87edeb1

Choose a tag to compare

BugFix

Fixed State Access in Graph Callbacks​

In v0.5.4, while introducing the Graph Cancel Interrupt feature, we inadvertently moved the execution point of Graph Callbacks. This caused ProcessState to fail when retrieving state content inside a callback, resulting in the following error during ProcessState execution:

err := ProcessState[*State](ctx, func(_ context.Context, state *testStruct) error {
	// your code here
	return nil
})
if err != nil {
	// error: "get state from context fail: have not set state"
}

This release fixes the state access issue and includes ​comprehensive unit tests​ to prevent future regressions. Graph callbacks now correctly access state via ProcessState as intended.

What's Changed

Full Changelog: v0.5.8...v0.5.9

v0.5.8

22 Oct 10:07
0aad4b7

Choose a tag to compare

What's Changed

Full Changelog: v0.5.7...v0.5.8

v0.5.7

16 Oct 03:59
3ceec00

Choose a tag to compare

What's Changed

  • refactor(schema): Enhance concatMessages to merge multimodal streaming content by @lvxinyu-1117 in #483

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

14 Oct 04:00
c1a699a

Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

10 Oct 08:14
42f0055

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

30 Sep 03:26
fba3e63

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.3...v0.5.4

v0.5.3

15 Sep 03:24
4768f82

Choose a tag to compare

Features

  • Support handling interrupt error returned in graph node's pre-handler

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

12 Sep 08:26
a525185

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2