Skip to content

v1.0.0 Release Candidate 4

Latest

Choose a tag to compare

@adam-fowler adam-fowler released this 05 Feb 14:20
· 2 commits to main since this release
50eede6

Minor release changes

  • Requires swift-jobs 1.1.0. #63
  • Requires valkey-swift 1.0.0-alpha.1. #58
  • Conform ValkeyJobQueue.JobID to Codable. #56 from @the-braveknight
  • At startup reschedule jobs whose worker is not responding. Also added Job that can be scheduled to do this. #57
  • Add ValkeyJobQueue.context. #60

Patch release changes

  • Fixed bug where a job pushed back on the queue to retry it, can also be pushed to the completed list. #58