Skip to content

v1.4.2

Latest

Choose a tag to compare

@cschleiden cschleiden released this 05 Jun 16:45
· 5 commits to main since this release

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

New Contributors

Full Changelog: v1.4.1...v1.4.2