Skip to content

1.6.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 21 Mar 10:35
· 225 commits to master since this release
58c19c2

Breaking Changes

  • Change JobCreator.create signature (#94)
    • Return type is no longer optional
    • SwiftQueueManager only accept 1 single JobCreator
    • This is to avoid unregistered handler or scheduling job with no JobCreator associates
    • The user will have to deal with unknown handler on his side
  • Origin error is now forward to completion block (#88)
  • Change signature of Limit(Int) to Limit(Double)

Fix

  • Delay not waiting for the remaining time (#99)
  • Deadline now cancel the job properly (#98)
  • Fix calling done after termination will remove the lastError (#97)
  • Breaking support for Swift 3.2 (#75)

Improvement

  • Avoid crash when scheduling a terminated job (#92)
  • Performance issue when overriding a job (#73)

Misc

  • Update documentation