Skip to content

Releases: xh3b4sd/workit

v0.7.1

25 Sep 14:55
9e3849c

Choose a tag to compare

What's Changed

  • synchronize sequence schedule between Worker.Daemon and Worker.Ensure by @xh3b4sd in #14

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Sep 14:40
181f76f

Choose a tag to compare

What's Changed

  • Bump golang.org/x/sync from 0.16.0 to 0.17.0 by @dependabot[bot] in #12
  • Bump actions/setup-go from 5 to 6 by @dependabot[bot] in #10
  • Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #11
  • allow worker handlers to disable themselves by @xh3b4sd in #13

Full Changelog: v0.6.0...v0.7.0

v0.6.0

07 Sep 20:40
6d753f5

Choose a tag to compare

What's Changed

  • Bump go.opentelemetry.io/otel/metric from 1.37.0 to 1.38.0 by @dependabot[bot] in #8
  • add combined worker engine to use parallel and sequence simultaneously by @xh3b4sd in #9

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Aug 11:20
e41a3d1

Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #6
  • implement new worker engine interfaces for parallel and sequential pipelines by @xh3b4sd in #7

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

06 Aug 12:20
9e32589

Choose a tag to compare

add generic worker handler to execute structured control flows (#5)

v0.4.0

05 Aug 15:05
dc12add

Choose a tag to compare

enable errors as control flow primitive in worker engine (#4)

v0.3.0

24 Jul 15:17
967af1a

Choose a tag to compare

refactor handler instrumentation using a new metrics wrapper handler …

v0.2.0

19 Jul 10:59
194a4c8

Choose a tag to compare

rename engine to worker (#2)

v0.1.0

18 Jul 14:48
f7f5b80

Choose a tag to compare

setup new package structure (#1)