- Don't break for sidekiq-only users
- BREAKING CHANGES: Support is dropped for Ruby 1.9.3. Please use Ruby 2.x.x
- BREAKING CHANGES: background, mode, skip? are all removed and replaced with ActiveAsync.queue_adapter to match the ActiveJob API and simplify setup
- Ability to set ActiveAsync.background via ActiveAsync.mode = :resque or :fake_resque
- RSpec around blocks: :enable_resque, :stub_resque
- railtie for initializing activeasync in rails
- rspec module for use in testing
- async method: interface for sending methods with arguments to Resque
- :async => true option for running active model callbacks in the background
- ActiveRecord module to enable async option for after_save, after_update, and after_create