Skip to content

v1.1.0

Latest

Choose a tag to compare

@adam-fowler adam-fowler released this 05 Feb 14:11
· 4 commits to main since this release

Breaking change

  • Breaking change for driver writers. JobOptions now requires init(delayUntil:). #114

Minor release changes

  • Add JobQueueDriver.context that holds contextual data about currently running instance of queue. #118
  • Cleanup jobs tagged processing whose worker has stopped responding. #118
  • Provide access to jobqueue when constructing middleware result builder. #123
  • Conform JobQueueProtocol to Sendable

Patch release changes

  • Pass job queue name to middleware initialisers via a Task local. #122
  • Fix issue where initialiser for JobProcessor ignores the middleware stack from the JobQueue. #125