Releases: cschleiden/go-workflows
Releases · cschleiden/go-workflows
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
v0.5.0 - Signaling other workflows
What's Changed
Features
- Signal other workflows by @cschleiden in #122
Enhancements
- Adjust sub-workflow retry behavior by @cschleiden in #120
Bugfixes
- Ensure errors encountered during replay can be saved & Fix SideEffect determinism check by @cschleiden in #118
Documentation improvements
- Fix indentation in Readme by @cschleiden in #112
- Fix docs for cancellation by @cschleiden in #123
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Features
- Make tracer available to workflows and document by @cschleiden in #103
Bugfixes
- Honor
lastSequenceID
parameter when retrieving history from redis backend by @cschleiden in #105 - Improve cache and reduce memory usage by @cschleiden in #107
- Fix uncached command handling by @cschleiden in #109
Other
- Tiny doc fix by @JasonEtco in #102
New Contributors
- @JasonEtco made their first contribution in #102 🎉
Full Changelog: v0.4.0...v0.4.1