v0.5.0
What's Changed
Note: this release contains breaking API changes:
component.EnsureComponentByHash
now usesqueue.OperationsContext
instead of*typedctx.Key[queue.Interface]
(the former being a wrapper around the latter, migration should be straightforward).queue.NewOperations(done func(), requeueAfter func(time.Duration), cancel context.CancelFunc)
now takes a third argumentcancel
- see #14 for more info and reasoning.
Full Changelog: v0.4.1...v0.5.0