Releases: noneback/go-taskflow
Releases · noneback/go-taskflow
v1.1.4
What's Changed
- fix(executor): condition multiple precede by @hilariocoelho in #104
New Contributors
- @hilariocoelho made their first contribution in #104
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- style(taskflow): remove unnecessary exported interface by @noneback in #101
- optimize(api): make condition task precede more user-friendly by @Tangxinqi in #103
New Contributors
- @Tangxinqi made their first contribution in #103
Full Changelog: v1.1.1...v1.1.3
v1.1.2
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- doc(readme): update readme doc by @noneback in #95
- style(visualizer): remove mock vizer by @noneback in #96
- perf: remove unnecessary lock by @noneback in #93
- doc(readme): update benchmark by @noneback in #97
- fix(example): fix parallel sort example by @noneback in #98
- fix(copool): deadlock may occur when executor concurency set to one. by @Tangxinqi
@noneback in #100
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Wiki Document powered by deepwiki.
- Refactored visualizer and completely removed 3rd dependency.
Now, go-taskflow can run anywhere as long as a normal golang env is set. DeepWiki provides in-depth and detailed wiki docs.
Thanks for Devin.ai's free ACU and their AI employee Devin.
Commit and PR
- chroe(workflow): unit test 50 times by @noneback in #83
- chore(readme): add deepwiki badge by @noneback in #84
- doc(readme): add doc about novis tag by @noneback in #88
- perf(copool): remove lock in queue by @noneback in #89
- doc(readme): update benchmark result by @noneback in #90
- fix(test): fix skipped unit test by @noneback in #92
- Remove go-graphviz and reimplement with pure Go DOT generation by @devin-ai-integration in #94
New Contributors
- @devin-ai-integration made their first contribution in #94
Full Changelog: v1.0.5...v1.1.0
v1.0.5
What's Changed
- Fix typos and improve clarity in README.md by @pavan67890 in #80
- fix(executor): independent task panic propagation failed by @noneback in #82
New Contributors
- @pavan67890 made their first contribution in #80
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
v1.0.1
What's Changed
- feat(example): add mapreduce-wordcount and fibonacci examples
- fix(typo): made relevent typo changes, issue #64 by @AtharvaPathak27 in #65
- feat(visualizer): priority related enhancement by @noneback in #69
New Contributors
- @AtharvaPathak27 made their first contribution in #65
Full Changelog: v1.0.0...v1.0.1