Releases: cschleiden/go-workflows
Releases · cschleiden/go-workflows
v0.8.2
What's Changed
Other Changes
- Remove unused
wfStartedEventSeenfield by @zaataylor in #156 - Handle workflow events before activities by @cschleiden in #159
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
Bugfixes
- Fix signaling in tester workflows by @cschleiden in #152
- Schedule activities last when unit testing by @cschleiden in #153
- Cancel timers during unit testing by @cschleiden in #154
- Do not run tester timers while activities are running by @cschleiden in #155
- Only cancel workflow timers by @cschleiden in #157
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
Breaking changes
(no major version increases until 1.0.0)
- Deliver signals from within workflows as activities by @cschleiden in #151
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
Features
- Show instance tree in diag web ui by @cschleiden in #148
Full Changelog: v0.6.3...v0.7.0
v0.6.3
v0.6.2
What's Changed
Other Changes
- Fix out of order events bug + add test by @zaataylor in #145
New Contributors 🎉
- @zaataylor made their first contribution in #145
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
Other Changes
- Do not reset workflow instance state when receiving signal after comp… by @cschleiden in #138
- Updating golangci-lint version by @ptasker in #142
New Contributors
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
Features
- Basic support for emitting statds metrics by @cschleiden in #133
Enhancements
- Discard events for completed workflow instances by @cschleiden in #132
Other Changes
- Panic when completing workflow with pending futures by @cschleiden in #131
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
Other Changes
- Support multiple timer cancellations by @cschleiden in #130
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
Features
- Add Send case to the Select function by @cschleiden in #124
Bugfixes
- Improve command state machine by @cschleiden in #128
Other Changes
- Use exponential backoff when waiting for workflow results by @cschleiden in #125
Full Changelog: v0.5.0...v0.5.1