Skip to content

v0.7.0

Compare
Choose a tag to compare
@vladopajic vladopajic released this 30 Mar 06:25
· 78 commits to main since this release
a4a539c
  • FanOut changed to accept receive channel
  • interfaces StartableWorker and StoppableWorker are now exported
  • OnStart and OnStop callbacks order execution changed: first these are executed from worker (if any), then from options (if any)
  • test improvements (more test, more coverage)
  • repo CI now executes go-test-coverage action