What's Changed
Features
- Add *WithDB constructors for SQL backends by @cschleiden in #465
- implement err group as an alternative to a wait group so errors from activities can be propagated upwards nicely by @DerkSchooltink in #462
- Expose SpanID and TraceID in workflow context by @cschleiden in #477
Bugfixes
- Fix waitGroup.Wait() blocking forever when Add is never called by @cschleiden in #474
- Fix ZRangeArgs Start/Stop ordering for BYSCORE REV in GetWorkflowInstances by @DerkSchooltink in #480
Other Changes
- Update Agents.md by @sdil in #459
- Add nightly release workflow by @cschleiden in #484
New Contributors
- @sdil made their first contribution in #459
- @DerkSchooltink made their first contribution in #462
Full Changelog: v1.4.1...v1.4.2