Releases: Azure/go-workflow
Releases · Azure/go-workflow
v0.1.13
!!Break Change!!
We decide to remove the front-end page visual/react from this library, to avoid endless CVE patches from react / next.js upstream.
What's Changed
- Add AI documentation link to README by @guizili0 in #63
- enrich document and add example for customized condition by @xuxife in #65
- remove visual/react by @xuxife in #66
New Contributors
Full Changelog: v0.1.12...v0.1.13
v0.1.12
v0.1.11
What's Changed
- Fix broken link for examples folder in README.md by @german1608 in #54
- Bump next from 14.2.26 to 14.2.32 in /visual/react by @dependabot[bot] in #56
- fix a bug: do best to use context updated by BeforeStep even panic happens by @xuxife in #57
- Bump brace-expansion in /visual/react by @dependabot[bot] in #58
- Bump @babel/runtime from 7.24.4 to 7.28.4 in /visual/react by @dependabot[bot] in #59
New Contributors
- @german1608 made their first contribution in #54
Full Changelog: v0.1.10...v0.1.11
v0.1.9
v0.1.8
BEHAVIOR CHANGE!
AfterStep callbacks are designed to handle error from step
// AfterStep defines callback being called AFTER step being executed.
type AfterStep func(context.Context, Steper, error) errorBefore this release, the error returns from BeforeStep or Input
will return directly without triggering AfterStep, making the error handling logic in AfterStep useless.
// BeforeStep defines callback being called BEFORE step being executed.
type BeforeStep func(context.Context, Steper) (context.Context, error)
func (as AddStep[S]) Input(fns ...func(context.Context, S) error) AddStep[S] {This release will make AfterStep be triggered if any BeforeStep or step.Do returns error.
v0.1.7
v0.1.6
What's Changed
- Add statusChange sync.Cond to decrease cpu time by @xuxife in #39
- fix deadlock in statusChange sync.Cond by @xuxife in #40
Dependency
- Bump braces from 3.0.2 to 3.0.3 in /visual/react by @dependabot in #33
- Bump micromatch from 4.0.5 to 4.0.8 in /visual/react by @dependabot in #36
- bump go dependency by @xuxife in #37
- Bump next from 14.2.1 to 14.2.10 in /visual/react by @dependabot in #38
Full Changelog: v0.1.4...v0.1.6
v0.1.4
What's Changed
- bump go-workflow for visual/react by @xuxife in #31
- Bump ws from 8.16.0 to 8.17.1 in /visual/react by @dependabot in #32
- rename WorkflowAdder to Builder by @xuxife in #35
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: v0.1.3...v0.1.4