Skip to content

v0.5.0

Compare
Choose a tag to compare
@ecordell ecordell released this 22 Sep 18:23
· 25 commits to main since this release
a4ba432

What's Changed

Note: this release contains breaking API changes:

  1. component.EnsureComponentByHash now uses queue.OperationsContext instead of *typedctx.Key[queue.Interface] (the former being a wrapper around the latter, migration should be straightforward).
  2. queue.NewOperations(done func(), requeueAfter func(time.Duration), cancel context.CancelFunc) now takes a third argument cancel - see #14 for more info and reasoning.
  • queue.Operations: add context cancelation and record error by @ecordell in #14

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