Skip to content

v1.0.0 Release Candidate 1

Choose a tag to compare

@adam-fowler adam-fowler released this 01 Jul 13:09
· 18 commits to main since this release
0a697d0

Minor release changes

  • Add options to retain completed and cancelled jobs. #36
  • Add Job to cleanup jobs based on status and age. #36
  • Fix up RedisJobQueue to support job parameters not conforming to JobParameter. #35
  • RedisJobQueue.Configuration.queueKey renamed to RedisJobQueue.Configuration.pendingQueueKey. #40
  • Add JobMetadataDriver conformance. #42
  • Require swift 6. #44
  • Remove public from Redis script commands

Patch release changes

  • Fix error where delayed tasks were not getting delayed.

Other changes

  • Move to using Swift Testing. #44