- Fix an issue serializing to Sidekiq with Rails 4
- Allow without_proxy to work with SessionProxy subclasses
- Added missing requires in sidekiq jobs
- Delayed Job support
- Sidekiq support
- SessionProxy now takes a backend as a second required option
- Sunspot::Queue::Resque::Backend is the backend for Resque
- Sunspot::Queue::Sidekiq::Backend is the backend for Sidekiq
- Jobs no longer auto commit the solr index. Commits should be done by another process or Solr should be configured handle commits automatically (autoCommit config option).
- Initial Release