Skip to content

1.2.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 07 Nov 02:22
· 294 commits to master since this release

Bug Fix

  • Job constraint error should not call onRetry
  • if Reachability throw error when starting the notifier, call onRemove
  • UniqueUUID constraint will also be checked for same name in non SwiftQueueJob
  • Fix retention issue

Project structure Changes

  • Each constraints will be defined in it's own file.
  • Each job will own an instance of all the constrains

Breaking changes

  • Remove throw in Run method to avoid confusion with onError callback
  • User will need to keep a strong reference to SwiftQueueManager